hi,
here's an update to pgbouncer 1.16, see
http://www.pgbouncer.org/changelog.html#pgbouncer-116x
http://www.pgbouncer.org/changelog.html#pgbouncer-115x
for changes since the 1.14 we're shipping.
testing welcome, builds for me !
Landry
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/pgbouncer/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- Makefile 10 May 2021 17:22:23 -0000 1.31
+++ Makefile 17 Aug 2021 07:55:18 -0000
@@ -2,9 +2,8 @@
COMMENT = lightweight connection pooler for PostgreSQL
-V = 1.14.0
+V = 1.16.0
DISTNAME = pgbouncer-${V}
-REVISION = 0
CATEGORIES = databases
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/pgbouncer/distinfo,v
retrieving revision 1.13
diff -u -r1.13 distinfo
--- distinfo 5 Jul 2020 11:29:36 -0000 1.13
+++ distinfo 17 Aug 2021 07:55:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (pgbouncer-1.14.0.tar.gz) = oME9EBSPVX42/37TF5Ort6SeH4sJqi1GldHCj6EB/uc=
-SIZE (pgbouncer-1.14.0.tar.gz) = 578955
+SHA256 (pgbouncer-1.16.0.tar.gz) = pKORYYu4PKruKozZZTl09MG5i5WYfVyru+uAHaY0JlI=
+SIZE (pgbouncer-1.16.0.tar.gz) = 592136
Index: patches/patch-configure
===================================================================
RCS file: patches/patch-configure
diff -N patches/patch-configure
--- patches/patch-configure 5 Jul 2020 11:29:36 -0000 1.2
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-configure,v 1.2 2020/07/05 11:29:36 landry Exp $
-
-Index: configure
---- configure.orig
-+++ configure
-@@ -7359,7 +7359,7 @@ $as_echo_n "checking for the pthreads library -l$flag.
- # We try pthread_create on general principles.
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h. */
--#include <pthread.h>
-+#include <pthread.h>
- int
- main ()
- {