[Pkg-iscsi-maintainers] [SCM] Debian Open-iSCSI Packaging branch, master, updated. debian/2.0.871.3-6-11-gd70e88a

Ritesh Raj Sarraf rrs at researchut.com
Thu Aug 25 13:03:25 UTC 2011


The following commit has been merged in the master branch:
commit 25aa1d9799a5ff8980f4bcdf9d6138feddc22915
Author: Ritesh Raj Sarraf <rrs at researchut.com>
Date:   Tue Aug 23 13:16:25 2011 +0530

    disable security and slp support

diff --git a/debian/patches/disable-isns.patch b/debian/patches/disable-isns.patch
index 54f50c1..ff9cd91 100644
--- a/debian/patches/disable-isns.patch
+++ b/debian/patches/disable-isns.patch
@@ -1,7 +1,7 @@
 Index: open-iscsi/usr/Makefile
 ===================================================================
---- open-iscsi.orig/usr/Makefile	2011-08-22 20:25:31.643344958 +0530
-+++ open-iscsi/usr/Makefile	2011-08-22 20:26:24.120647120 +0530
+--- open-iscsi.orig/usr/Makefile	2011-08-23 13:13:30.810531599 +0530
++++ open-iscsi/usr/Makefile	2011-08-23 13:15:18.387924908 +0530
 @@ -31,7 +31,7 @@
  OPTFLAGS ?= -O2 -g
  WARNFLAGS ?= -Wall -Wstrict-prototypes
@@ -13,8 +13,8 @@ Index: open-iscsi/usr/Makefile
  # libc compat files
 Index: open-iscsi/usr/discovery.c
 ===================================================================
---- open-iscsi.orig/usr/discovery.c	2011-08-22 20:25:36.695470434 +0530
-+++ open-iscsi/usr/discovery.c	2011-08-22 20:26:24.120647120 +0530
+--- open-iscsi.orig/usr/discovery.c	2011-08-23 13:13:30.810531599 +0530
++++ open-iscsi/usr/discovery.c	2011-08-23 13:15:18.387924908 +0530
 @@ -44,9 +44,11 @@
  #include "iscsid_req.h"
  #include "iscsi_util.h"
@@ -43,3 +43,16 @@ Index: open-iscsi/usr/discovery.c
  
  int discovery_fw(void *data, struct iface_rec *iface,
  		 struct list_head *rec_list)
+Index: open-iscsi/Makefile
+===================================================================
+--- open-iscsi.orig/Makefile	2011-08-23 13:15:29.548069319 +0530
++++ open-iscsi/Makefile	2011-08-23 13:15:57.500430898 +0530
+@@ -27,7 +27,7 @@
+ all: user kernel
+ 
+ user: ;
+-	cd utils/open-isns; ./configure; $(MAKE)
++	cd utils/open-isns; ./configure --with-security=no --with-slp=no; $(MAKE)
+ 	$(MAKE) -C utils/sysdeps
+ 	$(MAKE) -C utils/fwparam_ibft
+ 	$(MAKE) -C usr

-- 
Debian Open-iSCSI Packaging



More information about the Pkg-iscsi-maintainers mailing list