Package: open-iscsi / 2.0.874-3~deb9u1

Metadata

Package Version Patches format
open-iscsi 2.0.874-3~deb9u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
bugfixes/no make clean kernel.patch | (download)

Makefile | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 don't run make -c kernel clean
 The kernel modules are no longer built (part of mainline), so don't
 run make -C kernel clean on make clean.
debian/var run lock.patch | (download)

doc/iscsid.8 | 2 1 + 1 - 0 !
iscsiuio/src/unix/main.c | 2 1 + 1 - 0 !
usr/initiator.h | 4 2 + 2 - 0 !
3 files changed, 4 insertions(+), 4 deletions(-)

 move from /var/lock and /var/run to /run/lock and /run
debian/dont link against openssl.patch | (download)

usr/Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 don't link against openssl
 GPL programs are legally not allowed to be linked against OpenSSL in
 Debian. Link against libisns-nocrypto instead of libisns, and don't
 link against libcrypto.
 .
 As the iSNS functionality in open-iscsi does not use the cryptographic
 capabilities of open-isns anyway, this has no impact on functionality.
debian/udeb without libmount.patch | (download)

usr/Makefile | 6 4 + 2 - 0 !
usr/initiator_common.c | 2 2 + 0 - 0 !
usr/mntcheck.c | 12 12 + 0 - 0 !
3 files changed, 18 insertions(+), 2 deletions(-)

 temporarily support builds without libmount
 libmount is not available as an udeb at the moment, so in order for
 the udeb not to break, temporarily support builds without libmount
 for d-i environments (removing the safety check at session shutdown).
 This is not intended for upstream, only as a stop-gap measure until
 a libmount udeb is available again.
bugfixes/need_iscsiuio_for_hardware_offload.patch | (download)

include/iscsi_net_util.h | 1 1 + 0 - 0 !
usr/iscsi_net_util.c | 17 17 + 0 - 0 !
2 files changed, 18 insertions(+)

 iscsiuio must be present to use hardware offload for bnx2x
bugfixes/move_offload_discovery_to_fw_get_targets.patch | (download)

utils/fwparam_ibft/fw_entry.c | 58 35 + 23 - 0 !
1 file changed, 35 insertions(+), 23 deletions(-)

 move iscsistart offload discovery/setup to fw_get_targets()
bugfixes/fix_iscsiuio_long_options.patch | (download)

iscsiuio/docs/iscsiuio.8 | 10 5 + 5 - 0 !
iscsiuio/src/unix/main.c | 12 7 + 5 - 0 !
2 files changed, 12 insertions(+), 10 deletions(-)

 fix iscsiuio long options