Tue Nov 23 17:25:10 2010 UTC ()
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.


(wiz)
diff -r1.36 -r1.37 pkgsrc/net/yaz/Makefile
diff -r1.16 -r1.17 pkgsrc/net/yaz/PLIST
diff -r1.23 -r1.24 pkgsrc/net/yaz/distinfo

cvs diff -r1.36 -r1.37 pkgsrc/net/yaz/Makefile (expand / switch to unified diff)

--- pkgsrc/net/yaz/Makefile 2010/10/16 15:28:56 1.36
+++ pkgsrc/net/yaz/Makefile 2010/11/23 17:25:10 1.37
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.36 2010/10/16 15:28:56 wiz Exp $ 1# $NetBSD: Makefile,v 1.37 2010/11/23 17:25:10 wiz Exp $
2# 2#
3 3
4DISTNAME= yaz-4.1.1 4DISTNAME= yaz-4.1.2
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ 6MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
7 7
8MAINTAINER= phil@NetBSD.org 8MAINTAINER= phil@NetBSD.org
9HOMEPAGE= http://indexdata.dk/yaz/ 9HOMEPAGE= http://indexdata.dk/yaz/
10COMMENT= C/C++ toolkit for the development of Z39.50v3/SRW clients and servers 10COMMENT= C/C++ toolkit for the development of Z39.50v3/SRW clients and servers
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
16USE_LIBTOOL= YES 16USE_LIBTOOL= YES
17USE_TOOLS+= pkg-config tclsh 17USE_TOOLS+= pkg-config tclsh

cvs diff -r1.16 -r1.17 pkgsrc/net/yaz/PLIST (expand / switch to unified diff)

--- pkgsrc/net/yaz/PLIST 2010/10/16 15:28:56 1.16
+++ pkgsrc/net/yaz/PLIST 2010/11/23 17:25:10 1.17
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.16 2010/10/16 15:28:56 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.17 2010/11/23 17:25:10 wiz Exp $
2bin/yaz-asncomp 2bin/yaz-asncomp
3bin/yaz-client 3bin/yaz-client
4bin/yaz-config 4bin/yaz-config
5bin/yaz-iconv 5bin/yaz-iconv
6bin/yaz-icu 6bin/yaz-icu
7bin/yaz-illclient 7bin/yaz-illclient
8bin/yaz-json-parse 8bin/yaz-json-parse
9bin/yaz-marcdump 9bin/yaz-marcdump
10bin/yaz-ztest 10bin/yaz-ztest
11bin/zoomsh 11bin/zoomsh
12include/yaz/backend.h 12include/yaz/backend.h
13include/yaz/ccl.h 13include/yaz/ccl.h
14include/yaz/ccl_xml.h 14include/yaz/ccl_xml.h
@@ -112,36 +112,36 @@ include/yaz/zes-order.h @@ -112,36 +112,36 @@ include/yaz/zes-order.h
112include/yaz/zes-pquery.h 112include/yaz/zes-pquery.h
113include/yaz/zes-psched.h 113include/yaz/zes-psched.h
114include/yaz/zes-pset.h 114include/yaz/zes-pset.h
115include/yaz/zes-update.h 115include/yaz/zes-update.h
116include/yaz/zes-update0.h 116include/yaz/zes-update0.h
117include/yaz/zgdu.h 117include/yaz/zgdu.h
118include/yaz/zoom.h 118include/yaz/zoom.h
119lib/libyaz.la 119lib/libyaz.la
120lib/libyaz_icu.la 120lib/libyaz_icu.la
121lib/libyaz_server.la 121lib/libyaz_server.la
122lib/pkgconfig/yaz.pc 122lib/pkgconfig/yaz.pc
123man/man1/yaz-asncomp.1 123man/man1/yaz-asncomp.1
124man/man1/yaz-client.1 124man/man1/yaz-client.1
 125man/man1/yaz-config.1
