diff options
author | wiz <wiz@pkgsrc.org> | 2009-01-07 22:26:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-01-07 22:26:45 +0000 |
commit | b09002e9d389a545089ee9596f61790caa9bf0a8 (patch) | |
tree | 4f29378cd01503f733546b15585f44c352c990d2 /net | |
parent | aed480c506f05fadd8e574965e94fea10310084e (diff) | |
download | pkgsrc-b09002e9d389a545089ee9596f61790caa9bf0a8.tar.gz |
Update to 3.0.41:
--- 3.0.41 2008/12/29
Fixed Fixed test that makes VERSION_SHA1 appear on dist versions too.
--- 3.0.40 2008/12/29
For configure, using option --without-xml2 also disables Libxslt/Libexslt
support.
Fixed bug #2352: yaz-marcdump crashes for certain record.
Added man page 'bib1-attr' which includes list of common Bib-1 attributes.
Added support for Danmarc2 to UTF-8 conversion.
Added support for ISO5426 to UTF-8 conversion.
zget_InitRequest/zget_InitResponse returns GIT SHA1 hash as part of
implementation version.
Function yaz_version returns GIT SHA1 hash for parameter sha1_str.
--- 3.0.38 2008/11/10
ZOOM C now only fires one ZOOM_EVENT_SEARCH per search-task. Previously,
ZOOM_EVENT_SEARCH was fired for each searchRetrieve Response received.
ZOOM C now interprets databaseName option for ZOOM connection as path
(SRU "database").
Windows version bundled with Libxml2 2.7.1 / Libxslt 1.1.24 / ICU 4.0.
Fixed CCL to RPN/PQF conversion which could result in invalid PQF.
Dummy Libxml2 types no longer defined in headers of YAZ'.
Fixed memory violation for ZOOM C - could occur when SRU diagnostics was
received.
Diffstat (limited to 'net')
-rw-r--r-- | net/yaz/Makefile | 4 | ||||
-rw-r--r-- | net/yaz/PLIST | 5 | ||||
-rw-r--r-- | net/yaz/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index da73eab07de..2b6d86d75fd 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2008/10/16 21:21:56 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2009/01/07 22:26:45 wiz Exp $ # -DISTNAME= yaz-3.0.36 +DISTNAME= yaz-3.0.41 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ diff --git a/net/yaz/PLIST b/net/yaz/PLIST index 4b34b0af933..5fe452c06c9 100644 --- a/net/yaz/PLIST +++ b/net/yaz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2008/10/16 21:21:56 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2009/01/07 22:26:45 wiz Exp $ bin/yaz-asncomp bin/yaz-client bin/yaz-config @@ -28,6 +28,7 @@ include/yaz/log.h include/yaz/logrpn.h include/yaz/marcdisp.h include/yaz/match_glob.h +include/yaz/matchstr.h include/yaz/mutex.h include/yaz/nmem.h include/yaz/nmem_xml.h @@ -111,6 +112,7 @@ man/man1/yaz-icu.1 man/man1/yaz-illclient.1 man/man1/yaz-marcdump.1 man/man1/zoomsh.1 +man/man7/bib1-attr.7 man/man7/yaz-log.7 man/man7/yaz.7 man/man8/yaz-config.8 @@ -121,6 +123,7 @@ share/doc/yaz/asn.external.html share/doc/yaz/asn.html share/doc/yaz/asn.pdu.html share/doc/yaz/asn.preparing.html +share/doc/yaz/bib1.html share/doc/yaz/common/id.png share/doc/yaz/common/style1.css share/doc/yaz/comstack.addresses.html diff --git a/net/yaz/distinfo b/net/yaz/distinfo index 701e325f661..456c2da087d 100644 --- a/net/yaz/distinfo +++ b/net/yaz/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2008/10/16 21:21:56 wiz Exp $ +$NetBSD: distinfo,v 1.7 2009/01/07 22:26:45 wiz Exp $ -SHA1 (yaz-3.0.36.tar.gz) = 7166a9ec46411ed0ca1c71fd0fddbea2a32329fc -RMD160 (yaz-3.0.36.tar.gz) = c0083c6eeab5def24a004609537d4267744ab802 -Size (yaz-3.0.36.tar.gz) = 2067444 bytes +SHA1 (yaz-3.0.41.tar.gz) = 0de117e00ca8bec573e80c74d62279e153283630 +RMD160 (yaz-3.0.41.tar.gz) = f27cca9921ed29deb8b0e3371a2a11f53fd1cc79 +Size (yaz-3.0.41.tar.gz) = 2028682 bytes |