Index | Thread | Search

From:
Landry Breuil <landry@openbsd.org>
Subject:
[update] pgbouncer 1.25.0
To:
ports@openbsd.org, pea@openbsd.org
Date:
Mon, 17 Nov 2025 10:38:50 +0100

Download raw body.

Thread
  • Landry Breuil:

    [update] pgbouncer 1.25.0

Hi,

new release upstream, cf https://www.pgbouncer.org/changelog.html#pgbouncer-125x
i havent enabled the ldap support, and it isnt enabled by default upstream.

while here ive noticed it doesnt ship manpages anymore, and switched from
asciidoc to pandoc 6 years ago.

ok ?

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/pgbouncer/Makefile,v
diff -u -r1.45 Makefile
--- Makefile    28 Apr 2025 07:18:16 -0000      1.45
+++ Makefile    17 Nov 2025 09:36:39 -0000
@@ -1,6 +1,6 @@
 COMMENT =      lightweight connection pooler for PostgreSQL
 
-V =            1.24.1
+V =            1.25.0
 DISTNAME =     pgbouncer-${V}
 
 CATEGORIES =   databases
@@ -16,14 +16,15 @@
 
 SITES =        https://pgbouncer.github.io/downloads/files/${V}/
 
+BUILD_DEPENDS =        textproc/pandoc
 LIB_DEPENDS =  devel/libevent2
 
 CONFIGURE_STYLE =      gnu
-#Disable the detection of asciidoc since docs are already included
-CONFIGURE_ENV =         ASCIIDOC=' '
-CONFIGURE_ARGS =       --with-libevent=${LOCALBASE} --without-cares
+CONFIGURE_ARGS =       --without-cares
 MAKE_FLAGS +=          V=1
 
 USE_GMAKE =            Yes
+# needs psycopg1
+NO_TEST =      Yes
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/pgbouncer/distinfo,v
diff -u -r1.22 distinfo
--- distinfo    28 Apr 2025 07:18:16 -0000      1.22
+++ distinfo    17 Nov 2025 09:36:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (pgbouncer-1.24.1.tar.gz) = 2nKjq6EwcodtBVo+WN1Kukpd5O1hSOcwMxhSRVmP0+A=
-SIZE (pgbouncer-1.24.1.tar.gz) = 717796
+SHA256 (pgbouncer-1.25.0.tar.gz) = KQutRJ5FgPAXTTZ3wmwQdtTOXdfKEWrh/KECcu900Q4=
+SIZE (pgbouncer-1.25.0.tar.gz) = 863322