diff options
author | tz <tz@FreeBSD.org> | 2019-03-08 23:58:23 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2019-03-08 23:58:23 +0800 |
commit | 048b3fa5b1075e6dd4f121c6be97ef7532e8b037 (patch) | |
tree | 00ca127d73949285dae626b66a5e04d29b0c4f91 /databases | |
parent | 890a567b4b530f5c7494e0c2d9bf2743eceab373 (diff) | |
download | freebsd-ports-gnome-048b3fa5b1075e6dd4f121c6be97ef7532e8b037.tar.gz freebsd-ports-gnome-048b3fa5b1075e6dd4f121c6be97ef7532e8b037.tar.zst freebsd-ports-gnome-048b3fa5b1075e6dd4f121c6be97ef7532e8b037.zip |
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
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pgpool-II-40/Makefile | 3 | ||||
-rw-r--r-- | databases/pgpool-II-40/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/databases/pgpool-II-40/Makefile b/databases/pgpool-II-40/Makefile index 60038f5fdea2..f24bdb95a72e 100644 --- a/databases/pgpool-II-40/Makefile +++ b/databases/pgpool-II-40/Makefile @@ -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 diff --git a/databases/pgpool-II-40/distinfo b/databases/pgpool-II-40/distinfo index e7d94934cfe8..f442ec18dc39 100644 --- a/databases/pgpool-II-40/distinfo +++ b/databases/pgpool-II-40/distinfo @@ -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 |