svn commit: r528502 - head/databases/pgpool-II-35
Torsten Zuehlsdorff
tz at FreeBSD.org
Sun Mar 15 21:14:02 UTC 2020
Author: tz
Date: Sun Mar 15 21:14:00 2020
New Revision: 528502
URL: https://svnweb.freebsd.org/changeset/ports/528502
Log:
databases/pgpool-II-35: Update from 3.5.22 to 3.5.24
Changelog for 3.5.23:
Bug fixes
Fix incorrect query rewrite in replication mode. (Bo Peng)
Fix assorted ancient v2 protocol bugs. (Tatsuo Ishii)
Fix problem that syslog_facility doesn't change by reload. (bug 548) (Takuma Hoshiai)
Fix Pgpool-II shutdown failed in certain case. (Tatsuo Ishii)
Fix segfault when executing an erroneous query after DEALLOCATE a named statement. (bug 546) (Tatsuo Ishii)
Add "-I" option to arping_cmd command default setting. (Bo Peng)
Changelog taken from: https://www.pgpool.net/docs/latest/en/html/release-3-5-23.html
Changelog for 3.5.24:
Changes
Check if socket file exists at startup and remove them if PID file doesn't exist to avoid bind() failire. (Bo Peng)
Bug fixes
Fix incorrect query rewriting in native replication mode. (bug 551) (Bo Peng)
Fix pgpool_setup to support PostgreSQL 12. (Tatsuo Ishii)
Fix occasional regression test failure. (Tatsuo Ishii)
Fix replication delay worker segfault when application_name in primary_conninfo is an empty string. (bug 565) (Tatsuo Ishii)
Fix the bug with ignored syslog setting. (Bo Peng)
Changelog taken from: https://www.pgpool.net/docs/latest/en/html/release-3-5-24.html
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 Sun Mar 15 21:11:42 2020 (r528501)
+++ head/databases/pgpool-II-35/Makefile Sun Mar 15 21:14:00 2020 (r528502)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pgpool-II
-PORTVERSION= 3.5.22
+PORTVERSION= 3.5.24
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 Sun Mar 15 21:11:42 2020 (r528501)
+++ head/databases/pgpool-II-35/distinfo Sun Mar 15 21:14:00 2020 (r528502)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1567201021
-SHA256 (pgpool-II-3.5.22.tar.gz) = c0c4fae8651fc2348969d74b92c86779e896b6ff0325c8b507600c2362f54669
-SIZE (pgpool-II-3.5.22.tar.gz) = 2286103
+TIMESTAMP = 1584221208
+SHA256 (pgpool-II-3.5.24.tar.gz) = cccafe16b3d3df0fd23730c7da872efe82c516234768c7992513fac61f04276b
+SIZE (pgpool-II-3.5.24.tar.gz) = 2287900
More information about the svn-ports-all
mailing list