pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/yaz Update to 3.0.47:
details: https://anonhg.NetBSD.org/pkgsrc/rev/ae21cf91aaaa
branches: trunk
changeset: 562997:ae21cf91aaaa
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Aug 09 08:40:23 2009 +0000
description:
Update to 3.0.47:
--- 3.0.47 2009/07/08
Function yaz_xml2query allows a diagnostic element in the PQF XML
representation .. diagnostic@code and diagnostic@addinfo is diagnostic
code and additional info respectively.
The BER BOOLEAN is now the integral type Odr_bool which still happens
to be an 'int'. The BER INTEGER which used to be a plain 'int' is now
typedef'd to Odr_int. This is still an integral 'int', but it may be
changed to 64-bit via a one-liner in nmem.h (NMEM_64=1). The documentation,
ASN-1 compiler as well as programs has been updated to use the new types.
--- 3.0.46 2009/06/08
zoom: ZOOM_record_get now renders OPAC records when type=xml. Previously
only the bibliographic record was rendered. For type=opac, an OPAC
record is only returned if it is present.
iconv: small fix for encoding of advancegreek.
yaz-client: avoid double display of SRU/SRW records (bug #2798).
yaz-client: option auto_reconnect=on really reconnects.
yaz-client: fix bug #2770 - avoid length limit for auth parameters.
server: avoid null ptr ref for for yaz_poll errors.
build: fix RPM build for RHEL 5.3.
comstack: prefer IPV6 addresses over IPV4 - should refix bug #2350
diffstat:
net/yaz/Makefile | 4 ++--
net/yaz/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r 9df40ca43729 -r ae21cf91aaaa net/yaz/Makefile
--- a/net/yaz/Makefile Sun Aug 09 08:38:01 2009 +0000
+++ b/net/yaz/Makefile Sun Aug 09 08:40:23 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2009/04/20 21:59:53 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2009/08/09 08:40:23 wiz Exp $
#
-DISTNAME= yaz-3.0.45
+DISTNAME= yaz-3.0.47
CATEGORIES= net
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
diff -r 9df40ca43729 -r ae21cf91aaaa net/yaz/distinfo
--- a/net/yaz/distinfo Sun Aug 09 08:38:01 2009 +0000
+++ b/net/yaz/distinfo Sun Aug 09 08:40:23 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2009/04/20 21:59:53 wiz Exp $
+$NetBSD: distinfo,v 1.11 2009/08/09 08:40:23 wiz Exp $
-SHA1 (yaz-3.0.45.tar.gz) = c35952cd003218153b94ae3ba5819256d75f3888
-RMD160 (yaz-3.0.45.tar.gz) = 1712998f6ae12e880934af8c071bdf526d2f478c
-Size (yaz-3.0.45.tar.gz) = 2088370 bytes
+SHA1 (yaz-3.0.47.tar.gz) = 8b8043c06140b3f024149b51c0cf8fb49b0bc3ce
+RMD160 (yaz-3.0.47.tar.gz) = e954d4b91ba1d058f138e803d96e918acecaf69c
+Size (yaz-3.0.47.tar.gz) = 2084391 bytes
Home |
Main Index |
Thread Index |
Old Index