diff options
author | wiz <wiz> | 2010-04-23 21:29:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-04-23 21:29:39 +0000 |
commit | 4bafe540048de9bcbe59842f41a98cf6fc325d1d (patch) | |
tree | cc9c6d14ae7dafe02816e59539c5ce5169f9f29b /net | |
parent | b220ffafb9359bad83654e3c474a7af7318b437d (diff) | |
download | pkgsrc-4bafe540048de9bcbe59842f41a98cf6fc325d1d.tar.gz |
Update to 4.0.3:
--- 4.0.3 2010/04/09
Handle HTTP redirect for SRU GET in yaz-client and ZOOM C. Based on
patch from Giannis Kosmas.
SRU: no longer URL encode SRU database. The URL for an SRU server is
a URL and such is alreeady encoded - at least when given with leading
http:// or https://. This reverts behavior to YAZ 3.0.50.
Support for new MARC XML notation TurboMARC which like MARCXML is a
complete representation of MARC/ISO2709.. This one, however, is more
compact and allows for faster processing with XSLT. TurboMARC can be
used in the marcdisp.h API, from the yaz-marcdump utility and from
the API of ZOOM C.
yaz-ztest can be configured - via the database - to perform certain
delays when it performs operations search, present and single record
fetch. This allows testers to make yaz-ztest act as a real or even slow
Z39.50 server. Refer to the yaz-ztest man pages for details.
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 885974d3a6e..80a95eab748 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2010/03/15 10:31:39 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2010/04/23 21:29:39 wiz Exp $ # -DISTNAME= yaz-4.0.2 +DISTNAME= yaz-4.0.3 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ diff --git a/net/yaz/distinfo b/net/yaz/distinfo index 9a0745d8cec..6b132a3a548 100644 --- a/net/yaz/distinfo +++ b/net/yaz/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2010/03/15 10:31:39 wiz Exp $ +$NetBSD: distinfo,v 1.18 2010/04/23 21:29:39 wiz Exp $ -SHA1 (yaz-4.0.2.tar.gz) = 79eb868d08ad3753e82be8bae50814dec76a0f36 -RMD160 (yaz-4.0.2.tar.gz) = abf6833a1dcc0cb7ce90de95499282add537ca47 -Size (yaz-4.0.2.tar.gz) = 2156397 bytes +SHA1 (yaz-4.0.3.tar.gz) = 1a3bbbd59cc5a550d793e781171449f1f247060f +RMD160 (yaz-4.0.3.tar.gz) = a8307ebaba6a8f08fc96963c4be059699df532fa +Size (yaz-4.0.3.tar.gz) = 2193240 bytes |