svn commit: r502323 - branches/2019Q2/databases/pgpool-II-35
Torsten Zuehlsdorff
tz at FreeBSD.org
Thu May 23 08:40:39 UTC 2019
Author: tz
Date: Thu May 23 08:40:38 2019
New Revision: 502323
URL: https://svnweb.freebsd.org/changeset/ports/502323
Log:
MFH: r501842
databases/pgpool-II-35: Upgrade from 3.5.20 to 3.5.21
Changelog:
Enhancements
- Speed up failover when all of backends are down. (Tatsuo Ishii)
- pgpool-recovery extension and pgpool_setup is now ready for the next major release PostgreSQL 12. (Tatsuo Ishii)
Bug fixes
- Fix the wrong error message "ERROR: connection cache is full", when all backend nodes are down. (bug 487) (Bo Peng)
- Avoid exit/fork storm of pool_worker_child process. (Tatsuo Ishii)
- Fix black_function_list's broken default value. (Tatsuo Ishii)
- Fix "not enough space in buffer" error. (bug 499) (Tatsuo Ishii)
- Fix DROP DATABASE failure. (Tatsuo Ishii)
- Fix wrong variable in read_status_file() function. (bug 493) (Takuma Hoshiai)
- Abort session if failover/failback is ongoing to prevent potential segfault. (bug 481, bug 482) (Tatsuo Ishii)
- Fix compiler warnings. (Tatsuo Ishii)
- Fix memory leak in "batch" mode in extended query. (bug 468) (Tatsuo Ishii)
Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-5-21.html
Approved by: ports-secteam (mivy)
Modified:
branches/2019Q2/databases/pgpool-II-35/Makefile
branches/2019Q2/databases/pgpool-II-35/distinfo
Directory Properties:
branches/2019Q2/ (props changed)
Modified: branches/2019Q2/databases/pgpool-II-35/Makefile
==============================================================================
--- branches/2019Q2/databases/pgpool-II-35/Makefile Thu May 23 08:39:48 2019 (r502322)
+++ branches/2019Q2/databases/pgpool-II-35/Makefile Thu May 23 08:40:38 2019 (r502323)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pgpool-II
-PORTVERSION= 3.5.20
+PORTVERSION= 3.5.21
CATEGORIES= databases
MASTER_SITES= http://www.pgpool.net/mediawiki/images/
PKGNAMESUFFIX= 35
Modified: branches/2019Q2/databases/pgpool-II-35/distinfo
==============================================================================
--- branches/2019Q2/databases/pgpool-II-35/distinfo Thu May 23 08:39:48 2019 (r502322)
+++ branches/2019Q2/databases/pgpool-II-35/distinfo Thu May 23 08:40:38 2019 (r502323)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554556296
-SHA256 (pgpool-II-3.5.20.tar.gz) = c1f3288bcf60d1a21e2071e767cf2ba92d5421945376a700f05bc140c05de735
-SIZE (pgpool-II-3.5.20.tar.gz) = 2278264
+TIMESTAMP = 1558014268
+SHA256 (pgpool-II-3.5.21.tar.gz) = af35cc101e04513f5fb98d4a64040a9de7035eff09cbb2482cd438b8e37c8d87
+SIZE (pgpool-II-3.5.21.tar.gz) = 2284652
More information about the svn-ports-all
mailing list