Andreas Wacknitz
2023-11-13 908549e449cd621bb3401684b9c6437a4e70a21c
postgresql-12: update to 12.17 & switch to openssl-3.1 and perl-5.38

4 files modified
18 ■■■■■ changed files
components/database/postgresql-12/Makefile 8 ●●●● patch | view | raw | blame | history
components/database/postgresql-12/manifests/sample-manifest.p5m 1 ●●●● patch | view | raw | blame | history
components/database/postgresql-12/pkg5 8 ●●●● patch | view | raw | blame | history
components/database/postgresql-12/postgresql12-documentation.p5m 1 ●●●● patch | view | raw | blame | history
components/database/postgresql-12/Makefile
@@ -16,16 +16,16 @@
#
BUILD_BITS= 32_and_64
USE_OPENSSL11= yes
OPENSSL_VERSION= 3.1
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=            postgresql
COMPONENT_MJR_VERSION=    12
COMPONENT_MNR_VERSION=    16
COMPONENT_MNR_VERSION=    17
COMPONENT_VERSION=        $(COMPONENT_MJR_VERSION).$(COMPONENT_MNR_VERSION)
COMPONENT_SRC=            $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=        $(COMPONENT_SRC).tar.bz2
COMPONENT_ARCHIVE_HASH=    sha256:c5f1fff7a0f93e1ec3746417b0594290ece617b4995ed95b8d527af0ba0e38f3
COMPONENT_ARCHIVE_HASH=    sha256:93e8e1b23981d5f03c6c5763f77b28184c1ce4db7194fa466e2edb65d9c1c5f6
COMPONENT_ARCHIVE_URL=    https://ftp.postgresql.org/pub/source/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL=    https://www.postgresql.org
@@ -118,7 +118,7 @@
REQUIRED_PACKAGES += library/libedit
REQUIRED_PACKAGES += library/libxml2
REQUIRED_PACKAGES += library/libxslt
REQUIRED_PACKAGES += library/security/openssl-11
REQUIRED_PACKAGES += library/security/openssl-31
REQUIRED_PACKAGES += library/zlib
REQUIRED_PACKAGES += runtime/tcl-8
REQUIRED_PACKAGES += shell/ksh93
components/database/postgresql-12/manifests/sample-manifest.p5m
@@ -777,6 +777,7 @@
file path=usr/postgres/12/doc/html/release-12-14.html
file path=usr/postgres/12/doc/html/release-12-15.html
file path=usr/postgres/12/doc/html/release-12-16.html
file path=usr/postgres/12/doc/html/release-12-17.html
file path=usr/postgres/12/doc/html/release-12-2.html
file path=usr/postgres/12/doc/html/release-12-3.html
file path=usr/postgres/12/doc/html/release-12-4.html
components/database/postgresql-12/pkg5
@@ -5,9 +5,9 @@
        "library/libedit",
        "library/libxml2",
        "library/libxslt",
        "library/security/openssl-11",
        "library/security/openssl-31",
        "library/zlib",
        "runtime/perl-536",
        "runtime/perl-538",
        "runtime/python-39",
        "runtime/tcl-8",
        "shell/ksh93",
@@ -16,14 +16,14 @@
        "system/library/security/gss"
    ],
    "fmris": [
        "database/postgres-12",
        "database/postgres-12/contrib",
        "database/postgres-12/developer",
        "database/postgres-12/documentation",
        "database/postgres-12/language-bindings",
        "database/postgres-12/library",
        "service/database/postgres-12",
        "database/postgres-12/tests",
        "service/database/postgres-12"
        "database/postgres-12"
    ],
    "name": "postgresql"
}
components/database/postgresql-12/postgresql12-documentation.p5m
@@ -721,6 +721,7 @@
file path=usr/postgres/12/doc/html/release-12-14.html
file path=usr/postgres/12/doc/html/release-12-15.html
file path=usr/postgres/12/doc/html/release-12-16.html
file path=usr/postgres/12/doc/html/release-12-17.html
file path=usr/postgres/12/doc/html/release-prior.html
file path=usr/postgres/12/doc/html/release.html
file path=usr/postgres/12/doc/html/replication-origins.html