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/Makefile | |
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/Makefile')
-rw-r--r-- | net/yaz/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |