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 4.0.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bb315c82154
branches:  trunk
changeset: 575079:4bb315c82154
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 02 13:46:56 2010 +0000

description:
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:

 net/yaz/Makefile |  4 ++--
 net/yaz/PLIST    |  4 +++-
 net/yaz/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (51 lines):

diff -r fd0c2e297cf2 -r 4bb315c82154 net/yaz/Makefile
--- a/net/yaz/Makefile  Sun May 02 13:43:01 2010 +0000
+++ b/net/yaz/Makefile  Sun May 02 13:46:56 2010 +0000
@@ -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 -r fd0c2e297cf2 -r 4bb315c82154 net/yaz/PLIST
--- a/net/yaz/PLIST     Sun May 02 13:43:01 2010 +0000
+++ b/net/yaz/PLIST     Sun May 02 13:46:56 2010 +0000
@@ -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/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/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 -r fd0c2e297cf2 -r 4bb315c82154 net/yaz/distinfo
--- a/net/yaz/distinfo  Sun May 02 13:43:01 2010 +0000
+++ b/net/yaz/distinfo  Sun May 02 13:46:56 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index