Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 0B21663C483 for ; Tue, 8 Dec 2009 21:17:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id AC61D63B187; Tue, 8 Dec 2009 21:17:46 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id C583E63B186 for ; Tue, 8 Dec 2009 21:17:45 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id B520F175DD; Tue, 8 Dec 2009 21:17:45 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Tue, 8 Dec 2009 21:17:45 +0000 From: Thomas Klausner Subject: CVS commit: pkgsrc/net/yaz To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20091208211745.B520F175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: wiz Date: Tue Dec 8 21:17:45 UTC 2009 Modified Files: pkgsrc/net/yaz: Makefile distinfo Log Message: 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). To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/yaz/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/yaz/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.