Andreas Wacknitz
2023-08-09 bc4ce4a287e900ce3bd737d7cd95aa417937cca9
pgbouncer: update to 1.20

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
@@ -18,11 +18,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME= pgbouncer
COMPONENT_VERSION=     1.19.1
COMPONENT_VERSION=     1.20.0
COMPONENT_SUMMARY=     pgBouncer connection pooler
COMPONENT_SRC=         $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=     $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=    sha256:58c3eff9bb72c18133b28e1f034fd59356ea76281c65e127432ca101c208a394
COMPONENT_ARCHIVE_HASH=    sha256:e70d5a7cb8b71dd7dbabfd3571d71a4b6b99f2e85d8d71af1e734f6d86635f0e
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-14/developer",
        "database/postgres-15/developer",
        "library/libcares",
        "library/libevent2",
        "library/security/openssl-11",