diff options
author | Dmitry Wagin <dmitry.wagin@ya.ru> | 2025-07-28 20:36:00 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-07-28 20:39:10 +0300 |
commit | 1eb36ddd4bcadb553b38812533b3b015b01818a2 (patch) | |
tree | c691fc294758e72dcbb694151c2f0c053a989f2c | |
parent | databases/py-pgmigrate: Update 1.0.9 => 1.0.10 (diff) |
databases/pgbouncer: Update 1.23.1 => 1.24.1
Changelogs:
https://www.pgbouncer.org/changelog.html#pgbouncer-124x
While here replace non-ASCII quotes with ASCII in pkg-descr.
PR: 288502
-rw-r--r-- | databases/pgbouncer/Makefile | 2 | ||||
-rw-r--r-- | databases/pgbouncer/distinfo | 6 | ||||
-rw-r--r-- | databases/pgbouncer/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/databases/pgbouncer/Makefile b/databases/pgbouncer/Makefile index 867c56b2c9c5..7a6470591d3d 100644 --- a/databases/pgbouncer/Makefile +++ b/databases/pgbouncer/Makefile @@ -1,5 +1,5 @@ PORTNAME= pgbouncer -DISTVERSION= 1.23.1 +DISTVERSION= 1.24.1 CATEGORIES= databases MASTER_SITES= https://www.pgbouncer.org/downloads/files/${DISTVERSION}/ diff --git a/databases/pgbouncer/distinfo b/databases/pgbouncer/distinfo index 1232ed485344..9e941734cd68 100644 --- a/databases/pgbouncer/distinfo +++ b/databases/pgbouncer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734778449 -SHA256 (pgbouncer-1.23.1.tar.gz) = 1963b497231d9a560a62d266e4a2eae6881ab401853d93e5d292c3740eec5084 -SIZE (pgbouncer-1.23.1.tar.gz) = 700025 +TIMESTAMP = 1753649195 +SHA256 (pgbouncer-1.24.1.tar.gz) = da72a3aba13072876d055a3e58dd4aba4a5de4ed6148e73033185245598fd3e0 +SIZE (pgbouncer-1.24.1.tar.gz) = 717796 diff --git a/databases/pgbouncer/pkg-descr b/databases/pgbouncer/pkg-descr index a4690341723d..4b84c8d76f1f 100644 --- a/databases/pgbouncer/pkg-descr +++ b/databases/pgbouncer/pkg-descr @@ -30,4 +30,4 @@ below for incompatible features. Most aggressive method. This is transaction pooling with a twist: Multi-statement transactions are disallowed. This is meant to enforce -“autocommit” mode on the client, mostly targeted at PL/Proxy. +"autocommit" mode on the client, mostly targeted at PL/Proxy. |