Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id AFD2863B873 for ; Fri, 23 Apr 2010 21:29:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 6574B63B138; Fri, 23 Apr 2010 21:29:40 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 6D2D963B127 for ; Fri, 23 Apr 2010 21:29:39 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 55E07175DF; Fri, 23 Apr 2010 21:29:39 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Fri, 23 Apr 2010 21:29:39 +0000 From: Thomas Klausner Subject: CVS commit: pkgsrc/net/yaz To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20100423212939.55E07175DF@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: wiz Date: Fri Apr 23 21:29:39 UTC 2010 Modified Files: pkgsrc/net/yaz: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/yaz/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/yaz/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.