diff options
author | wiz <wiz@pkgsrc.org> | 2010-06-05 14:34:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-06-05 14:34:38 +0000 |
commit | 5ca7f0da1e133cc3c5601d174cff69259df5f1e3 (patch) | |
tree | c21e669cddde4d36d52eab4fd44542800e77a695 | |
parent | 61d3943911106511478c09db24b56cd742251c39 (diff) | |
download | pkgsrc-5ca7f0da1e133cc3c5601d174cff69259df5f1e3.tar.gz |
Update to 4.0.9:
--- 4.0.9 2010/05/21
New utility for managing threads - thread_create.h.
Add socket pipe utility - spipe.h. The socket pipe has same purpose as
Unix pipe . Unfortunately Windows pipes do not work on select/poll -
but YAZ' implementation do.
Fixes for yaz_cond-functions on Windows 7.
DLL export more symbols.
zoomsh: show record do NOT render opac.
Remove *.la files from Debian and RPM packages.
--- 4.0.8 2010/05/11
Debian package libyaz-dev depends on libgnutls-dev again (was
removed in YAZ 4.0.6, but due to Libtool it is still needed
even though yaz-config do not list libgnutls libs).
ZOOM: Use only one WRBUF for returning string results for
ZOOM_resultset. Reduces memory usage for ZOOM in general.
ZOOM: ZOOM_connection do not use a shared pointer to
ZOOM_resultset after ZOOM_resultset is destructed by
user. Reverts to YAZ 4.0.4 behavior.
--- 4.0.7 2010/05/04
record-conv: fix problem with at least one XSL conversion -
due to probably incorrect usage of XML XSL documents.
-rw-r--r-- | net/yaz/Makefile | 4 | ||||
-rw-r--r-- | net/yaz/PLIST | 5 | ||||
-rw-r--r-- | net/yaz/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index d2a923d484c..de9c548e80b 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2010/05/02 13:46:56 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2010/06/05 14:34:38 wiz Exp $ # -DISTNAME= yaz-4.0.6 +DISTNAME= yaz-4.0.9 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ diff --git a/net/yaz/PLIST b/net/yaz/PLIST index c95d7f8b560..f6dcdb6eedb 100644 --- a/net/yaz/PLIST +++ b/net/yaz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2010/05/02 13:46:56 wiz Exp $ +@comment $NetBSD: PLIST,v 1.13 2010/06/05 14:34:38 wiz Exp $ bin/yaz-asncomp bin/yaz-client bin/yaz-config @@ -55,13 +55,16 @@ include/yaz/record_conv.h include/yaz/retrieval.h include/yaz/rpn2cql.h include/yaz/sc.h +include/yaz/shptr.h include/yaz/snprintf.h include/yaz/soap.h include/yaz/sortspec.h +include/yaz/spipe.h include/yaz/srw.h include/yaz/statserv.h include/yaz/tcpip.h include/yaz/test.h +include/yaz/thread_create.h include/yaz/thread_id.h include/yaz/timing.h include/yaz/tokenizer.h diff --git a/net/yaz/distinfo b/net/yaz/distinfo index e27a1f5b2d6..e0c94119afe 100644 --- a/net/yaz/distinfo +++ b/net/yaz/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2010/05/02 13:46:56 wiz Exp $ +$NetBSD: distinfo,v 1.20 2010/06/05 14:34:38 wiz Exp $ -SHA1 (yaz-4.0.6.tar.gz) = 494ebd139051bfffc1fdbfa66c91f934d6b35ad9 -RMD160 (yaz-4.0.6.tar.gz) = e59b075d098a41b94c076dfcc0ced00d5592791e -Size (yaz-4.0.6.tar.gz) = 2234380 bytes +SHA1 (yaz-4.0.9.tar.gz) = b2bfd1f44001a9316d25d96bc597f6e088a1b4f3 +RMD160 (yaz-4.0.9.tar.gz) = b150a1f07a936d1edb17055855ba911e8022f945 +Size (yaz-4.0.9.tar.gz) = 2242501 bytes |