From c2776857b69b6cd69dcf1ab75107e717890835ed Mon Sep 17 00:00:00 2001 From: Torsten Zuehlsdorff Date: Mon, 2 Sep 2019 20:31:59 +0000 Subject: MFH: r510420 databases/pgpool-II-36: Upgrade from 3.6.17 to 3.6.18 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. - 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: - 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 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 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) - 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) - Make failover in progress check more aggressively to avoid potential segfault. (Tatsuo Ishii) Approved by: ports-secteam (joneum) --- databases/pgpool-II-36/Makefile | 2 +- databases/pgpool-II-36/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/databases/pgpool-II-36/Makefile b/databases/pgpool-II-36/Makefile index 2371d611f038..2c058e24e936 100644 --- a/databases/pgpool-II-36/Makefile +++ b/databases/pgpool-II-36/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pgpool-II -PORTVERSION= 3.6.17 +PORTVERSION= 3.6.18 CATEGORIES= databases MASTER_SITES= http://www.pgpool.net/mediawiki/images/ PKGNAMESUFFIX= 36 diff --git a/databases/pgpool-II-36/distinfo b/databases/pgpool-II-36/distinfo index 728785fd1bab..64578ae24362 100644 --- a/databases/pgpool-II-36/distinfo +++ b/databases/pgpool-II-36/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1558014337 -SHA256 (pgpool-II-3.6.17.tar.gz) = cbe239d193a1c3f7cb9839b0e1a2500e0d9ec5d8f763cd9dcc094770e845ef73 -SIZE (pgpool-II-3.6.17.tar.gz) = 3315365 +TIMESTAMP = 1567201114 +SHA256 (pgpool-II-3.6.18.tar.gz) = e6fdcd89355de014bd62a54c8db389679a9ebb3a0178877ac51d62aaaa18f079 +SIZE (pgpool-II-3.6.18.tar.gz) = 3616219 -- cgit v1.2.3