Fri Dec 2 08:46:19 2011 UTC ()
Update to 20111008.

Includes Makefile patch sent upstream (thanks!).

Changelog (translated by Google from Japanese):

Adjust the duration of the lock, and make additional response
SendTargets.
Added ReadCache / WriteCache as a LUN option for future expansion.
This volatile write cache mode was previously supported with (O_FSYNC)
,but can now be set from the beginning.
It is expected to be stable this year.

New configuration key (LUN option):
  # for each LUN number (both enabled by default)
  LUN0 Option ReadCache Disable
  LUN0 Option WriteCache Disable


(sborrill)
diff -r1.8 -r1.9 pkgsrc/net/istgt/Makefile
diff -r1.5 -r1.6 pkgsrc/net/istgt/distinfo
diff -r1.1 -r0 pkgsrc/net/istgt/patches/patch-Makefile.in

cvs diff -r1.8 -r1.9 pkgsrc/net/istgt/Makefile (expand / switch to unified diff)

--- pkgsrc/net/istgt/Makefile 2011/09/17 07:03:57 1.8
+++ pkgsrc/net/istgt/Makefile 2011/12/02 08:46:18 1.9
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.8 2011/09/17 07:03:57 obache Exp $ 1# $NetBSD: Makefile,v 1.9 2011/12/02 08:46:18 sborrill Exp $
2# 2#
3 3
4DISTNAME= istgt-20110907 4DISTNAME= istgt-20111008
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= http://www.peach.ne.jp/archives/istgt/ 6MASTER_SITES= http://www.peach.ne.jp/archives/istgt/
7 7
8MAINTAINER= sborrill@NetBSD.org 8MAINTAINER= sborrill@NetBSD.org
9HOMEPAGE= http://shell.peach.ne.jp/aoyama/ 9HOMEPAGE= http://shell.peach.ne.jp/aoyama/
10COMMENT= Configurable iSCSI target 10COMMENT= Configurable iSCSI target
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16 16
17PKG_SYSCONFSUBDIR= istgt 17PKG_SYSCONFSUBDIR= istgt

cvs diff -r1.5 -r1.6 pkgsrc/net/istgt/distinfo (expand / switch to unified diff)

--- pkgsrc/net/istgt/distinfo 2011/09/10 15:47:20 1.5
+++ pkgsrc/net/istgt/distinfo 2011/12/02 08:46:18 1.6
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.5 2011/09/10 15:47:20 sborrill Exp $ 1$NetBSD: distinfo,v 1.6 2011/12/02 08:46:18 sborrill Exp $
2 2
3SHA1 (istgt-20110907.tar.gz) = a9a43ba63c6d937336da87b85f69640f8a164033 3SHA1 (istgt-20111008.tar.gz) = aa7bc47365763bddf82b4fcdffd659b2cb38a77c
4RMD160 (istgt-20110907.tar.gz) = 2c01d89b74fd5ffc9902a7195abbc75e9fb8dca7 4RMD160 (istgt-20111008.tar.gz) = 53600cff38ae715edee533914eb5b91a6df8846e
5Size (istgt-20110907.tar.gz) = 231731 bytes 5Size (istgt-20111008.tar.gz) = 235227 bytes
6SHA1 (patch-Makefile.in) = 5018e0aa16eb80fcb76140d59b6db117e86ff0f8 

File Deleted: pkgsrc/net/istgt/patches/Attic/patch-Makefile.in