diff options
author | wiz <wiz@pkgsrc.org> | 2009-11-15 21:22:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-11-15 21:22:25 +0000 |
commit | f8c6dc2d751091ebade892a97ea20c158a6b1ad4 (patch) | |
tree | b5f319d37abf82eaea46abcf7f94501b379a9c4a /net/yaz | |
parent | affe6681b111f316fc3483cad42b7de1a0a251d2 (diff) | |
download | pkgsrc-f8c6dc2d751091ebade892a97ea20c158a6b1ad4.tar.gz |
Update to 3.0.50:
--- 3.0.50 2009/11/02
Add support for extra request / response data for SRU codecs and GFS.
The Z_SRW_PDU structure has two new members extraResponseData_{buf,len}
for extra data response buffer and length. For the GFS, both request
and response data (XML) is carried in extra_args and extra_response_data
for the search handler. Patch by Ko van der Sloot.
ZOOM: For queries that cannot be converted to the specified rpnCharset,
ZOOM now returns a diagnostic on the client-side ('invalid query' /
10010). This fixes bug #2113.
yaz-client fix: If cmdfile is passed to yaz-client (option -f) and that
cmdfile included a 'quit' command that would result in a memory violation.
Diffstat (limited to 'net/yaz')
-rw-r--r-- | net/yaz/Makefile | 4 | ||||
-rw-r--r-- | net/yaz/PLIST | 3 | ||||
-rw-r--r-- | net/yaz/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index bbc99a75325..11e2157d018 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2009/10/31 02:32:30 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2009/11/15 21:22:25 wiz Exp $ # -DISTNAME= yaz-3.0.49 +DISTNAME= yaz-3.0.50 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ diff --git a/net/yaz/PLIST b/net/yaz/PLIST index c631f611959..fd8a22ef560 100644 --- a/net/yaz/PLIST +++ b/net/yaz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2009/06/14 18:09:49 joerg Exp $ +@comment $NetBSD: PLIST,v 1.10 2009/11/15 21:22:25 wiz Exp $ bin/yaz-asncomp bin/yaz-client bin/yaz-config @@ -194,6 +194,7 @@ share/yaz/etc/MARC21slim2RDFDC.xsl share/yaz/etc/MARC21slimUtils.xsl share/yaz/etc/cqlpass.properties share/yaz/etc/maps.xml +share/yaz/etc/marc21_to_endnote.xsl share/yaz/etc/opacxml.xsd share/yaz/etc/pqf.properties share/yaz/etc/yazgfs.xml diff --git a/net/yaz/distinfo b/net/yaz/distinfo index 5011c767008..31ad109a6e0 100644 --- a/net/yaz/distinfo +++ b/net/yaz/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2009/10/31 02:32:30 wiz Exp $ +$NetBSD: distinfo,v 1.14 2009/11/15 21:22:25 wiz Exp $ -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 +SHA1 (yaz-3.0.50.tar.gz) = 669273562d47f5c4053215c608f8f4d1d8905abd +RMD160 (yaz-3.0.50.tar.gz) = 0499b440213abf80ecb6689415995fb01bf7eebb +Size (yaz-3.0.50.tar.gz) = 2123168 bytes |