diff options
author | wiz <wiz@pkgsrc.org> | 2009-12-08 21:17:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-12-08 21:17:45 +0000 |
commit | 2d609addcc4f818af7462af6fa95e5cd1e76c467 (patch) | |
tree | 9139eb26002722e5c2b1e016f164c27a0081bc3a /net/yaz | |
parent | 66089daefb2dbdb1bdbe8d29fcc5fc18dce3b1be (diff) | |
download | pkgsrc-2d609addcc4f818af7462af6fa95e5cd1e76c467.tar.gz |
Update to 3.0.52:
--- 3.0.52 2009/12/03
tcpip comstack: fix use of uinitialized variable in cs_straddr. This
bug was introduced in 3.0.51.
--- 3.0.51 2009/12/02
tcpip comstack: Remove TCP receiver buffer optimizations for Solaris.
tcpip comstack: fix leak for getaddrinfo.
Encoding of SRU database is performed by yaz_encode_sru_dbpath_odr or
yaz_encode_sru_dbpath_buf. Now used by yaz-client and the ZOOM API.
Decoding of SRU "path" database is performed by private function
yaz_decode_sru_dbpath_odr . This in turn is used by yaz_srw_decode
and yaz_sru_decode in server applications, GFS, yazproxy, metaproxy.
yaz-client: honor base command for SRU. Change when database setting
is applied for SRU and ensure it is kept when a connection is reset.
Change also the way errors are displayed or SRU (decoding of packages).
Diffstat (limited to 'net/yaz')
-rw-r--r-- | net/yaz/Makefile | 4 | ||||
-rw-r--r-- | net/yaz/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index 11e2157d018..9b9ac886ee6 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2009/11/15 21:22:25 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2009/12/08 21:17:45 wiz Exp $ # -DISTNAME= yaz-3.0.50 +DISTNAME= yaz-3.0.52 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ diff --git a/net/yaz/distinfo b/net/yaz/distinfo index 31ad109a6e0..ecf2cfcd2d7 100644 --- a/net/yaz/distinfo +++ b/net/yaz/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2009/11/15 21:22:25 wiz Exp $ +$NetBSD: distinfo,v 1.15 2009/12/08 21:17:45 wiz Exp $ -SHA1 (yaz-3.0.50.tar.gz) = 669273562d47f5c4053215c608f8f4d1d8905abd -RMD160 (yaz-3.0.50.tar.gz) = 0499b440213abf80ecb6689415995fb01bf7eebb -Size (yaz-3.0.50.tar.gz) = 2123168 bytes +SHA1 (yaz-3.0.52.tar.gz) = 02a84fafb9bc3f2a16d98cf3229d5016b9d7fa87 +RMD160 (yaz-3.0.52.tar.gz) = 5829b009e692989f4e1e82902faaf26cbc683d04 +Size (yaz-3.0.52.tar.gz) = 2162836 bytes |