pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/netbsd-iscsi Update the NetBSD iSCSI target to v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8afef0e3665
branches:  trunk
changeset: 513100:f8afef0e3665
user:      agc <agc%pkgsrc.org@localhost>
date:      Sun May 21 09:51:00 2006 +0000

description:
Update the NetBSD iSCSI target to version 20060520:

Adjust the data VPD returns, to work around a problem in the Cisco
initiator (used on Solaris 10 Update 1) - the initiator demands that a
UUID is returned, so give it one.

Add autoconf glue for that, and a compat uuid_create(3) and
uuid_to_string(3).

This still spews a lot of output via the target's syslog, but persevere,
since it does actually make the target work with the Solaris initiator:

        solaris10# format
        Searching for disks...done


        AVAILABLE DISK SELECTIONS:
               0. c1d0 <DEFAULT cyl 29728 alt 2 hd 64 sec 63>
                  /pci@0,0/pci-ide@1f,1/ide@0/cmdk@0,0
               1. c2t5d0 <DEFAULT cyl 96 alt 2 hd 64 sec 32>
                  /iscsi/disk%0000iqn.1994-04.org@localhost.netbsd.iscsi-target%3Atarget00001,0
        Specify disk (enter its number): ^D
        solaris10# df -k /mnt
        Filesystem            kbytes    used   avail capacity  Mounted on
        /dev/dsk/c2t5d0s0      91407    1041   81226     2%    /mnt
        solaris10# uname -a
        SunOS solaris10 5.10 Generic_118844-26 i86pc i386 i86pc
        solaris10#

diffstat:

 devel/netbsd-iscsi/Makefile |  4 ++--
 devel/netbsd-iscsi/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 950ab6cf3a16 -r f8afef0e3665 devel/netbsd-iscsi/Makefile
--- a/devel/netbsd-iscsi/Makefile       Sun May 21 09:43:07 2006 +0000
+++ b/devel/netbsd-iscsi/Makefile       Sun May 21 09:51:00 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2006/04/24 22:03:06 agc Exp $
+# $NetBSD: Makefile,v 1.11 2006/05/21 09:51:00 agc Exp $
 
-DISTNAME=      netbsd-iscsi-20060424
+DISTNAME=      netbsd-iscsi-20060520
 CATEGORIES=    devel
 MASTER_SITES=  http://www.alistaircrooks.co.uk/src/
 
diff -r 950ab6cf3a16 -r f8afef0e3665 devel/netbsd-iscsi/distinfo
--- a/devel/netbsd-iscsi/distinfo       Sun May 21 09:43:07 2006 +0000
+++ b/devel/netbsd-iscsi/distinfo       Sun May 21 09:51:00 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2006/04/24 22:03:06 agc Exp $
+$NetBSD: distinfo,v 1.10 2006/05/21 09:51:01 agc Exp $
 
-SHA1 (netbsd-iscsi-20060424.tar.gz) = 20b2c621902ebbcc0143588c52492aed7d743b71
-RMD160 (netbsd-iscsi-20060424.tar.gz) = 8f36529629c1a97d42b27f1543664eadfc11ffa5
-Size (netbsd-iscsi-20060424.tar.gz) = 237549 bytes
+SHA1 (netbsd-iscsi-20060520.tar.gz) = 998ed68b869133892318a169a16c651112faa9c6
+RMD160 (netbsd-iscsi-20060520.tar.gz) = ec6d15c6921f5bcc8a3d6fb5d104f29aba8b5aaa
+Size (netbsd-iscsi-20060520.tar.gz) = 239515 bytes



Home | Main Index | Thread Index | Old Index