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.9:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5aeb09bea13
branches:  trunk
changeset: 576292:c5aeb09bea13
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jun 05 14:34:38 2010 +0000

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

diffstat:

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

diffs (52 lines):

diff -r dd48d372d6c5 -r c5aeb09bea13 net/yaz/Makefile
--- a/net/yaz/Makefile  Sat Jun 05 14:04:54 2010 +0000
+++ b/net/yaz/Makefile  Sat Jun 05 14:34:38 2010 +0000
@@ -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 -r dd48d372d6c5 -r c5aeb09bea13 net/yaz/PLIST
--- a/net/yaz/PLIST     Sat Jun 05 14:04:54 2010 +0000
+++ b/net/yaz/PLIST     Sat Jun 05 14:34:38 2010 +0000
@@ -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/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 -r dd48d372d6c5 -r c5aeb09bea13 net/yaz/distinfo
--- a/net/yaz/distinfo  Sat Jun 05 14:04:54 2010 +0000
+++ b/net/yaz/distinfo  Sat Jun 05 14:34:38 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index