summaryrefslogtreecommitdiff
path: root/net/yaz
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-09 08:40:23 +0000
committerwiz <wiz>2009-08-09 08:40:23 +0000
commit858f2bcd3959d401c5cdfcdd08a8cbc308e3a7c6 (patch)
tree73e16c902fb61b4b176df069c23b20d8839efb15 /net/yaz
parent2f921067cf5625fddb0739eb244fe2da8a4c55cb (diff)
downloadpkgsrc-858f2bcd3959d401c5cdfcdd08a8cbc308e3a7c6.tar.gz
Update to 3.0.47:
--- 3.0.47 2009/07/08 Function yaz_xml2query allows a diagnostic element in the PQF XML representation .. diagnostic@code and diagnostic@addinfo is diagnostic code and additional info respectively. The BER BOOLEAN is now the integral type Odr_bool which still happens to be an 'int'. The BER INTEGER which used to be a plain 'int' is now typedef'd to Odr_int. This is still an integral 'int', but it may be changed to 64-bit via a one-liner in nmem.h (NMEM_64=1). The documentation, ASN-1 compiler as well as programs has been updated to use the new types. --- 3.0.46 2009/06/08 zoom: ZOOM_record_get now renders OPAC records when type=xml. Previously only the bibliographic record was rendered. For type=opac, an OPAC record is only returned if it is present. iconv: small fix for encoding of advancegreek. yaz-client: avoid double display of SRU/SRW records (bug #2798). yaz-client: option auto_reconnect=on really reconnects. yaz-client: fix bug #2770 - avoid length limit for auth parameters. server: avoid null ptr ref for for yaz_poll errors. build: fix RPM build for RHEL 5.3. comstack: prefer IPV6 addresses over IPV4 - should refix bug #2350
Diffstat (limited to 'net/yaz')
-rw-r--r--net/yaz/Makefile4
-rw-r--r--net/yaz/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile
index 9294286ab00..a84d9be8d0b 100644
--- a/net/yaz/Makefile
+++ b/net/yaz/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2009/04/20 21:59:53 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2009/08/09 08:40:23 wiz Exp $
#
-DISTNAME= yaz-3.0.45
+DISTNAME= yaz-3.0.47
CATEGORIES= net
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
diff --git a/net/yaz/distinfo b/net/yaz/distinfo
index 3401bd08cb5..4799f663c0e 100644
--- a/net/yaz/distinfo
+++ b/net/yaz/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2009/04/20 21:59:53 wiz Exp $
+$NetBSD: distinfo,v 1.11 2009/08/09 08:40:23 wiz Exp $
-SHA1 (yaz-3.0.45.tar.gz) = c35952cd003218153b94ae3ba5819256d75f3888
-RMD160 (yaz-3.0.45.tar.gz) = 1712998f6ae12e880934af8c071bdf526d2f478c
-Size (yaz-3.0.45.tar.gz) = 2088370 bytes
+SHA1 (yaz-3.0.47.tar.gz) = 8b8043c06140b3f024149b51c0cf8fb49b0bc3ce
+RMD160 (yaz-3.0.47.tar.gz) = e954d4b91ba1d058f138e803d96e918acecaf69c
+Size (yaz-3.0.47.tar.gz) = 2084391 bytes