diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-03-08 23:51:22 +0800 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-03-08 23:51:22 +0800 |
commit | 36de390b8a28cc77d8b9ad780dc975c1df7c9c86 (patch) | |
tree | 95561540e6fd709ead57a632d2c053cd4f9cdeef /databases | |
parent | d4e048b22af6b8e044781895f336f900cba0f447 (diff) | |
download | freebsd-ports-gnome-36de390b8a28cc77d8b9ad780dc975c1df7c9c86.tar.gz freebsd-ports-gnome-36de390b8a28cc77d8b9ad780dc975c1df7c9c86.tar.zst freebsd-ports-gnome-36de390b8a28cc77d8b9ad780dc975c1df7c9c86.zip |
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
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pgpool/Makefile | 3 | ||||
-rw-r--r-- | databases/pgpool/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/databases/pgpool/Makefile b/databases/pgpool/Makefile index 1818b163a537..97a8884eacfe 100644 --- a/databases/pgpool/Makefile +++ b/databases/pgpool/Makefile @@ -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} diff --git a/databases/pgpool/distinfo b/databases/pgpool/distinfo index 57770b91ea0b..1611687dc7a1 100644 --- a/databases/pgpool/distinfo +++ b/databases/pgpool/distinfo @@ -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 |