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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73d9754b36d7
branches:  trunk
changeset: 401018:73d9754b36d7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Oct 31 02:32:30 2009 +0000

description:
Update to 3.0.49:

--- 3.0.49 2009/10/01

Make a number of functions defined in xmlquery.c static. These have
never been declared in a public header file (yaz/xmlquery.h) and was
made public by mistake.

Improve speed of character conversions (iconv utilities). This makes
conversions from MARC-8 faster.

ZOOM_record_get returns 0 pointer if a MARC record can not be decoded -
unless type desired is "raw". This will prevent type "xml" from
returning ISO2709 .. Which obviously can not be XML parsed.

Fix memory leak in ZOOM that would occur if option apdulog was used
on a re-used connection.

Frontend server logs HTTP requests.

Frontend server now sends Z39.50 close when it times out (sesssion has
been idle for too long). Versions 2.0.30 and earlier also sent close.
But due to a mistake this was disabled in all versions after that, i.e.
the server would just close the socket immediately.

yaz-client emits a better message when receiving an unrecognised
userInformationField.

Skip zero-length subfields when decoding ISO2709. This rare case happens
if a record has two FS characters in a sequence. Without this patch
there would be a reference beyond char array in using_code_len fragments
in marcdisp.c.

Fix yaz-marcdump error that would occur if option -n was used (bug #3028).

diffstat:

 net/yaz/Makefile |  5 +++--
 net/yaz/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r 4f2531fd9130 -r 73d9754b36d7 net/yaz/Makefile
--- a/net/yaz/Makefile  Sat Oct 31 02:29:25 2009 +0000
+++ b/net/yaz/Makefile  Sat Oct 31 02:32:30 2009 +0000
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.24 2009/08/31 14:07:51 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2009/10/31 02:32:30 wiz Exp $
 #
 
-DISTNAME=      yaz-3.0.48
+DISTNAME=      yaz-3.0.49
 CATEGORIES=    net
 MASTER_SITES=  http://ftp.indexdata.dk/pub/yaz/
 
 MAINTAINER=    phil%NetBSD.org@localhost
 HOMEPAGE=      http://indexdata.dk/yaz/
 COMMENT=       C/C++ toolkit for the development of Z39.50v3/SRW clients and servers
+LICENSE=       modified-bsd
 
 # needed during installation
 BUILD_DEPENDS+=        tcl-[0-9]*:../../lang/tcl
diff -r 4f2531fd9130 -r 73d9754b36d7 net/yaz/distinfo
--- a/net/yaz/distinfo  Sat Oct 31 02:29:25 2009 +0000
+++ b/net/yaz/distinfo  Sat Oct 31 02:32:30 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2009/08/31 14:07:51 wiz Exp $
+$NetBSD: distinfo,v 1.13 2009/10/31 02:32:30 wiz Exp $
 
-SHA1 (yaz-3.0.48.tar.gz) = 3256ca80b92cd933972fdd2fcdc9d4a69092db00
-RMD160 (yaz-3.0.48.tar.gz) = 155bf9077fa01f2f73861d65666f9e14b250afd1
-Size (yaz-3.0.48.tar.gz) = 2085664 bytes
+SHA1 (yaz-3.0.49.tar.gz) = 351f7b2b3b0fb565ff65c6b283462780bf4a6953
+RMD160 (yaz-3.0.49.tar.gz) = 13de717c48ecf094410a61575ddb05237143f394
+Size (yaz-3.0.49.tar.gz) = 2147459 bytes



Home | Main Index | Thread Index | Old Index