diff options
author | Dmitry Wagin <dmitry.wagin@ya.ru> | 2023-02-13 13:24:18 +0000 |
---|---|---|
committer | Fernando Apesteguía <fernape@FreeBSD.org> | 2023-02-14 12:29:45 +0000 |
commit | 70f3036fe6751e2e7bc1e2629164b9228244d2a6 (patch) | |
tree | 53d8327cad10206c7d214dd5a9bdf08bc595576d | |
parent | 270568a0481eb3d4e1f4b9aab86e54e341aad4a9 (diff) | |
download | ports-70f3036fe6751e2e7bc1e2629164b9228244d2a6.tar.gz ports-70f3036fe6751e2e7bc1e2629164b9228244d2a6.zip |
databases/pgbouncer: Update to 1.18.0
Maintainer yields maintainership in favor of submitter, already maintainer of
several ports.
ChangeLog: https://www.pgbouncer.org/changelog.html#pgbouncer-118x
* Add application_name to SHOW CLIENTS/SERVERS/SOCKETS output
* Add information about cancel requests to SHOW CLIENTS/SERVERS/POOLS output
* Fail sbuf_send_pending operation if destination socket is closed
* Fix a few possible crashes
* Fix for overflow bug in comma-separated host list feature, causing
connection to get re-routed to Unix socket
* Don’t evict connections to achieve min_pool_size
* Fix SHOW HELP with PostgreSQL 15
* Fix race condition in query cancelation handling. It was possible that a
query cancellation for one client canceled a query for another one. This
could happen when a cancel request was received by PgBouncer when the query
it was meant to cancel already completed by itself.
* Various CI updates
PR: 269499
Reported by: dmitry.wagin@ya.ru
Approved by: m.tsatsenko@gmail.com (maintainer)
-rw-r--r-- | databases/pgbouncer/Makefile | 4 | ||||
-rw-r--r-- | databases/pgbouncer/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/pgbouncer/Makefile b/databases/pgbouncer/Makefile index 6250682bb867..f157b30ea9bd 100644 --- a/databases/pgbouncer/Makefile +++ b/databases/pgbouncer/Makefile @@ -1,10 +1,10 @@ PORTNAME= pgbouncer -PORTVERSION= 1.17.0 +PORTVERSION= 1.18.0 CATEGORIES= databases MASTER_SITES= https://pgbouncer.github.io/downloads/files/${PORTVERSION}/ \ http://pgbouncer.github.io/downloads/files/${PORTVERSION}/ -MAINTAINER= m.tsatsenko@gmail.com +MAINTAINER= dmitry.wagin@ya.ru COMMENT= Lightweight connection pooler for PostgreSQL WWW= https://pgbouncer.github.io/ diff --git a/databases/pgbouncer/distinfo b/databases/pgbouncer/distinfo index 6ce4d09383d5..074aa761294f 100644 --- a/databases/pgbouncer/distinfo +++ b/databases/pgbouncer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656273426 -SHA256 (pgbouncer-1.17.0.tar.gz) = 657309b7bc5c7a85cbf70a9a441b535f7824123081eabb7ba86d00349a256e23 -SIZE (pgbouncer-1.17.0.tar.gz) = 598294 +TIMESTAMP = 1676205521 +SHA256 (pgbouncer-1.18.0.tar.gz) = 9349c9e59f6f88156354f4f6af27cdb014a235b00ae184cbaa37688bd0df544c +SIZE (pgbouncer-1.18.0.tar.gz) = 600825 |