diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-09 08:40:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-09 08:40:23 +0000 |
commit | 1213415b381d98a23983278f64aa96277d48cd6f (patch) | |
tree | 73e16c902fb61b4b176df069c23b20d8839efb15 /net | |
parent | add29063f4c3dc00eaa13cf6f35d202e483a19aa (diff) | |
download | pkgsrc-1213415b381d98a23983278f64aa96277d48cd6f.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')
-rw-r--r-- | net/yaz/Makefile | 4 | ||||
-rw-r--r-- | net/yaz/distinfo | 8 |
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 |