Update the (leaf package) NetBSD iSCSI target software to version 20060327,
to pick up portability mods. Notable changes in this version: + now runs on FreeBSD 6.0 (thanks to F. Senault) + now runs on Solaris 9 + Vital Product Data part of INQUIRY SCSI command handling added (to appease the Solaris initiator, untested as yet, due to Solaris 10 update 1/06 not running on my Ultrasparc hardware).
This commit is contained in:
parent
b38838978a
commit
80e317adbd
2 changed files with 8 additions and 8 deletions
|
@ -1,12 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.3 2006/03/04 21:29:18 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2006/03/28 07:35:08 agc Exp $
|
||||
|
||||
DISTNAME= netbsd-iscsi-20060219
|
||||
DISTNAME= netbsd-iscsi-20060327
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.alistaircrooks.co.uk/src/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
MAINTAINER= agc@NetBSD.org
|
||||
HOMEPAGE= http://www.alistaircrooks.co.uk/software.html
|
||||
COMMENT= iSCSI target (per iSCSI RFC 3720)
|
||||
COMMENT= NetBSD's iSCSI target (per iSCSI RFC 3720)
|
||||
|
||||
WRKSRC= ${WRKDIR}/iscsi/src
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2006/02/19 21:30:30 agc Exp $
|
||||
$NetBSD: distinfo,v 1.3 2006/03/28 07:35:08 agc Exp $
|
||||
|
||||
SHA1 (netbsd-iscsi-20060219.tar.gz) = 422793c1b60c1c5179a66dcacdc4a7c217ed727d
|
||||
RMD160 (netbsd-iscsi-20060219.tar.gz) = 5d0ea956dd9645ad927402153a8b17f1caf30ece
|
||||
Size (netbsd-iscsi-20060219.tar.gz) = 182148 bytes
|
||||
SHA1 (netbsd-iscsi-20060327.tar.gz) = 021adc1744566d42b5114a52ba6bf027fe670502
|
||||
RMD160 (netbsd-iscsi-20060327.tar.gz) = bb2daeaf83d55421bd03caae24e22f97f3e56d14
|
||||
Size (netbsd-iscsi-20060327.tar.gz) = 235098 bytes
|
||||
|
|
Loading…
Reference in a new issue