Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2019 08:42:23 +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: r502325 - branches/2019Q2/databases/pgpool-II-37
Message-ID:  <201905230842.x4N8gNBO058113@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Thu May 23 08:42:23 2019
New Revision: 502325
URL: https://svnweb.freebsd.org/changeset/ports/502325

Log:
  MFH: r501844
  
  databases/pgpool-II-37: Upgrade from 3.7.9 to 3.7.10
  
  Changelog
  
    Enhancements
  
      - Doc: Improve Reference II, PCP commands document. (Tatsuo Ishii)
      - Speed up failover when all of backends are down. (Tatsuo Ishii)
      - pgpool-recovery extension and pgpool_setup is now ready for the next major release PostgreSQL 12. (Tatsuo Ishii)
      - Doc: add restrictions entry. (Takuma Hoshiai)
  
    Bug fixes
  
      - Fix the wrong error message "ERROR: connection cache is full", when all backend nodes are down. (bug 487) (Bo Peng)
      - Remove unused .sgml file. (Takuma Hoshiai)
      - Avoid exit/fork storm of pool_worker_child process. (Tatsuo Ishii)
      - Fix black_function_list's broken default value. (Tatsuo Ishii)
      - Fix "not enough space in buffer" error. (bug 499) (Tatsuo Ishii)
      - Fix DROP DATABASE failure. (Tatsuo Ishii)
      - Fix wrong variable in read_status_file() function. (bug 493) (Takuma Hoshiai)
      - Add missing test/watchdog_setup to EXTRA_DIST. (bug 470) (Bo Peng)
      - Doc: mention that multi-statement queries are sent to primary node only. (bug 492) (Tatsuo Ishii)
      - Test: Fix occasional regression test failure of 014.watchdog_test_quorum_bypass. (Tatsuo Ishii)
      - Abort session if failover/failback is ongoing to prevent potential segfault. (bug 481, bug 482) (Tatsuo Ishii)
      - Fix compiler warnings. (Tatsuo Ishii)
      - Fix memory leak in "batch" mode in extended query. (bug 468) (Tatsuo Ishii)
  
  Approved by:	ports-secteam (mivy)

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

Modified: branches/2019Q2/databases/pgpool-II-37/Makefile
==============================================================================
--- branches/2019Q2/databases/pgpool-II-37/Makefile	Thu May 23 08:41:21 2019	(r502324)
+++ branches/2019Q2/databases/pgpool-II-37/Makefile	Thu May 23 08:42:23 2019	(r502325)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pgpool-II
-PORTVERSION=	3.7.9
+PORTVERSION=	3.7.10
 CATEGORIES=	databases
 MASTER_SITES=	http://www.pgpool.net/mediawiki/images/
 PKGNAMESUFFIX=	37

Modified: branches/2019Q2/databases/pgpool-II-37/distinfo
==============================================================================
--- branches/2019Q2/databases/pgpool-II-37/distinfo	Thu May 23 08:41:21 2019	(r502324)
+++ branches/2019Q2/databases/pgpool-II-37/distinfo	Thu May 23 08:42:23 2019	(r502325)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554556566
-SHA256 (pgpool-II-3.7.9.tar.gz) = ff255c1270bca564b7775b90dd1f598eacd33b4ca4dfc02fcd430a514679d977
-SIZE (pgpool-II-3.7.9.tar.gz) = 3352257
+TIMESTAMP = 1558014430
+SHA256 (pgpool-II-3.7.10.tar.gz) = ff4c2ad146d62aafc22c8ae10f592f7a6e924e93823755d51b120b213b91d8d6
+SIZE (pgpool-II-3.7.10.tar.gz) = 3375419



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