From 94f3cecaaedd02cbcfe665fce015dd52dc74ce19 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Tue, 16 Dec 2025 20:40:03 +0100 Subject: postgresql: upgrade 14.19 -> 14.20 Beside other bugfixes, it contains fixes for CVE-2025-12817 and CVE-2025-12818. Release notes: https://www.postgresql.org/docs/release/14.20/ Signed-off-by: Gyorgy Sarvari --- ...nfigure.ac-bypass-autoconf-2.69-version-check.patch | 2 +- meta-oe/recipes-dbs/postgresql/postgresql_14.19.bb | 18 ------------------ meta-oe/recipes-dbs/postgresql/postgresql_14.20.bb | 18 ++++++++++++++++++ 3 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-oe/recipes-dbs/postgresql/postgresql_14.19.bb create mode 100644 meta-oe/recipes-dbs/postgresql/postgresql_14.20.bb (limited to 'meta-oe') 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 2eb1deec07..76363cd26d 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 @@ -18,7 +18,7 @@ index bbbb204..0919d2b 100644 +++ b/configure.ac @@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros - AC_INIT([PostgreSQL], [14.19], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) + AC_INIT([PostgreSQL], [14.20], [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 diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_14.19.bb b/meta-oe/recipes-dbs/postgresql/postgresql_14.19.bb deleted file mode 100644 index 1d8ab90c25..0000000000 --- a/meta-oe/recipes-dbs/postgresql/postgresql_14.19.bb +++ /dev/null @@ -1,18 +0,0 @@ -require postgresql.inc - -LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=08b6032a749e67f6e3de84ea8e466933" - -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] = "727e9e334bc1a31940df808259f69fe47a59f6d42174b22ae62d67fe7a01ad80" - -CVE_CHECK_IGNORE += "\ - CVE-2017-8806 \ -" diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_14.20.bb b/meta-oe/recipes-dbs/postgresql/postgresql_14.20.bb new file mode 100644 index 0000000000..04d8723f15 --- /dev/null +++ b/meta-oe/recipes-dbs/postgresql/postgresql_14.20.bb @@ -0,0 +1,18 @@ +require postgresql.inc + +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=08b6032a749e67f6e3de84ea8e466933" + +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] = "7527f10f1640761bc280ad97d105d286d0cf72e54d36d78cf68e5e5f752b646b" + +CVE_CHECK_IGNORE += "\ + CVE-2017-8806 \ +" -- cgit v1.2.3-54-g00ecf