From owner-svn-ports-all@freebsd.org Sat Aug 31 21:12:37 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A4146DC470; Sat, 31 Aug 2019 21:12:37 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46LTZY3x30z3Plq; Sat, 31 Aug 2019 21:12:37 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6B1E81ED94; Sat, 31 Aug 2019 21:12:37 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7VLCbxB079953; Sat, 31 Aug 2019 21:12:37 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7VLCbTE079952; Sat, 31 Aug 2019 21:12:37 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201908312112.x7VLCbTE079952@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Sat, 31 Aug 2019 21:12:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510418 - head/databases/pgpool X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/databases/pgpool X-SVN-Commit-Revision: 510418 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Aug 2019 21:12:37 -0000 Author: tz Date: Sat Aug 31 21:12:36 2019 New Revision: 510418 URL: https://svnweb.freebsd.org/changeset/ports/510418 Log: databases/pgpool: Update from 3.4.24 to 3.4.25 Changelog: Enhancements: - Import some of memory manager debug facilities from PostgreSQL. (Tatsuo Ishii) - Use pg_get_expr() instead of pg_attrdef.adsrc to support for PostgreSQL 12. (Bo Peng) - Enhance shutdown script of pgpool_setup. (Tatsuo Ishii) - Make shutdownall to wait for completion of shutdown of Pgpool-II. - If environment variable CHECK_TIME_WAIT is set to true, use netstat command to confirm usage of the TCP/IP port while executing shutdown script. - Deal pgpool_adm extension with PostgreSQL 12. (Tatsuo Ishii) Bug fixes: - Fix pgpool_setup to produce correct follow master command. (Tatsuo Ishii) - Fix query cache module so that it checks oid array's bound. (Tatsuo Ishii) - Fix off-by-one error in query cache module. (Tatsuo Ishii) - Fix segfault when samenet is specified in pool_hba.conf. (Tatsuo Ishii) - Fix to deal with backslashes according to the config of standard_conforming_strings in native replication mode. (bug 467) (Bo Peng) - Fix memory leaks. (Tatsuo Ishii) MFH: 2019Q3 Modified: head/databases/pgpool/Makefile head/databases/pgpool/distinfo Modified: head/databases/pgpool/Makefile ============================================================================== --- head/databases/pgpool/Makefile Sat Aug 31 20:20:07 2019 (r510417) +++ head/databases/pgpool/Makefile Sat Aug 31 21:12:36 2019 (r510418) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pgpool -PORTVERSION= 3.4.24 -PORTREVISION= 1 +PORTVERSION= 3.4.25 CATEGORIES= databases MASTER_SITES= http://www.pgpool.net/mediawiki/images/ DISTNAME= ${PORTNAME}-II-${PORTVERSION} Modified: head/databases/pgpool/distinfo ============================================================================== --- head/databases/pgpool/distinfo Sat Aug 31 20:20:07 2019 (r510417) +++ head/databases/pgpool/distinfo Sat Aug 31 21:12:36 2019 (r510418) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558014223 -SHA256 (pgpool-II-3.4.24.tar.gz) = be4ca23e77ebb70fe06e83dc1d6ab80839be612913720962f103523eb38f735e -SIZE (pgpool-II-3.4.24.tar.gz) = 2184878 +TIMESTAMP = 1567200275 +SHA256 (pgpool-II-3.4.25.tar.gz) = 9acfa1ac047c92d807e20d0deddebec4ca50e20cc3e7caaf5c8397b608cf165c +SIZE (pgpool-II-3.4.25.tar.gz) = 2187156