aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2019-04-10 15:42:35 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2019-04-10 15:42:35 +0000
commitea4911c771056fb5538d2d9220f776284d0e6f44 (patch)
treeacf197933066a766b77fca9ce3a51d15b97f2a42 /databases
parent0ced55ec233b5afdfb12835ace69b8dc375456ad (diff)
downloadports-ea4911c771056fb5538d2d9220f776284d0e6f44.tar.gz
ports-ea4911c771056fb5538d2d9220f776284d0e6f44.zip
MFH: r498351
databases/pgpool-II-36: Upgrade from 3.6.15 to 3.6.16 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. Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-6-16.html Approved by: ports-secteam (joneum)
Notes
Notes: svn path=/branches/2019Q2/; revision=498573
Diffstat (limited to 'databases')
-rw-r--r--databases/pgpool-II-36/Makefile2
-rw-r--r--databases/pgpool-II-36/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/pgpool-II-36/Makefile b/databases/pgpool-II-36/Makefile
index 2e94af752dde..18f5fb634fe3 100644
--- a/databases/pgpool-II-36/Makefile
+++ b/databases/pgpool-II-36/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pgpool-II
-PORTVERSION= 3.6.15
+PORTVERSION= 3.6.16
CATEGORIES= databases
MASTER_SITES= http://www.pgpool.net/mediawiki/images/
PKGNAMESUFFIX= 36
diff --git a/databases/pgpool-II-36/distinfo b/databases/pgpool-II-36/distinfo
index af83dd4bef97..26fad7856f49 100644
--- a/databases/pgpool-II-36/distinfo
+++ b/databases/pgpool-II-36/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551101906
-SHA256 (pgpool-II-3.6.15.tar.gz) = cbcc89b61d07aa8c3eba8ebb672d83ef8384908d7532b5ee25c0d2ebb894ffed
-SIZE (pgpool-II-3.6.15.tar.gz) = 3283823
+TIMESTAMP = 1554556578
+SHA256 (pgpool-II-3.6.16.tar.gz) = 2bcc4cc19b9ab9e6f666dd9538834c83f7bb22d2fdcf41336f36c33dbe7c363c
+SIZE (pgpool-II-3.6.16.tar.gz) = 3296415