Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2019 20:28:11 +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: r510843 - branches/2019Q3/databases/pgpool-II-35
Message-ID:  <201909022028.x82KSB2Y016300@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Mon Sep  2 20:28:10 2019
New Revision: 510843
URL: https://svnweb.freebsd.org/changeset/ports/510843

Log:
  MFH: r510419
  
  databases/pgpool-II-35: Update from 3.5.21 to 3.5.22
  
  Changelog:
  
      Enhancements:
      - Import some of memory manager debug facilities from PostgreSQL. (Tatsuo Ishii)
      - Use pg_get_expr() instead of pg_attrdef.adsrc to support for PostgreSQL 12. (Bo Peng)
      - Enhance shutdown script of pgpool_setup. (Tatsuo Ishii)
          - Make shutdownall to wait for completion of shutdown of Pgpool-II.
          - If environment variable CHECK_TIME_WAIT is set to true, use netstat command to confirm usage of the TCP/IP port while executing shutdown script.
      - Deal pgpool_adm extension with PostgreSQL 12. (Tatsuo Ishii)
  
      Bug fixes:
      - Fix "unable to bind. cannot get parse message" error. (bug 531) (Tatsuo Ishii)
      - Fix online-recovery is blocked after a child process exits abnormally with replication mode and watchdog. (bug 483) (Muhammad Usama)
      - Fix pgpool_setup to produce correct follow master command. (Tatsuo Ishii)
      - Fix query cache module so that it checks oid array's bound. (Tatsuo Ishii)
      - Fix off-by-one error in query cache module. (Tatsuo Ishii)
      - Fix sefault when query cache is enabled. (bug 525) (Tatsuo Ishii)
      - Down grade LOG "checking zapping sent message ..." to DEBUG5. (Tatsuo Ishii)
      - Fix segfault when samenet is specified in pool_hba.conf. (Tatsuo Ishii)
      - Fix to deal with backslashes according to the config of standard_conforming_strings in native replication mode. (bug 467) (Bo Peng)
      - Fix memory leaks. (Tatsuo Ishii)
      - Make failover in progress check more aggressively to avoid potential segfault. (Tatsuo Ishii)
  
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2019Q3/databases/pgpool-II-35/Makefile
  branches/2019Q3/databases/pgpool-II-35/distinfo
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/databases/pgpool-II-35/Makefile
==============================================================================
--- branches/2019Q3/databases/pgpool-II-35/Makefile	Mon Sep  2 20:16:48 2019	(r510842)
+++ branches/2019Q3/databases/pgpool-II-35/Makefile	Mon Sep  2 20:28:10 2019	(r510843)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pgpool-II
-PORTVERSION=	3.5.21
+PORTVERSION=	3.5.22
 CATEGORIES=	databases
 MASTER_SITES=	http://www.pgpool.net/mediawiki/images/
 PKGNAMESUFFIX=	35

Modified: branches/2019Q3/databases/pgpool-II-35/distinfo
==============================================================================
--- branches/2019Q3/databases/pgpool-II-35/distinfo	Mon Sep  2 20:16:48 2019	(r510842)
+++ branches/2019Q3/databases/pgpool-II-35/distinfo	Mon Sep  2 20:28:10 2019	(r510843)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558014268
-SHA256 (pgpool-II-3.5.21.tar.gz) = af35cc101e04513f5fb98d4a64040a9de7035eff09cbb2482cd438b8e37c8d87
-SIZE (pgpool-II-3.5.21.tar.gz) = 2284652
+TIMESTAMP = 1567201021
+SHA256 (pgpool-II-3.5.22.tar.gz) = c0c4fae8651fc2348969d74b92c86779e896b6ff0325c8b507600c2362f54669
+SIZE (pgpool-II-3.5.22.tar.gz) = 2286103



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