pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/netbsd-iscsi-lib



Module Name:    pkgsrc
Committed By:   sborrill
Date:           Thu Oct  6 14:19:25 UTC 2011

Modified Files:
        pkgsrc/devel/netbsd-iscsi-lib: Makefile.common buildlink3.mk distinfo
Added Files:
        pkgsrc/devel/netbsd-iscsi-lib: MESSAGE

Log Message:
Update to netbsd-iscsi-20111006.
Allow maximum number of targets in initiator to be set in mk.conf
with ISCSI_INITIATOR_MAX_TARGETS

Changes:
Provide function in libiscsi to return the compile-time limit on number of
targets. Use this function in the initiator, to ensure that the same limit
is used throughout (i.e. stop you attempting to compile the initiator with a
different limit to the library - the initiator uses the library for most of
its functionality).

If truncating the number of targets in the initiator, truncate it to the
correct amount, not half of what it should be.

Obey RFC3720 when determining targets. SendTargets=All MUST be supported
on a discovery session, and MUST NOT be supported on an operational session.
Previously, SendTargets=All was used both in the initial discovery session
and the later session. (from Daisuke Aoyama - author of istgt).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/netbsd-iscsi-lib/MESSAGE
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/netbsd-iscsi-lib/Makefile.common \
    pkgsrc/devel/netbsd-iscsi-lib/buildlink3.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/netbsd-iscsi-lib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index