diff options
author | wiz <wiz@pkgsrc.org> | 2010-05-02 13:46:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-05-02 13:46:56 +0000 |
commit | a7ee1c3fbf703cf14b730bf37e23afd64f82b54c (patch) | |
tree | 0261d87c481b7358833f42b0d9e528b7c46d8f85 /net/yaz | |
parent | ebc65156a4971d1feb6538fce5d00dc1b4fb6f46 (diff) | |
download | pkgsrc-a7ee1c3fbf703cf14b730bf37e23afd64f82b54c.tar.gz |
Update to 4.0.6:
--- 4.0.6 2010/04/29
Fix yaz-config for static mode and the use of SSL (gnutls).
--- 4.0.5 2010/04/29
Forward decl timeval struct in mutex.h and gettimeofday.h.
yaz-config: fix 'static' mode linking.
--- 4.0.4 2010/04/28
Add functions yaz_cond_{create,destroy,wait,signal,broadcast}. These
are wrappers for pthreads or Windows. For Windows these are put in
a separate DLL: yaz_cond4.
libyaz.la (whole source) is compiled with thread. If thread support
is enabled enabled, all source of YAZ is compiled with treading support.
This allows core utilities such as yaz_log to use thread facilities.
Previously (YAZ 3 and YAZ 4 releases), only libyaz_server.la was using
thread utilities. This commit moves mutex utilities (mutex.c) from
libyaz_server.la to libyaz.la.
yaz-json-parse displays leading text until error.
Diffstat (limited to 'net/yaz')
-rw-r--r-- | net/yaz/Makefile | 4 | ||||
-rw-r--r-- | net/yaz/PLIST | 4 | ||||
-rw-r--r-- | net/yaz/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index 80a95eab748..d2a923d484c 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2010/04/23 21:29:39 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2010/05/02 13:46:56 wiz Exp $ # -DISTNAME= yaz-4.0.3 +DISTNAME= yaz-4.0.6 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ diff --git a/net/yaz/PLIST b/net/yaz/PLIST index 0991d63adec..c95d7f8b560 100644 --- a/net/yaz/PLIST +++ b/net/yaz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2010/02/04 11:17:06 wiz Exp $ +@comment $NetBSD: PLIST,v 1.12 2010/05/02 13:46:56 wiz Exp $ bin/yaz-asncomp bin/yaz-client bin/yaz-config @@ -23,6 +23,7 @@ include/yaz/diagsrw.h include/yaz/dirent.h include/yaz/errno.h include/yaz/file_glob.h +include/yaz/gettimeofday.h include/yaz/icu.h include/yaz/ill-core.h include/yaz/ill.h @@ -61,6 +62,7 @@ include/yaz/srw.h include/yaz/statserv.h include/yaz/tcpip.h include/yaz/test.h +include/yaz/thread_id.h include/yaz/timing.h include/yaz/tokenizer.h include/yaz/tpath.h diff --git a/net/yaz/distinfo b/net/yaz/distinfo index 6b132a3a548..e27a1f5b2d6 100644 --- a/net/yaz/distinfo +++ b/net/yaz/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2010/04/23 21:29:39 wiz Exp $ +$NetBSD: distinfo,v 1.19 2010/05/02 13:46:56 wiz Exp $ -SHA1 (yaz-4.0.3.tar.gz) = 1a3bbbd59cc5a550d793e781171449f1f247060f -RMD160 (yaz-4.0.3.tar.gz) = a8307ebaba6a8f08fc96963c4be059699df532fa -Size (yaz-4.0.3.tar.gz) = 2193240 bytes +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 |