Tue Aug 14 11:14:41 2012 UTC ()
Update to 20120811 release. Changelog:

Support Virtual Disk(VDI,VHD,VMDK) by VirtualBox DSO (VBoxDDU.so).
Use ADAPTIVE_NP for some mutex.
Decrese mutex lock time at transfer task.
Print # of reload count to syslog.
LU updating (except connected LU).
Ignore reload error, and retry next reload by SIGUP.
Use gcc 4.1 atomic builtin functions.
Fix some memory leak at exit.
Accept up to two SCSI commands in one LUN loop.
Omit inaccessible PG on SendTargets. (when multiple PG specified)
Faster normal exit.
Remove extra warning by clang.
Add NetBSD rc script.


(sborrill)
diff -r1.10 -r1.11 pkgsrc/net/istgt/Makefile
diff -r1.7 -r1.8 pkgsrc/net/istgt/distinfo

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

--- pkgsrc/net/istgt/Makefile 2012/07/27 13:08:54 1.10
+++ pkgsrc/net/istgt/Makefile 2012/08/14 11:14:40 1.11
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.10 2012/07/27 13:08:54 sborrill Exp $ 1# $NetBSD: Makefile,v 1.11 2012/08/14 11:14:40 sborrill Exp $
2# 2#
3 3
4DISTNAME= istgt-20120726 4DISTNAME= istgt-20120811
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.7 -r1.8 pkgsrc/net/istgt/distinfo (expand / switch to unified diff)

--- pkgsrc/net/istgt/distinfo 2012/07/27 13:08:54 1.7
+++ pkgsrc/net/istgt/distinfo 2012/08/14 11:14:40 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2012/07/27 13:08:54 sborrill Exp $ 1$NetBSD: distinfo,v 1.8 2012/08/14 11:14:40 sborrill Exp $
2 2
3SHA1 (istgt-20120726.tar.gz) = 3eb4d4f38897521e0ca9a58c46d0a2c8725c695f 3SHA1 (istgt-20120811.tar.gz) = 70be357d42e191d7c052c5026587a8602547244c
4RMD160 (istgt-20120726.tar.gz) = b8dfb211198130d2e922c5812ac1a26b7935f3fd 4RMD160 (istgt-20120811.tar.gz) = 1577f43107d4327ec2dc23bc7e43cbe27aa51032
5Size (istgt-20120726.tar.gz) = 263653 bytes 5Size (istgt-20120811.tar.gz) = 269880 bytes