summaryrefslogtreecommitdiff
path: root/net/yaz
diff options
context:
space:
mode:
authorwiz <wiz>2009-10-31 02:32:30 +0000
committerwiz <wiz>2009-10-31 02:32:30 +0000
commit636fb51fcaa724889181651a8a8f350ed1c49f93 (patch)
tree9f9185af8cd999ee7d208eae862b5439b62e1d5d /net/yaz
parentbfb70638704759feee763dbf2f4b8cf321c54268 (diff)
downloadpkgsrc-636fb51fcaa724889181651a8a8f350ed1c49f93.tar.gz
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 (limited to 'net/yaz')
-rw-r--r--net/yaz/Makefile5
-rw-r--r--net/yaz/distinfo8
2 files changed, 7 insertions, 6 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile
index 86e795f7509..bbc99a75325 100644
--- a/net/yaz/Makefile
+++ b/net/yaz/Makefile
@@ -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
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 --git a/net/yaz/distinfo b/net/yaz/distinfo
index f814fb02d8b..5011c767008 100644
--- a/net/yaz/distinfo
+++ b/net/yaz/distinfo
@@ -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