Subject: CVS commit: pkgsrc/devel
From: Alistair G. Crooks
Date: 2007-12-10 21:41:52
Message id: 20071210204152.C71AF21507@cvs.netbsd.org

Log Message:
Update the NetBSD iSCSI target and initiator packages to 20071209.

Differences from the previous version:

	Module Name:    src
	Committed By:   agc
	Date:           Sun Dec  9 09:09:03 UTC 2007

	Removed Files:
		src/dist/iscsi/src: auths iscsiconfig.c ktarget.c ktest.c mknodes.c
		    mount_iscsi.c targets

	Log Message:
	Get rid of some files which aren't used.

	To generate a diff of this commit:
	cvs rdiff -r1.1.1.1 -r0 src/dist/iscsi/src/auths src/dist/iscsi/src/ktest.c \
	    src/dist/iscsi/src/mknodes.c src/dist/iscsi/src/targets
	cvs rdiff -r1.4 -r0 src/dist/iscsi/src/iscsiconfig.c
	cvs rdiff -r1.3 -r0 src/dist/iscsi/src/ktarget.c \
	    src/dist/iscsi/src/mount_iscsi.c

	Module Name:    src
	Committed By:   agc
	Date:           Sun Dec  9 09:16:42 UTC 2007

	Modified Files:
		src/dist/iscsi/include: storage.h
		src/dist/iscsi/src: storage.c targets.5
		src/dist/iscsi/src: target.c

	Log Message:
	Add support in the target for specifying the target IQN (iSCSI Qualified
	Name) in the targets configuration file.

	Now an entry of the form:
	target0=iqn.binky rw extent0 any

	will mean that target0 gets presented with the iqn of "iqn.binky".
	This can be useful for shorter aliases for IQNs. With thanks to Peter
	Eisch for the idea.

	Note that the target's base IQN can still be set with the -t parameter
	to iscsi-target.

	To generate a diff of this commit:
	cvs rdiff -r1.4 -r1.5 src/dist/iscsi/include/storage.h
	cvs rdiff -r1.8 -r1.9 src/dist/iscsi/src/storage.c
	cvs rdiff -r1.4 -r1.5 src/dist/iscsi/src/targets.5
	cvs rdiff -r1.21 -r1.22 src/dist/iscsi/src/target.c

	Module Name:    src
	Committed By:   agc
	Date:           Sun Dec  9 09:21:07 UTC 2007

	Modified Files:
		src/dist/iscsi/include: config.h config.h.in
		src/dist/iscsi/src: Makefile.in configure configure.ac disk.c
		    parameters.c
	Added Files:
		src/dist/iscsi/include: iscsi-md5.h
		src/dist/iscsi/src: md5c.c md5hl.c
	Removed Files:
		src/dist/iscsi/include: md5.h
		src/dist/iscsi/src: md5.c

	Log Message:
	Move the iSCSI code over to use the endian neutral md5 code,
	originally from Poul-Henning Kamp, as found in pkgsrc/pkgtools/digest.
	This should address some of the MD5 problems that are being seen on
	some hosts at login time.

	Re-run autoconf, autoheader and configure.

	To generate a diff of this commit:
	cvs rdiff -r1.21 -r1.22 src/dist/iscsi/include/config.h
	cvs rdiff -r1.10 -r1.11 src/dist/iscsi/include/config.h.in
	cvs rdiff -r0 -r1.1 src/dist/iscsi/include/iscsi-md5.h
	cvs rdiff -r1.2 -r0 src/dist/iscsi/include/md5.h
	cvs rdiff -r1.10 -r1.11 src/dist/iscsi/src/Makefile.in \
	    src/dist/iscsi/src/parameters.c
	cvs rdiff -r1.24 -r1.25 src/dist/iscsi/src/configure \
	    src/dist/iscsi/src/configure.ac
	cvs rdiff -r1.35 -r1.36 src/dist/iscsi/src/disk.c
	cvs rdiff -r1.3 -r0 src/dist/iscsi/src/md5.c
	cvs rdiff -r0 -r1.1 src/dist/iscsi/src/md5c.c src/dist/iscsi/src/md5hl.c

	Module Name:    src
	Committed By:   agc
	Date:           Sun Dec  9 09:33:35 UTC 2007

	Modified Files:
		src/dist/iscsi/include: initiator.h

	Log Message:
	Add prototypes for initiator_get_targets() and initiator_set_target_name().

	To generate a diff of this commit:
	cvs rdiff -r1.6 -r1.7 src/dist/iscsi/include/initiator.h

	Module Name:    src
	Committed By:   agc
	Date:           Sun Dec  9 09:38:49 UTC 2007

	Modified Files:
		src/dist/iscsi/include: config.h
		src/dist/iscsi/src: configure configure.ac

	Log Message:
	Update to version 20071209, to include new initiator "discovery only"
	option, the iqn alias configuration option, and the different md5
	routines which are being used.

	To generate a diff of this commit:
	cvs rdiff -r1.22 -r1.23 src/dist/iscsi/include/config.h
	cvs rdiff -r1.25 -r1.26 src/dist/iscsi/src/configure \
	    src/dist/iscsi/src/configure.ac

Files:
RevisionActionfile
1.5modifypkgsrc/devel/netbsd-iscsi-initiator/Makefile
1.6modifypkgsrc/devel/netbsd-iscsi-initiator/distinfo
1.5modifypkgsrc/devel/netbsd-iscsi-target/Makefile
1.6modifypkgsrc/devel/netbsd-iscsi-target/distinfo