svn commit: r495052 - head/databases/pgpool-II-40

Torsten Zuehlsdorff tz at FreeBSD.org
Fri Mar 8 15:58:24 UTC 2019


Author: tz
Date: Fri Mar  8 15:58:23 2019
New Revision: 495052
URL: https://svnweb.freebsd.org/changeset/ports/495052

Log:
  databases/pgpool-II-40: Update from 4.0.2 to 4.0.3
  
  Changelog:
  
  - Skip over "host=" when getting info from conninfo string. (Bo Peng)
  - Test: Fix old JDBC functions and typos in regression test 068.memqcache_bug. (Takuma Hoshiai)
  - Doc: Fix configuration change timing regarding memory_cache_enabled. (Tatsuo Ishii)
  - Fix online recovery failed due to client_idle_limit_in_recovery in certain cases. (bug 431) (Tatsuo Ishii)
  - Reduce memory usage when large data set is returned from backend. (bug 462) (Tatsuo Ishii)
  - Test: Fix syntax error in extended query test script. (Tatsuo Ishii)
  - Fix corner case bug when strip_quote() handle a empty query string. (bug 458) (Tatsuo Ishii)
  - Doc: Mention that schema qualifications cannot be used in white/black_function_list. (Tatsuo Ishii)
  - Fix typo about wd_priority in watchdog_setup. (Takuma Hoshiai)
  - Fixed segfault when wd_lifecheck_method = 'query'. (bug 455) (Muhammad Usama)
  - The fix was proposed by Muhammad Usama and some adjustments to the patch and testing is done by Yugo Nagata.
  - Fix Pgpool child segfault if failover occurs when trying to establish a connection. (Tatsuo Ishii)
  - Doc: fix typo in logdir description. (bug 453) (Tatsuo Ishii)
  - Fix PAM authentication failed. (Takuma Hoshiai)
  - Fix Pgpool-II hang if a client sends a extended query message such as close after sync message but before next simple query. (Tatsuo Ishii)
  - Fix Pgpool-II hang when idle_in_transaction_session_timeout = on. (bug 448) (Tatsuo Ishii)
  
  Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-4-0-3.html
  
  MFH:		2019Q1

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

Modified: head/databases/pgpool-II-40/Makefile
==============================================================================
--- head/databases/pgpool-II-40/Makefile	Fri Mar  8 15:56:26 2019	(r495051)
+++ head/databases/pgpool-II-40/Makefile	Fri Mar  8 15:58:23 2019	(r495052)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pgpool-II
-PORTVERSION=	4.0.2
-PORTREVISION=	3
+PORTVERSION=	4.0.3
 CATEGORIES=	databases
 MASTER_SITES=	http://www.pgpool.net/mediawiki/images/
 PKGNAMESUFFIX=	40

Modified: head/databases/pgpool-II-40/distinfo
==============================================================================
--- head/databases/pgpool-II-40/distinfo	Fri Mar  8 15:56:26 2019	(r495051)
+++ head/databases/pgpool-II-40/distinfo	Fri Mar  8 15:58:23 2019	(r495052)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1543230542
-SHA256 (pgpool-II-4.0.2.tar.gz) = a9324dc84e63961476cd32e74e66b6fdebc5ec593942f8710a688eb88e50dcc1
-SIZE (pgpool-II-4.0.2.tar.gz) = 3576212
+TIMESTAMP = 1551102601
+SHA256 (pgpool-II-4.0.3.tar.gz) = 9eb84d14352c4ab108357c9e0a442f28bdb63e1d209ad13326b83f309e5c475d
+SIZE (pgpool-II-4.0.3.tar.gz) = 3715976


More information about the svn-ports-all mailing list