Andreas Wacknitz
2024-03-07 00b6ee9af01b2aa7d8e0cef43f11e740c0def45d
pgbouncer: update to 1.22.1; switch to postgresql-16

2 files modified
6 ■■■■ changed files
components/database/pgbouncer/Makefile 4 ●●●● patch | view | raw | blame | history
components/database/pgbouncer/pkg5 2 ●●● patch | view | raw | blame | history
components/database/pgbouncer/Makefile
@@ -17,11 +17,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME= pgbouncer
COMPONENT_VERSION=     1.22.0
COMPONENT_VERSION=     1.22.1
COMPONENT_SUMMARY=     pgBouncer connection pooler
COMPONENT_SRC=         $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=     $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=    sha256:c6ee37a8d7ddbebbf8442d8f08ec07c3da46afb2aae3967388c1481698a77858
COMPONENT_ARCHIVE_HASH=    sha256:2b018aa6ce7f592c9892bb9e0fd90262484eb73937fd2af929770a45373ba215
COMPONENT_ARCHIVE_URL=    https://pgbouncer.github.io/downloads/files/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL=    https://www.pgbouncer.org/
COMPONENT_FMRI=    database/postgres/$(COMPONENT_NAME)
components/database/pgbouncer/pkg5
@@ -1,7 +1,7 @@
{
    "dependencies": [
        "SUNWcs",
        "database/postgres-15/developer",
        "database/postgres-16/developer",
        "library/libcares",
        "library/libevent2",
        "library/security/openssl-31",