Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2019 15:37:42 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r498570 - branches/2019Q2/databases/pgpool
Message-ID:  <201904101537.x3AFbg03092248@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Wed Apr 10 15:37:41 2019
New Revision: 498570
URL: https://svnweb.freebsd.org/changeset/ports/498570

Log:
  MFH: r498348
  
  databases/pgpool: Update from 3.4.22 to 3.4.23
  
  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-4-23.html
  
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2019Q2/databases/pgpool/Makefile
  branches/2019Q2/databases/pgpool/distinfo
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/databases/pgpool/Makefile
==============================================================================
--- branches/2019Q2/databases/pgpool/Makefile	Wed Apr 10 15:30:25 2019	(r498569)
+++ branches/2019Q2/databases/pgpool/Makefile	Wed Apr 10 15:37:41 2019	(r498570)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pgpool
-PORTVERSION=	3.4.22
+PORTVERSION=	3.4.23
 CATEGORIES=	databases
 MASTER_SITES=	http://www.pgpool.net/mediawiki/images/
 DISTNAME=	${PORTNAME}-II-${PORTVERSION}

Modified: branches/2019Q2/databases/pgpool/distinfo
==============================================================================
--- branches/2019Q2/databases/pgpool/distinfo	Wed Apr 10 15:30:25 2019	(r498569)
+++ branches/2019Q2/databases/pgpool/distinfo	Wed Apr 10 15:37:41 2019	(r498570)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551101858
-SHA256 (pgpool-II-3.4.22.tar.gz) = 50e04eee250fa402df1a5b27836a52e4f3625d425f89b2dbbea0eb4d5eb4c550
-SIZE (pgpool-II-3.4.22.tar.gz) = 2180963
+TIMESTAMP = 1554556131
+SHA256 (pgpool-II-3.4.23.tar.gz) = f8371a3e7eddea83d309a20c0907a61348284eab9d8674f6de2d7edb2173af6c
+SIZE (pgpool-II-3.4.23.tar.gz) = 2182309



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