Received: by mail.netbsd.org (Postfix, from userid 605) id BE87184D61; Wed, 14 Aug 2019 14:19:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 45A1984D52 for ; Wed, 14 Aug 2019 14:19:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id QyQIR7aAbAjk for ; Wed, 14 Aug 2019 14:19:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 73B7984D47 for ; Wed, 14 Aug 2019 14:19:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6D9FBFBF4; Wed, 14 Aug 2019 14:19:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1565792378100480" MIME-Version: 1.0 Date: Wed, 14 Aug 2019 14:19:38 +0000 From: "Santhosh Raju" Subject: CVS commit: pkgsrc/databases/pgbouncer To: pkgsrc-changes@NetBSD.org Reply-To: fox@netbsd.org X-Mailer: log_accum Message-Id: <20190814141938.6D9FBFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1565792378100480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fox Date: Wed Aug 14 14:19:38 UTC 2019 Modified Files: pkgsrc/databases/pgbouncer: Makefile PLIST distinfo pkgsrc/databases/pgbouncer/patches: patch-Makefile Log Message: databases/pgbouncer: Update to 1.10.0 Changes since 1.9.0 2019-07-01 - PgBouncer 1.10.0 - "Afraid of the World" Features Add support for enabling and disabling TLS 1.3. (TLS 1.3 was already supported, depending on the OpenSSL library, but now the configuration settings to pick the TLS protocol versions also support it.) Fixes Fix TLS 1.3 support. This was broken with OpenSSL 1.1.1 and 1.1.1a (but not before or after). Fix a rare crash in SHOW FDS (https://github.com/pgbouncer/pgbouncer/issues/311/). Fix an issue that could lead to prolonged downtime if many cancel requests arrive (https://github.com/pgbouncer/pgbouncer/issues/329/). Avoid "unexpected response from login query" after a postgres reload (https://github.com/pgbouncer/pgbouncer/issues/220/). Fix idle_transaction_timeout calculation (https://github.com/pgbouncer/pgbouncer/issues/125/). The bug would lead to premature timeouts in specific situations. Cleanups Make various log and error messages more precise. Fix issues found by Coverity (none had a significant impact in practice). Improve and document all test scripts. Add additional SHOW commands to the documentation. Convert the documentation from rst to Markdown. Python scripts in the source tree are all compatible with Python 3 now. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/pgbouncer/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/pgbouncer/PLIST cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/pgbouncer/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/pgbouncer/patches/patch-Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1565792378100480 Content-Disposition: inline Content-Length: 3632 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/pgbouncer/Makefile diff -u pkgsrc/databases/pgbouncer/Makefile:1.13 pkgsrc/databases/pgbouncer/Makefile:1.14 --- pkgsrc/databases/pgbouncer/Makefile:1.13 Tue Aug 14 14:02:36 2018 +++ pkgsrc/databases/pgbouncer/Makefile Wed Aug 14 14:19:38 2019 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2018/08/14 14:02:36 fhajny Exp $ +# $NetBSD: Makefile,v 1.14 2019/08/14 14:19:38 fox Exp $ # -DISTNAME= pgbouncer-1.9.0 +DISTNAME= pgbouncer-1.10.0 CATEGORIES= databases MASTER_SITES= http://pgbouncer.github.io/downloads/files/${PKGVERSION_NOREV}/ Index: pkgsrc/databases/pgbouncer/PLIST diff -u pkgsrc/databases/pgbouncer/PLIST:1.4 pkgsrc/databases/pgbouncer/PLIST:1.5 --- pkgsrc/databases/pgbouncer/PLIST:1.4 Tue Mar 15 11:29:35 2016 +++ pkgsrc/databases/pgbouncer/PLIST Wed Aug 14 14:19:38 2019 @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.4 2016/03/15 11:29:35 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.5 2019/08/14 14:19:38 fox Exp $ bin/pgbouncer man/man1/pgbouncer.1 man/man5/pgbouncer.5 -share/doc/pgbouncer/NEWS.rst -share/doc/pgbouncer/README.rst +share/doc/pgbouncer/NEWS.md +share/doc/pgbouncer/README.md share/examples/pgbouncer/pgbouncer.ini share/examples/pgbouncer/userlist.txt Index: pkgsrc/databases/pgbouncer/distinfo diff -u pkgsrc/databases/pgbouncer/distinfo:1.9 pkgsrc/databases/pgbouncer/distinfo:1.10 --- pkgsrc/databases/pgbouncer/distinfo:1.9 Tue Aug 14 14:02:36 2018 +++ pkgsrc/databases/pgbouncer/distinfo Wed Aug 14 14:19:38 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2018/08/14 14:02:36 fhajny Exp $ +$NetBSD: distinfo,v 1.10 2019/08/14 14:19:38 fox Exp $ -SHA1 (pgbouncer-1.9.0.tar.gz) = 284dd692437f4454e4f787832f4912d2eb219b25 -RMD160 (pgbouncer-1.9.0.tar.gz) = 20eb123a2aabf99153e47b9400e2eaaa2c612f46 -SHA512 (pgbouncer-1.9.0.tar.gz) = b127f4cb60ca5cdf339da76727918f0a3797a3e0a89f8ed6fdcaa80f3391d2c5bb51e19731915775210c0e5070dd611ee2e410c9a947624e45b5cf11aecdacf9 -Size (pgbouncer-1.9.0.tar.gz) = 469300 bytes -SHA1 (patch-Makefile) = 1c76e84975111d9ce077e73fe888dfe466874e33 +SHA1 (pgbouncer-1.10.0.tar.gz) = 3a98af79ef660c7bc3fc6219405af0a75e2b138d +RMD160 (pgbouncer-1.10.0.tar.gz) = 20f0d3504c460abe8568e91bc3a8597b975c92ff +SHA512 (pgbouncer-1.10.0.tar.gz) = 8ec9f102b57ca5f92fb689588ec090056ac29f21825400ec67bca413fe076ad50e0b491e65c4cfebc488cc245eb3c88c36db2ee0ba1cb737f35404be0983dd1d +Size (pgbouncer-1.10.0.tar.gz) = 480571 bytes +SHA1 (patch-Makefile) = 91a59289d4fcd4b8258ed191f2deeb1e24853106 Index: pkgsrc/databases/pgbouncer/patches/patch-Makefile diff -u pkgsrc/databases/pgbouncer/patches/patch-Makefile:1.2 pkgsrc/databases/pgbouncer/patches/patch-Makefile:1.3 --- pkgsrc/databases/pgbouncer/patches/patch-Makefile:1.2 Tue Mar 15 11:29:35 2016 +++ pkgsrc/databases/pgbouncer/patches/patch-Makefile Wed Aug 14 14:19:38 2019 @@ -1,14 +1,15 @@ -$NetBSD: patch-Makefile,v 1.2 2016/03/15 11:29:35 fhajny Exp $ +$NetBSD: patch-Makefile,v 1.3 2019/08/14 14:19:38 fox Exp $ Install sample config files as... config files. ---- Makefile.orig 2016-02-26 08:56:32.000000000 +0000 +--- Makefile.orig 2019-07-01 04:00:00.000000000 -0400 +++ Makefile -@@ -50,6 +50,8 @@ pgbouncer_EMBED_LIBUSUAL = 1 +@@ -51,7 +51,8 @@ + pgbouncer_EMBED_LIBUSUAL = 1 # docs to install as-is - dist_doc_DATA = README.rst NEWS.rst etc/pgbouncer.ini etc/userlist.txt -+dist_doc_DATA = README.rst NEWS.rst +-dist_doc_DATA = README.md NEWS.md etc/pgbouncer.ini etc/userlist.txt ++dist_doc_DATA = README.md NEWS.md +dist_sysconf_DATA = etc/pgbouncer.ini etc/userlist.txt DISTCLEANFILES = config.mak config.status lib/usual/config.h config.log --_----------=_1565792378100480--