From owner-svn-ports-all@freebsd.org Mon Sep 2 20:38:34 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 4CC60E789C; Mon, 2 Sep 2019 20:38:34 +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 46MhkL1Lpnz4HX4; Mon, 2 Sep 2019 20:38:34 +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 EC7931FB11; Mon, 2 Sep 2019 20:38:33 +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 x82KcX9M022907; Mon, 2 Sep 2019 20:38:33 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x82KcX3f022905; Mon, 2 Sep 2019 20:38:33 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201909022038.x82KcX3f022905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 2 Sep 2019 20:38:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r510848 - branches/2019Q3/databases/pgpool-II-40 X-SVN-Group: ports-branches X-SVN-Commit-Author: tz X-SVN-Commit-Paths: branches/2019Q3/databases/pgpool-II-40 X-SVN-Commit-Revision: 510848 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: Mon, 02 Sep 2019 20:38:34 -0000 Author: tz Date: Mon Sep 2 20:38:33 2019 New Revision: 510848 URL: https://svnweb.freebsd.org/changeset/ports/510848 Log: MFH: r510422 databases/pgpool-II-40: Upgrade from 4.0.5 to 4.0.6 Changelog: Enhancements: - Doc: Update "Pgpool-II + Watchdog Setup Example" to support PostgreSQL 12. (Bo Peng) - 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. - Doc: add description to pg_md5 man page how to show pool_passwd hashed string. (Tatsuo Ishii) - Doc: add general description about failover. (Tatsuo Ishii) - Deal pgpool_adm extension with PostgreSQL 12. (Tatsuo Ishii) Bug fixes: - Test: Fix test failure of extended-query-test when disable_load_balance_on_write = off/transaction/always. (Tatsuo Ishii) - Fix "unable to bind. cannot get parse message" error. (bug 531) (Tatsuo Ishii) - Fix online-recovery is blocked after a child process exits abnormally with replication mode and watchdog. (bug 483) (Muhammad Usama) - Fix for keep the backend health check running on quarantined nodes. (Muhammad Usama) - Fix for no primary on standby pgpool when primary is quarantined on master. (Muhammad Usama) - Fix watchdog_setup command mode option to work correctly. (Takuma Hoshiai) - 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) - Allow health check process to reload. (Tatsuo Ishii) - Fix sefault when query cache is enabled. (bug 525) (Tatsuo Ishii) - Down grade LOG "checking zapping sent message ..." to DEBUG5. (Tatsuo Ishii) - Fix segfault when samenet is specified in pool_hba.conf. (Tatsuo Ishii) - Doc: Fix documentation mistakes in follow_master.sh script and typos. (Bo Peng) - Fix health check process is not shutting down in certain cases. (Tatsuo Ishii) - Fix to deal with backslashes according to the config of standard_conforming_strings in native replication mode. (bug 467) (Bo Peng) - Fix compile error on FreeBSD. (bug 512, bug 519) (Bo Peng) - Fix memory leaks. (Tatsuo Ishii) - Make failover in progress check more aggressively to avoid potential segfault. (Tatsuo Ishii) Approved by: ports-secteam (joneum) Modified: branches/2019Q3/databases/pgpool-II-40/Makefile branches/2019Q3/databases/pgpool-II-40/distinfo Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/databases/pgpool-II-40/Makefile ============================================================================== --- branches/2019Q3/databases/pgpool-II-40/Makefile Mon Sep 2 20:35:01 2019 (r510847) +++ branches/2019Q3/databases/pgpool-II-40/Makefile Mon Sep 2 20:38:33 2019 (r510848) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pgpool-II -PORTVERSION= 4.0.5 +PORTVERSION= 4.0.6 CATEGORIES= databases MASTER_SITES= http://www.pgpool.net/mediawiki/images/ PKGNAMESUFFIX= 40 Modified: branches/2019Q3/databases/pgpool-II-40/distinfo ============================================================================== --- branches/2019Q3/databases/pgpool-II-40/distinfo Mon Sep 2 20:35:01 2019 (r510847) +++ branches/2019Q3/databases/pgpool-II-40/distinfo Mon Sep 2 20:38:33 2019 (r510848) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558015937 -SHA256 (pgpool-II-4.0.5.tar.gz) = 84450766c04214a7d850bf35ba99d699ce35c17e8744a4749f20d819f5144f6c -SIZE (pgpool-II-4.0.5.tar.gz) = 3768842 +TIMESTAMP = 1567201236 +SHA256 (pgpool-II-4.0.6.tar.gz) = e521db8efbaa58c98a0565f71f938c6fa2f661fd7d7ce1d7f4ff65ff195e952e +SIZE (pgpool-II-4.0.6.tar.gz) = 3804154