svn commit: r495049 - head/databases/pgpool-II-35

Torsten Zuehlsdorff tz at FreeBSD.org
Fri Mar 8 15:53:05 UTC 2019


Author: tz
Date: Fri Mar  8 15:53:04 2019
New Revision: 495049
URL: https://svnweb.freebsd.org/changeset/ports/495049

Log:
  databases/pgpool-II-35: Update from 3.5.18 to 3.5.19
  
  Changelog:
  
  - Test: Fix old JDBC functions and typos in regression test 068.memqcache_bug.
  - 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 if a client sends a extended query message such as close after sync message but before next simple query.
  - Fix Pgpool-II hang when idle_in_transaction_session_timeout = on. (bug 448)
  
  Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-5-19.html
  
  MFH:		2019Q1

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	Fri Mar  8 15:51:22 2019	(r495048)
+++ head/databases/pgpool-II-35/Makefile	Fri Mar  8 15:53:04 2019	(r495049)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pgpool-II
-PORTVERSION=	3.5.18
-PORTREVISION=	1
+PORTVERSION=	3.5.19
 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	Fri Mar  8 15:51:22 2019	(r495048)
+++ head/databases/pgpool-II-35/distinfo	Fri Mar  8 15:53:04 2019	(r495049)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1543230416
-SHA256 (pgpool-II-3.5.18.tar.gz) = 0a0ee6ea18b39cb12385f97bab2b0ba729142eee6eb2a30a48127682086d1f99
-SIZE (pgpool-II-3.5.18.tar.gz) = 2276508
+TIMESTAMP = 1551101880
+SHA256 (pgpool-II-3.5.19.tar.gz) = 99fa837db22cb6c190520c133e28e530265291f7731101450079a6fece1f14aa
+SIZE (pgpool-II-3.5.19.tar.gz) = 2277719


More information about the svn-ports-all mailing list