aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2019-04-10 15:45:37 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2019-04-10 15:45:37 +0000
commitb74cb8c84d50b31853725f58be68c0ad89d7ea16 (patch)
treef3c6bbaf76207f6fab4d005ae0af579727a25858 /databases
parentbdfe2823c0c920b2e2c4b77f94e8f7fa87bcbbf1 (diff)
downloadports-b74cb8c84d50b31853725f58be68c0ad89d7ea16.tar.gz
ports-b74cb8c84d50b31853725f58be68c0ad89d7ea16.zip
MFH: r498353
databases/pgpool-II-40: Upgrade from 4.0.3 to 4.0.4 Changelog: Enhancements * Add new configuration option ssl_prefer_server_ciphers. (Muhammad Usama) Add the new setting ssl_prefer_server_ciphers to let users configure if they want client's or server's cipher order to take preference. The default for this parameter is off, which prioritize the client's cipher order as usual. However this is just for keeping backward compatibility, and it is possible that a malicious client uses weak ciphers. For this reason we recommend to set this parameter to on at all times. * Allow to set a client cipher list. (Tatsuo Ishii, Yugo Nagata) For this purpose new parameter ssl_ciphers, which specifies the cipher list to be accepted by Pgpool-II, is added. This is already implemented in PostgreSQL and useful to enhance security when SSL is enabled. Bug fixes * Fix unnecessary fsync() to pgpool_status file. (Tatsuo Ishii) Whenever new connections are created to PostgreSQL backend, fsync() was issued to pgpool_status file, which could generate excessive I/O in certain conditions. So reduce the chance of issuing fsync() so that it is issued only when backend status is changed. * Doc: add more explanation to follow_master_command. (Tatsuo Ishii) Add description how follow_master_command is executed etc. * Doc: add note to detach_false_primary configuration parameter. (bug 469) (Tatsuo Ishii) To use this feature, sr_check_user must be super user or in pg_monitor group. Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-4-0-4.html Approved by: ports-secteam (joneum)
Notes
Notes: svn path=/branches/2019Q2/; revision=498575
Diffstat (limited to 'databases')
-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 f24bdb95a72e..a1beea3f5276 100644
--- a/databases/pgpool-II-40/Makefile
+++ b/databases/pgpool-II-40/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pgpool-II
-PORTVERSION= 4.0.3
+PORTVERSION= 4.0.4
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 f442ec18dc39..433d5c2f8104 100644
--- a/databases/pgpool-II-40/distinfo
+++ b/databases/pgpool-II-40/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551102601
-SHA256 (pgpool-II-4.0.3.tar.gz) = 9eb84d14352c4ab108357c9e0a442f28bdb63e1d209ad13326b83f309e5c475d
-SIZE (pgpool-II-4.0.3.tar.gz) = 3715976
+TIMESTAMP = 1554556646
+SHA256 (pgpool-II-4.0.4.tar.gz) = 1b399568d049fb3c1802329a477fc65679e1db7c3ee7ffff51eae36605b9ee39
+SIZE (pgpool-II-4.0.4.tar.gz) = 3736577