diff options
author | agc <agc@pkgsrc.org> | 2006-02-19 21:30:30 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2006-02-19 21:30:30 +0000 |
commit | df2100d916810a4e6a5695a3aa8e70369243ba59 (patch) | |
tree | bc861add8e0258d782728de755242faecc1b2ca6 /devel/netbsd-iscsi | |
parent | 6db2a6eb7aeaca0f5ba2039d04d3209660244b8c (diff) | |
download | pkgsrc-df2100d916810a4e6a5695a3aa8e70369243ba59.tar.gz |
Update the netbsd-iscsi package to version 20060219.
Differences from previous version:
+ when looking for the target name supplied by the initiator during full-phase
login, break out of the loop immediately a match is found.
+ only syslog information if it's available
+ Present multiple targets properly
+ Check that the initiator address is allowed to discover targets.
+ Log a LOG_INFO error if an initiator attempts to discover targets it
shouldn't be.
Diffstat (limited to 'devel/netbsd-iscsi')
-rw-r--r-- | devel/netbsd-iscsi/Makefile | 4 | ||||
-rw-r--r-- | devel/netbsd-iscsi/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/netbsd-iscsi/Makefile b/devel/netbsd-iscsi/Makefile index b510871bd42..911cebf0bf8 100644 --- a/devel/netbsd-iscsi/Makefile +++ b/devel/netbsd-iscsi/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/02/09 16:49:07 agc Exp $ +# $NetBSD: Makefile,v 1.2 2006/02/19 21:30:30 agc Exp $ -DISTNAME= netbsd-iscsi-20060209 +DISTNAME= netbsd-iscsi-20060219 CATEGORIES= devel MASTER_SITES= http://www.alistaircrooks.co.uk/src/ diff --git a/devel/netbsd-iscsi/distinfo b/devel/netbsd-iscsi/distinfo index 2e01aee43e1..e7c144beff6 100644 --- a/devel/netbsd-iscsi/distinfo +++ b/devel/netbsd-iscsi/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/02/09 16:49:07 agc Exp $ +$NetBSD: distinfo,v 1.2 2006/02/19 21:30:30 agc Exp $ -SHA1 (netbsd-iscsi-20060209.tar.gz) = b36afb1dc537ebae7e0818d126dae8cf19a68e3c -RMD160 (netbsd-iscsi-20060209.tar.gz) = 662e996da5c7d548e85c6c4209a900a5cf899fe4 -Size (netbsd-iscsi-20060209.tar.gz) = 176628 bytes +SHA1 (netbsd-iscsi-20060219.tar.gz) = 422793c1b60c1c5179a66dcacdc4a7c217ed727d +RMD160 (netbsd-iscsi-20060219.tar.gz) = 5d0ea956dd9645ad927402153a8b17f1caf30ece +Size (netbsd-iscsi-20060219.tar.gz) = 182148 bytes |