Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 2019 15:51:22 +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: r495048 - head/databases/pgpool
Message-ID:  <201903081551.x28FpMUQ058872@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Fri Mar  8 15:51:22 2019
New Revision: 495048
URL: https://svnweb.freebsd.org/changeset/ports/495048

Log:
  databases/pgpool: Upgrade from 3.4.21 to 3.4.22
  
  Changelog:
  - Doc: Fix configuration change timing regarding memory_cache_enabled.
  - Fix online recovery failed due to client_idle_limit_in_recovery in certain cases. (bug 431)
  - Fix corner case bug when strip_quote() handle a empty query string. (bug 458)
  - Fix Pgpool child segfault if failover occurs when trying to establish a connection.
  - Fix Pgpool-II hang when idle_in_transaction_session_timeout = on.
  
  MFH:		2019Q1

Modified:
  head/databases/pgpool/Makefile
  head/databases/pgpool/distinfo

Modified: head/databases/pgpool/Makefile
==============================================================================
--- head/databases/pgpool/Makefile	Fri Mar  8 15:49:06 2019	(r495047)
+++ head/databases/pgpool/Makefile	Fri Mar  8 15:51:22 2019	(r495048)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pgpool
-PORTVERSION=	3.4.21
-PORTREVISION=	1
+PORTVERSION=	3.4.22
 CATEGORIES=	databases
 MASTER_SITES=	http://www.pgpool.net/mediawiki/images/
 DISTNAME=	${PORTNAME}-II-${PORTVERSION}

Modified: head/databases/pgpool/distinfo
==============================================================================
--- head/databases/pgpool/distinfo	Fri Mar  8 15:49:06 2019	(r495047)
+++ head/databases/pgpool/distinfo	Fri Mar  8 15:51:22 2019	(r495048)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1543230394
-SHA256 (pgpool-II-3.4.21.tar.gz) = c028cb3e8cf164ec798349970f039227f3269eccbdf2815396f34a8b9691f3c2
-SIZE (pgpool-II-3.4.21.tar.gz) = 2180536
+TIMESTAMP = 1551101858
+SHA256 (pgpool-II-3.4.22.tar.gz) = 50e04eee250fa402df1a5b27836a52e4f3625d425f89b2dbbea0eb4d5eb4c550
+SIZE (pgpool-II-3.4.22.tar.gz) = 2180963



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