diff options
author | wiz <wiz@pkgsrc.org> | 2009-04-20 21:59:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-04-20 21:59:53 +0000 |
commit | 0146d5fc93b73686c1f31bccdfd375f6c2fb8239 (patch) | |
tree | 7bdb2488b3cd89a0f44781ee18d408c3faa37468 /net/yaz | |
parent | 5d1533669292a54694d8ad15907c9cf4ef15eb19 (diff) | |
download | pkgsrc-0146d5fc93b73686c1f31bccdfd375f6c2fb8239.tar.gz |
Update to 3.0.45:
--- 3.0.45 2009/03/31
Fixed bug #2709: TCP connect returns Invalid argument.
Fixed compilation for mingw.
Honor charset for raw records (ZOOM_record_get).
Fixed use of errno for threaded mode that was seen on Solaris 10.
Fixed argument passing with blanks in value for Windows Service.
Disable YAZ' own log rotate by default (no 1 GB limit).
The variable l_max_size which specifies the log file limit is set to 0
(DISABLED): This is due to the fact that YAZ is most often deployed using
logrotate. Also YAZ can not perform log rotate because of unsufficient
permissions (setuid).
Diffstat (limited to 'net/yaz')
-rw-r--r-- | net/yaz/Makefile | 5 | ||||
-rw-r--r-- | net/yaz/PLIST | 3 | ||||
-rw-r--r-- | net/yaz/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index 13e6b0069f0..9294286ab00 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2009/03/25 22:37:14 he Exp $ +# $NetBSD: Makefile,v 1.21 2009/04/20 21:59:53 wiz Exp $ # -DISTNAME= yaz-3.0.44 -PKGREVISION= 1 +DISTNAME= yaz-3.0.45 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ diff --git a/net/yaz/PLIST b/net/yaz/PLIST index 5fe452c06c9..64bea90ef54 100644 --- a/net/yaz/PLIST +++ b/net/yaz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2009/01/07 22:26:45 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2009/04/20 21:59:53 wiz Exp $ bin/yaz-asncomp bin/yaz-client bin/yaz-config @@ -19,6 +19,7 @@ include/yaz/daemon.h include/yaz/diagbib1.h include/yaz/diagsru_update.h include/yaz/diagsrw.h +include/yaz/errno.h include/yaz/icu.h include/yaz/ill-core.h include/yaz/ill.h diff --git a/net/yaz/distinfo b/net/yaz/distinfo index 2acfbc015e4..3401bd08cb5 100644 --- a/net/yaz/distinfo +++ b/net/yaz/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2009/02/23 10:41:31 wiz Exp $ +$NetBSD: distinfo,v 1.10 2009/04/20 21:59:53 wiz Exp $ -SHA1 (yaz-3.0.44.tar.gz) = 90e37a25301a70375245a1fe0aa21099e8fea4f9 -RMD160 (yaz-3.0.44.tar.gz) = 819a7bf161c871497f2efb16e23338e585c947a0 -Size (yaz-3.0.44.tar.gz) = 2040688 bytes +SHA1 (yaz-3.0.45.tar.gz) = c35952cd003218153b94ae3ba5819256d75f3888 +RMD160 (yaz-3.0.45.tar.gz) = 1712998f6ae12e880934af8c071bdf526d2f478c +Size (yaz-3.0.45.tar.gz) = 2088370 bytes |