aboutsummaryrefslogtreecommitdiff
path: root/databases/pgpool-II-40
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2020-03-15 21:20:19 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2020-03-15 21:20:19 +0000
commit5cf73415b49127a8122832de3a374acbadb28c6c (patch)
tree9ed268da70362f15e4798cbd33947a8f1bdb7941 /databases/pgpool-II-40
parent3bf949007447fa0aae3b9b5f36dbf3e03e4a428a (diff)
downloadports-5cf73415b49127a8122832de3a374acbadb28c6c.tar.gz
ports-5cf73415b49127a8122832de3a374acbadb28c6c.zip
databases/pgpool-II-40: Upgrade from 4.0.6 to 4.0.8
Changelog for 4.0.7: Bug fixes Fix incorrect query rewrite in replication mode. (Bo Peng) Fix that health check timeout does work in certain case. (Tatsuo Ishii) Discussion: [pgpool-hackers: 3458], [pgpool-hackers: 3459] Doc: add failover_command description when all standby nodes are down. (Takuma Hoshiai) Doc: add note not to assign PostgreSQL servers to trusted_servers. (Tatsuo Ishii) Fix for miscellaneous watchdog issues. (Muhammad Usama) 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) Allow the lost standby node to rejoin the master watchdog node when it gets rediscovered by the lifecheck. (bug 545) (Muhammad Usama) Overhaul health check debug facility. (Tatsuo Ishii) Fix segfault when executing an erroneous query after DEALLOCATE a named statement. (bug 546) (Tatsuo Ishii) Doc: clarify that certificate authentication works between only client and Pgpool-II. (Tatsuo Ishii) Doc: update configuration Examples "Pgpool-II + Watchdog Setup Example". (Bo Peng) Doc: mention that VIP will not be brougt up if quorum does not exist. (Tatsuo Ishii) Fix pgpool_setup to deal with PostgreSQL 9.1. (Tatsuo Ishii) Fix for password authentication does not work when the password for the connecting user is not found in the pool_passwd file. (bug 534) (Muhammad Usama) Add "-I" option to arping_cmd command default setting. (Bo Peng) Changelog taken from: https://www.pgpool.net/docs/latest/en/html/release-4-0-7.html Changelog for 4.0.8: Changes Disallowing the quorum aware failover option for the native replication mode. (Muhammad Usama) 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) Doc: Update documentation and fix documentation typos. (Takuma Hoshiai, Tatsuo Ishii, Bo Peng) Fix child process segfault after reload if health_check_database is empty. (bug 571) (Bo Peng) Fix pgpool_setup to support PostgreSQL 12. (Tatsuo Ishii) Doc: Change the sample follow_master_command script %M %H paramater's order. (Bo Peng) 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 PGPOOL SHOW command doesn't display ALWAYS_MASTER, when backend_flag = 'ALWAYS_MASTER'. (Takuma Hoshiai) Fix the bug with ignored syslog setting. (Bo Peng) Changelog taken from: https://www.pgpool.net/docs/latest/en/html/release-4-0-8.html
Notes
Notes: svn path=/head/; revision=528505
Diffstat (limited to 'databases/pgpool-II-40')
-rw-r--r--databases/pgpool-II-40/Makefile2
-rw-r--r--databases/pgpool-II-40/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/pgpool-II-40/Makefile b/databases/pgpool-II-40/Makefile
index f9662dd805d2..5da5aaceabca 100644
--- a/databases/pgpool-II-40/Makefile
+++ b/databases/pgpool-II-40/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pgpool-II
-PORTVERSION= 4.0.6
+PORTVERSION= 4.0.8
CATEGORIES= databases
MASTER_SITES= http://www.pgpool.net/mediawiki/images/
PKGNAMESUFFIX= 40
diff --git a/databases/pgpool-II-40/distinfo b/databases/pgpool-II-40/distinfo
index 6fbbdcd396ac..d3b92a2ec96e 100644
--- a/databases/pgpool-II-40/distinfo
+++ b/databases/pgpool-II-40/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1567201236
-SHA256 (pgpool-II-4.0.6.tar.gz) = e521db8efbaa58c98a0565f71f938c6fa2f661fd7d7ce1d7f4ff65ff195e952e
-SIZE (pgpool-II-4.0.6.tar.gz) = 3804154
+TIMESTAMP = 1584221322
+SHA256 (pgpool-II-4.0.8.tar.gz) = 6d3ade6f4af23dff1738354ac645adaeaa04c98b79591b9b734142eb18355842
+SIZE (pgpool-II-4.0.8.tar.gz) = 3832833