svn commit: r495050 - head/databases/pgpool-II-36

Torsten Zuehlsdorff tz at FreeBSD.org
Fri Mar 8 15:55:06 UTC 2019


Author: tz
Date: Fri Mar  8 15:55:05 2019
New Revision: 495050
URL: https://svnweb.freebsd.org/changeset/ports/495050

Log:
  databases/pgpool-II-36: Update from 3.6.14 to 3.6.15
  
  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)
  - Doc: Mention that schema qualifications cannot be used in white/black_function_list.
  - Fix typo about wd_priority in watchdog_setup.
  - Fix Pgpool child segfault if failover occurs when trying to establish a connection.
  - Doc: fix typo in logdir description. (bug 453)
  - 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)
  - Doc: Fix Japanese document typo in pcp_common_options.
  
  Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-6-15.html
  
  MFH:		2019Q1

Modified:
  head/databases/pgpool-II-36/Makefile
  head/databases/pgpool-II-36/distinfo

Modified: head/databases/pgpool-II-36/Makefile
==============================================================================
--- head/databases/pgpool-II-36/Makefile	Fri Mar  8 15:53:04 2019	(r495049)
+++ head/databases/pgpool-II-36/Makefile	Fri Mar  8 15:55:05 2019	(r495050)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pgpool-II
-PORTVERSION=	3.6.14
-PORTREVISION=	1
+PORTVERSION=	3.6.15
 CATEGORIES=	databases
 MASTER_SITES=	http://www.pgpool.net/mediawiki/images/
 PKGNAMESUFFIX=	36

Modified: head/databases/pgpool-II-36/distinfo
==============================================================================
--- head/databases/pgpool-II-36/distinfo	Fri Mar  8 15:53:04 2019	(r495049)
+++ head/databases/pgpool-II-36/distinfo	Fri Mar  8 15:55:05 2019	(r495050)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1543230452
-SHA256 (pgpool-II-3.6.14.tar.gz) = 6ee7ad1ac2239fc557507d32345947fac93a317f6752d9eeffb0bbb93f7addd1
-SIZE (pgpool-II-3.6.14.tar.gz) = 3275808
+TIMESTAMP = 1551101906
+SHA256 (pgpool-II-3.6.15.tar.gz) = cbcc89b61d07aa8c3eba8ebb672d83ef8384908d7532b5ee25c0d2ebb894ffed
+SIZE (pgpool-II-3.6.15.tar.gz) = 3283823


More information about the svn-ports-all mailing list