125man/man1/yaz-iconv.1 126man/man1/yaz-iconv.1
126man/man1/yaz-icu.1 127man/man1/yaz-icu.1
127man/man1/yaz-illclient.1 128man/man1/yaz-illclient.1
128man/man1/yaz-json-parse.1 129man/man1/yaz-json-parse.1
129man/man1/yaz-marcdump.1 130man/man1/yaz-marcdump.1
130man/man1/zoomsh.1 131man/man1/zoomsh.1
131man/man7/bib1-attr.7 132man/man7/bib1-attr.7
132man/man7/yaz-log.7 133man/man7/yaz-log.7
133man/man7/yaz.7 134man/man7/yaz.7
134man/man8/yaz-config.8 
135man/man8/yaz-ztest.8 135man/man8/yaz-ztest.8
136share/aclocal/yaz.m4 136share/aclocal/yaz.m4
137share/doc/yaz/apilayer.png 137share/doc/yaz/apilayer.png
138share/doc/yaz/asn.external.html 138share/doc/yaz/asn.external.html
139share/doc/yaz/asn.html 139share/doc/yaz/asn.html
140share/doc/yaz/asn.pdu.html 140share/doc/yaz/asn.pdu.html
141share/doc/yaz/asn.preparing.html 141share/doc/yaz/asn.preparing.html
142share/doc/yaz/bib1.html 142share/doc/yaz/bib1.html
143share/doc/yaz/common/id.png 143share/doc/yaz/common/id.png
144share/doc/yaz/common/style1.css 144share/doc/yaz/common/style1.css
145share/doc/yaz/comstack.addresses.html 145share/doc/yaz/comstack.addresses.html
146share/doc/yaz/comstack.client.html 146share/doc/yaz/comstack.client.html
147share/doc/yaz/comstack.common.html 147share/doc/yaz/comstack.common.html
@@ -187,26 +187,27 @@ share/doc/yaz/tools.retrieval.html @@ -187,26 +187,27 @@ share/doc/yaz/tools.retrieval.html
187share/doc/yaz/yaz-asncomp.html 187share/doc/yaz/yaz-asncomp.html
188share/doc/yaz/yaz-client.html 188share/doc/yaz/yaz-client.html
189share/doc/yaz/yaz-config.html 189share/doc/yaz/yaz-config.html
190share/doc/yaz/yaz-iconv.html 190share/doc/yaz/yaz-iconv.html
191share/doc/yaz/yaz-icu.html 191share/doc/yaz/yaz-icu.html
192share/doc/yaz/yaz-illclient.html 192share/doc/yaz/yaz-illclient.html
193share/doc/yaz/yaz-json-parse.html 193share/doc/yaz/yaz-json-parse.html
194share/doc/yaz/yaz-log.html 194share/doc/yaz/yaz-log.html
195share/doc/yaz/yaz-marcdump.html 195share/doc/yaz/yaz-marcdump.html
196share/doc/yaz/yaz-ztest.html 196share/doc/yaz/yaz-ztest.html
197share/doc/yaz/yaz.html 197share/doc/yaz/yaz.html
198share/doc/yaz/zoom.events.html 198share/doc/yaz/zoom.events.html
199share/doc/yaz/zoom.extendedservices.html 199share/doc/yaz/zoom.extendedservices.html
 200share/doc/yaz/zoom.facets.html
200share/doc/yaz/zoom.html 201share/doc/yaz/zoom.html
201share/doc/yaz/zoom.options.html 202share/doc/yaz/zoom.options.html
202share/doc/yaz/zoom.query.html 203share/doc/yaz/zoom.query.html
203share/doc/yaz/zoom.records.html 204share/doc/yaz/zoom.records.html
204share/doc/yaz/zoom.resultsets.html 205share/doc/yaz/zoom.resultsets.html
205share/doc/yaz/zoom.scan.html 206share/doc/yaz/zoom.scan.html
206share/doc/yaz/zoomsh.html 207share/doc/yaz/zoomsh.html
207share/yaz/etc/MARC21slim2DC.xsl 208share/yaz/etc/MARC21slim2DC.xsl
208share/yaz/etc/MARC21slim2MODS.xsl 209share/yaz/etc/MARC21slim2MODS.xsl
209share/yaz/etc/MARC21slim2RDFDC.xsl 210share/yaz/etc/MARC21slim2RDFDC.xsl
210share/yaz/etc/MARC21slimUtils.xsl 211share/yaz/etc/MARC21slimUtils.xsl
211share/yaz/etc/cqlpass.properties 212share/yaz/etc/cqlpass.properties
212share/yaz/etc/maps.xml 213share/yaz/etc/maps.xml

cvs diff -r1.23 -r1.24 pkgsrc/net/yaz/distinfo (expand / switch to unified diff)

--- pkgsrc/net/yaz/distinfo 2010/10/16 15:28:56 1.23
+++ pkgsrc/net/yaz/distinfo 2010/11/23 17:25:10 1.24
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.23 2010/10/16 15:28:56 wiz Exp $ 1$NetBSD: distinfo,v 1.24 2010/11/23 17:25:10 wiz Exp $
2 2
3SHA1 (yaz-4.1.1.tar.gz) = 7c8ddecfe47873f065eea25d731a1a018544435a 3SHA1 (yaz-4.1.2.tar.gz) = 49e1bee4229bb64b458007c79a12a6af643760fd
4RMD160 (yaz-4.1.1.tar.gz) = 722627ab0defe3d255b8df5ba5439800a7da1d15 4RMD160 (yaz-4.1.2.tar.gz) = 86a6377e65344c0326cfa9c29d42eeb7724f3dc5
5Size (yaz-4.1.1.tar.gz) = 2281196 bytes 5Size (yaz-4.1.2.tar.gz) = 2286186 bytes