From 8fb0186a91a27d26e8812275103ff934ece1d3b7 Mon Sep 17 00:00:00 2001 From: Yogita Urade Date: Mon, 23 Dec 2024 09:23:09 +0000 Subject: postgresql: upgrade 14.13 -> 14.14 Includes fix for CVE-2024-10976, CVE-2024-10977, CVE-2024-10978 and CVE-2024-10979 Changelog: https://www.postgresql.org/docs/release/14.14/ 0001-configure.ac-bypass-autoconf-2.69-version-check.patch refreshed for 14.14 Signed-off-by: Yogita Urade --- ...nfigure.ac-bypass-autoconf-2.69-version-check.patch | 7 ++++--- meta-oe/recipes-dbs/postgresql/postgresql_14.13.bb | 18 ------------------ meta-oe/recipes-dbs/postgresql/postgresql_14.14.bb | 18 ++++++++++++++++++ 3 files changed, 22 insertions(+), 21 deletions(-) delete mode 100644 meta-oe/recipes-dbs/postgresql/postgresql_14.13.bb create mode 100644 meta-oe/recipes-dbs/postgresql/postgresql_14.14.bb diff --git a/meta-oe/recipes-dbs/postgresql/files/0001-configure.ac-bypass-autoconf-2.69-version-check.patch b/meta-oe/recipes-dbs/postgresql/files/0001-configure.ac-bypass-autoconf-2.69-version-check.patch index d0a3434917..a8d320fc1a 100644 --- a/meta-oe/recipes-dbs/postgresql/files/0001-configure.ac-bypass-autoconf-2.69-version-check.patch +++ b/meta-oe/recipes-dbs/postgresql/files/0001-configure.ac-bypass-autoconf-2.69-version-check.patch @@ -8,18 +8,17 @@ for upgrade to autoconf 2.71 Upstream-Status: Inappropriate [disable feature] Signed-off-by: Yi Fan Yu - --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac -index af01483..0a62ebf 100644 +index 4653dcf..72e4dad 100644 --- a/configure.ac +++ b/configure.ac @@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros - AC_INIT([PostgreSQL], [14.13], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) + AC_INIT([PostgreSQL], [14.14], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) -m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required. -Untested combinations of 'autoconf' and PostgreSQL versions are not @@ -28,3 +27,5 @@ index af01483..0a62ebf 100644 AC_COPYRIGHT([Copyright (c) 1996-2021, PostgreSQL Global Development Group]) AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c]) AC_CONFIG_AUX_DIR(config) +-- +2.40.0 diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_14.13.bb b/meta-oe/recipes-dbs/postgresql/postgresql_14.13.bb deleted file mode 100644 index 989e9777b3..0000000000 --- a/meta-oe/recipes-dbs/postgresql/postgresql_14.13.bb +++ /dev/null @@ -1,18 +0,0 @@ -require postgresql.inc - -LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=89afbb2d7716371015101c2b2cb4297a" - -SRC_URI += "\ - file://not-check-libperl.patch \ - file://0001-Add-support-for-RISC-V.patch \ - file://0001-Improve-reproducibility.patch \ - file://0001-configure.ac-bypass-autoconf-2.69-version-check.patch \ - file://0001-config_info.c-not-expose-build-info.patch \ - file://0001-postgresql-fix-ptest-failure-of-sysviews.patch \ -" - -SRC_URI[sha256sum] = "59aa3c4b495ab26a9ec69f3ad0a0228c51f0fe6facf3634dfad4d1197d613a56" - -CVE_CHECK_IGNORE += "\ - CVE-2017-8806 \ -" diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_14.14.bb b/meta-oe/recipes-dbs/postgresql/postgresql_14.14.bb new file mode 100644 index 0000000000..342b78ae90 --- /dev/null +++ b/meta-oe/recipes-dbs/postgresql/postgresql_14.14.bb @@ -0,0 +1,18 @@ +require postgresql.inc + +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=89afbb2d7716371015101c2b2cb4297a" + +SRC_URI += "\ + file://not-check-libperl.patch \ + file://0001-Add-support-for-RISC-V.patch \ + file://0001-Improve-reproducibility.patch \ + file://0001-configure.ac-bypass-autoconf-2.69-version-check.patch \ + file://0001-config_info.c-not-expose-build-info.patch \ + file://0001-postgresql-fix-ptest-failure-of-sysviews.patch \ +" + +SRC_URI[sha256sum] = "84727fbccdbd1efe01d8de64bc1b33095db773ad2457cefcedc2d8258ebc09d6" + +CVE_CHECK_IGNORE += "\ + CVE-2017-8806 \ +" -- cgit v1.2.3-54-g00ecf