diff options
author | wiz <wiz@pkgsrc.org> | 2010-11-23 17:25:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-11-23 17:25:10 +0000 |
commit | 960b3bb5f79f8b8c00ea22a28d7920d9bcc3ac09 (patch) | |
tree | 095ae9c7defc09f8ccf89319d553b97d05c88552 /net/yaz | |
parent | d9db7f088247caa0b042dc9886c67c0a8fb851eb (diff) | |
download | pkgsrc-960b3bb5f79f8b8c00ea22a28d7920d9bcc3ac09.tar.gz |
Update to 4.1.2:
--- 4.1.2 2010/11/02
Move yaz-config man pages to section 1.
More documentation about SOLR.
tcp comstack: change behavior for @-specs (anyaddr). @ listens on
AF_INET (IPV4) peers, and @6 listens to AF_INET6 (ipv6) peers.
Previously @ listened on AF_INET6 which accepted both IPV4 and IPV6
peers on some Linux systems. However, in general that does not work
so YAZ can not rely on that to work. Debian changed behavior in this
respect from Debian lenny to Debian squeeze (still testing as of Oct
2010). Refer to:
http://www.mail-archive.com/debian-devel@lists.debian.org/msg277726.html
zoomsh: remove "debugging" output. Was added by mistake in 4.1.0.
Diffstat (limited to 'net/yaz')
-rw-r--r-- | net/yaz/Makefile | 4 | ||||
-rw-r--r-- | net/yaz/PLIST | 5 | ||||
-rw-r--r-- | net/yaz/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index 26b2286d099..9df817dbf7a 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2010/10/16 15:28:56 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2010/11/23 17:25:10 wiz Exp $ # -DISTNAME= yaz-4.1.1 +DISTNAME= yaz-4.1.2 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ diff --git a/net/yaz/PLIST b/net/yaz/PLIST index 0aef5637c1f..5f7dbdf76f6 100644 --- a/net/yaz/PLIST +++ b/net/yaz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2010/10/16 15:28:56 wiz Exp $ +@comment $NetBSD: PLIST,v 1.17 2010/11/23 17:25:10 wiz Exp $ bin/yaz-asncomp bin/yaz-client bin/yaz-config @@ -122,6 +122,7 @@ lib/libyaz_server.la lib/pkgconfig/yaz.pc man/man1/yaz-asncomp.1 man/man1/yaz-client.1 +man/man1/yaz-config.1 man/man1/yaz-iconv.1 man/man1/yaz-icu.1 man/man1/yaz-illclient.1 @@ -131,7 +132,6 @@ man/man1/zoomsh.1 man/man7/bib1-attr.7 man/man7/yaz-log.7 man/man7/yaz.7 -man/man8/yaz-config.8 man/man8/yaz-ztest.8 share/aclocal/yaz.m4 share/doc/yaz/apilayer.png @@ -197,6 +197,7 @@ share/doc/yaz/yaz-ztest.html share/doc/yaz/yaz.html share/doc/yaz/zoom.events.html share/doc/yaz/zoom.extendedservices.html +share/doc/yaz/zoom.facets.html share/doc/yaz/zoom.html share/doc/yaz/zoom.options.html share/doc/yaz/zoom.query.html diff --git a/net/yaz/distinfo b/net/yaz/distinfo index 9969cc4911a..3c790d504d4 100644 --- a/net/yaz/distinfo +++ b/net/yaz/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2010/10/16 15:28:56 wiz Exp $ +$NetBSD: distinfo,v 1.24 2010/11/23 17:25:10 wiz Exp $ -SHA1 (yaz-4.1.1.tar.gz) = 7c8ddecfe47873f065eea25d731a1a018544435a -RMD160 (yaz-4.1.1.tar.gz) = 722627ab0defe3d255b8df5ba5439800a7da1d15 -Size (yaz-4.1.1.tar.gz) = 2281196 bytes +SHA1 (yaz-4.1.2.tar.gz) = 49e1bee4229bb64b458007c79a12a6af643760fd +RMD160 (yaz-4.1.2.tar.gz) = 86a6377e65344c0326cfa9c29d42eeb7724f3dc5 +Size (yaz-4.1.2.tar.gz) = 2286186 bytes |