Date: Fri, 17 May 2019 08:33:16 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501842 - head/databases/pgpool-II-35 Message-ID: <201905170833.x4H8XGYx087247@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Fri May 17 08:33:16 2019 New Revision: 501842 URL: https://svnweb.freebsd.org/changeset/ports/501842 Log: 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 MFH: 2019Q2 Modified: head/databases/pgpool-II-35/Makefile head/databases/pgpool-II-35/distinfo Modified: head/databases/pgpool-II-35/Makefile ============================================================================== --- head/databases/pgpool-II-35/Makefile Fri May 17 08:30:16 2019 (r501841) +++ head/databases/pgpool-II-35/Makefile Fri May 17 08:33:16 2019 (r501842) @@ -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: head/databases/pgpool-II-35/distinfo ============================================================================== --- head/databases/pgpool-II-35/distinfo Fri May 17 08:30:16 2019 (r501841) +++ head/databases/pgpool-II-35/distinfo Fri May 17 08:33:16 2019 (r501842) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905170833.x4H8XGYx087247>