Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2019 07:08:09 +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: r498350 - head/databases/pgpool-II-35
Message-ID:  <201904080708.x38789W5095731@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Mon Apr  8 07:08:09 2019
New Revision: 498350
URL: https://svnweb.freebsd.org/changeset/ports/498350

Log:
  databases/pgpool: Upgrade from 3.5.19 to 3.5.20
  
  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)
  
        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-5-20.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	Mon Apr  8 07:07:42 2019	(r498349)
+++ head/databases/pgpool-II-35/Makefile	Mon Apr  8 07:08:09 2019	(r498350)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pgpool-II
-PORTVERSION=	3.5.19
+PORTVERSION=	3.5.20
 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	Mon Apr  8 07:07:42 2019	(r498349)
+++ head/databases/pgpool-II-35/distinfo	Mon Apr  8 07:08:09 2019	(r498350)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551101880
-SHA256 (pgpool-II-3.5.19.tar.gz) = 99fa837db22cb6c190520c133e28e530265291f7731101450079a6fece1f14aa
-SIZE (pgpool-II-3.5.19.tar.gz) = 2277719
+TIMESTAMP = 1554556296
+SHA256 (pgpool-II-3.5.20.tar.gz) = c1f3288bcf60d1a21e2071e767cf2ba92d5421945376a700f05bc140c05de735
+SIZE (pgpool-II-3.5.20.tar.gz) = 2278264



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904080708.x38789W5095731>