pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/yaz Update to 3.0.45:
details: https://anonhg.NetBSD.org/pkgsrc/rev/9cd55071af38
branches: trunk
changeset: 391870:9cd55071af38
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Apr 20 21:59:53 2009 +0000
description:
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:
net/yaz/Makefile | 5 ++---
net/yaz/PLIST | 3 ++-
net/yaz/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (44 lines):
diff -r 9e76297ef949 -r 9cd55071af38 net/yaz/Makefile
--- a/net/yaz/Makefile Mon Apr 20 21:31:16 2009 +0000
+++ b/net/yaz/Makefile Mon Apr 20 21:59:53 2009 +0000
@@ -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 -r 9e76297ef949 -r 9cd55071af38 net/yaz/PLIST
--- a/net/yaz/PLIST Mon Apr 20 21:31:16 2009 +0000
+++ b/net/yaz/PLIST Mon Apr 20 21:59:53 2009 +0000
@@ -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/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 -r 9e76297ef949 -r 9cd55071af38 net/yaz/distinfo
--- a/net/yaz/distinfo Mon Apr 20 21:31:16 2009 +0000
+++ b/net/yaz/distinfo Mon Apr 20 21:59:53 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index