Files
landry 3da5db652d databases/pgbouncer: security update to 1.25.2.
see https://www.pgbouncer.org/changelog.html#pgbouncer-125x

fixes CVE-2026-6664, CVE-2026-6665, CVE-2026-6666 & CVE-2026-6667
2026-05-11 12:19:58 +00:00

31 lines
567 B
Makefile

COMMENT = lightweight connection pooler for PostgreSQL
V = 1.25.2
DISTNAME = pgbouncer-${V}
CATEGORIES = databases
HOMEPAGE = https://www.pgbouncer.org/
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>
# BSD
PERMIT_PACKAGE = Yes
WANTLIB = c event_core event_extra crypto ssl
SITES = https://pgbouncer.github.io/downloads/files/${V}/
BUILD_DEPENDS = textproc/pandoc
LIB_DEPENDS = devel/libevent2
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --without-cares
MAKE_FLAGS += V=1
USE_GMAKE = Yes
# needs psycopg1
NO_TEST = Yes
.include <bsd.port.mk>