summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2007-11-30 10:55:05 +0000
committeragc <agc@pkgsrc.org>2007-11-30 10:55:05 +0000
commit121a3dfa97c56e28540e2900593468a1f980bbb5 (patch)
tree1badea406530887dde9c708f68d27738f58422a6 /devel
parent521b0a5cd476e3d7845dd06da7c0b5131ae18c8f (diff)
downloadpkgsrc-121a3dfa97c56e28540e2900593468a1f980bbb5.tar.gz
Update the NetBSD iSCSI initiator and target to version 20071130 to
incorporate two important bug fixes: Module Name: src Committed By: agc Date: Wed Nov 28 16:46:38 UTC 2007 Modified Files: src/dist/iscsi/src: md5.c Log Message: Do runtime detection of machine's endianness, rather than relying on a cpp macro which was never changed. This is the QAD fix, longer term we will move to use native md5 routines if available. Should go some way to fixing authentication problems when using an initiator and target of different endianness. To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 src/dist/iscsi/src/md5.c and Module Name: src Committed By: oster Date: Fri Nov 30 00:33:35 UTC 2007 Modified Files: src/dist/iscsi/src: parameters.c Log Message: We have 4 cases here: rx_answer, tx_answer, rx_offer, and tx_offer. When determining what to put in to param->negotiated, it is *NOT* sufficient to just pick one of offer_tx or offer_rx -- we may need to use answer_rx or answer_tx as the negotiated parameter. Failure to pay attention to which case we are handling means we will occasionally get "old parameter values" stuffed into responses, resulting in obscure behavior (such as getting luns mixed up after a normal connection is made) that is very difficult to replicate. To generate a diff of this commit: cvs rdiff -r1.9 -r1.10 src/dist/iscsi/src/parameters.c
Diffstat (limited to 'devel')
-rw-r--r--devel/netbsd-iscsi-initiator/Makefile4
-rw-r--r--devel/netbsd-iscsi-initiator/distinfo8
-rw-r--r--devel/netbsd-iscsi-target/Makefile4
-rw-r--r--devel/netbsd-iscsi-target/distinfo8
4 files changed, 12 insertions, 12 deletions
diff --git a/devel/netbsd-iscsi-initiator/Makefile b/devel/netbsd-iscsi-initiator/Makefile
index 632cf5e5e72..428ee30470d 100644
--- a/devel/netbsd-iscsi-initiator/Makefile
+++ b/devel/netbsd-iscsi-initiator/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2007/11/22 23:02:19 agc Exp $
+# $NetBSD: Makefile,v 1.3 2007/11/30 10:55:05 agc Exp $
-DISTNAME= netbsd-iscsi-20071122
+DISTNAME= netbsd-iscsi-20071130
PKGNAME= ${DISTNAME:C/-iscsi/-iscsi-initiator/}
CATEGORIES= devel
MASTER_SITES= http://www.alistaircrooks.co.uk/src/
diff --git a/devel/netbsd-iscsi-initiator/distinfo b/devel/netbsd-iscsi-initiator/distinfo
index 3bbe47ef982..0967c6c14c4 100644
--- a/devel/netbsd-iscsi-initiator/distinfo
+++ b/devel/netbsd-iscsi-initiator/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2007/11/22 23:02:19 agc Exp $
+$NetBSD: distinfo,v 1.4 2007/11/30 10:55:05 agc Exp $
-SHA1 (netbsd-iscsi-20071122.tar.gz) = fa20d48e14aa2fd0fd885efcc1c482accf6dbd60
-RMD160 (netbsd-iscsi-20071122.tar.gz) = d0a5b4bacacb728646b45e03ef5739fe5633fa14
-Size (netbsd-iscsi-20071122.tar.gz) = 257402 bytes
+SHA1 (netbsd-iscsi-20071130.tar.gz) = 27ada579c5d175557fba8b22752202d485141b10
+RMD160 (netbsd-iscsi-20071130.tar.gz) = 854518ab0748fef6b84e0e5614637255e5a6b9d0
+Size (netbsd-iscsi-20071130.tar.gz) = 256596 bytes
SHA1 (patch-aa) = e86b7400cc472a31a5cf2457924af3d7d5c4b0c3
diff --git a/devel/netbsd-iscsi-target/Makefile b/devel/netbsd-iscsi-target/Makefile
index 1e04f392a0b..5455f090568 100644
--- a/devel/netbsd-iscsi-target/Makefile
+++ b/devel/netbsd-iscsi-target/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2007/11/22 23:02:19 agc Exp $
+# $NetBSD: Makefile,v 1.3 2007/11/30 10:55:05 agc Exp $
-DISTNAME= netbsd-iscsi-20071122
+DISTNAME= netbsd-iscsi-20071130
PKGNAME= ${DISTNAME:C/-iscsi/-iscsi-target/}
CATEGORIES= devel
MASTER_SITES= http://www.alistaircrooks.co.uk/src/
diff --git a/devel/netbsd-iscsi-target/distinfo b/devel/netbsd-iscsi-target/distinfo
index 3bbe47ef982..0967c6c14c4 100644
--- a/devel/netbsd-iscsi-target/distinfo
+++ b/devel/netbsd-iscsi-target/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2007/11/22 23:02:19 agc Exp $
+$NetBSD: distinfo,v 1.4 2007/11/30 10:55:05 agc Exp $
-SHA1 (netbsd-iscsi-20071122.tar.gz) = fa20d48e14aa2fd0fd885efcc1c482accf6dbd60
-RMD160 (netbsd-iscsi-20071122.tar.gz) = d0a5b4bacacb728646b45e03ef5739fe5633fa14
-Size (netbsd-iscsi-20071122.tar.gz) = 257402 bytes
+SHA1 (netbsd-iscsi-20071130.tar.gz) = 27ada579c5d175557fba8b22752202d485141b10
+RMD160 (netbsd-iscsi-20071130.tar.gz) = 854518ab0748fef6b84e0e5614637255e5a6b9d0
+Size (netbsd-iscsi-20071130.tar.gz) = 256596 bytes
SHA1 (patch-aa) = e86b7400cc472a31a5cf2457924af3d7d5c4b0c3