From 1a219d26619e2b70e28bba269bbe921c2c43e391 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 23 Apr 2010 21:29:39 +0000 Subject: [PATCH] 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. --- net/yaz/Makefile | 4 ++-- net/yaz/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/yaz/Makefile b/net/yaz/Makefile index 885974d3a6e7..80a95eab7488 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 9a0745d8ceca..6b132a3a548f 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