git: 70f3036fe675 - main - databases/pgbouncer: Update to 1.18.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Feb 2023 12:34:15 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=70f3036fe6751e2e7bc1e2629164b9228244d2a6 commit 70f3036fe6751e2e7bc1e2629164b9228244d2a6 Author: Dmitry Wagin <dmitry.wagin@ya.ru> AuthorDate: 2023-02-13 13:24:18 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-02-14 12:29:45 +0000 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) --- databases/pgbouncer/Makefile | 4 ++-- 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