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/Makefile | |
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/Makefile')
-rw-r--r-- | net/yaz/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |