From c51bb39ebf3bb79ea951a264b026d259e56606ed Mon Sep 17 00:00:00 2001 From: Guocai He Date: Sat, 23 May 2026 17:00:17 +1200 Subject: postgresql: upgrade 17.8 -> 17.10 Refreshed 0003-configure.ac-bypass-autoconf-2.69-version-check.patch for 17.10 Includes fix for CVE-2026-6472, CVE-2026-6473, CVE-2026-6474, CVE-2026-6475, CVE-2026-6476, CVE-2026-6477, CVE-2026-6478, CVE-2026-6479, CVE-2026-6637, CVE-2026-6638 CVE-2026-6575 Release Notes: https://www.postgresql.org/docs/release/17.10/ Signed-off-by: Guocai He Signed-off-by: Khem Raj (cherry picked from commit 83cad3966c320b236137a5b033374e59f87ca220) Signed-off-by: Ankur Tyagi Signed-off-by: Anuj Mittal --- ...onfigure.ac-bypass-autoconf-2.69-version-check.patch | 2 +- meta-oe/recipes-dbs/postgresql/postgresql_17.10.bb | 17 +++++++++++++++++ meta-oe/recipes-dbs/postgresql/postgresql_17.8.bb | 17 ----------------- 3 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 meta-oe/recipes-dbs/postgresql/postgresql_17.10.bb delete mode 100644 meta-oe/recipes-dbs/postgresql/postgresql_17.8.bb diff --git a/meta-oe/recipes-dbs/postgresql/files/0003-configure.ac-bypass-autoconf-2.69-version-check.patch b/meta-oe/recipes-dbs/postgresql/files/0003-configure.ac-bypass-autoconf-2.69-version-check.patch index b91228aedd..ef8c524fad 100644 --- a/meta-oe/recipes-dbs/postgresql/files/0003-configure.ac-bypass-autoconf-2.69-version-check.patch +++ b/meta-oe/recipes-dbs/postgresql/files/0003-configure.ac-bypass-autoconf-2.69-version-check.patch @@ -18,7 +18,7 @@ index 856b091..646394c 100644 +++ b/configure.ac @@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros - AC_INIT([PostgreSQL], [17.8], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) + AC_INIT([PostgreSQL], [17.10], [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_17.10.bb b/meta-oe/recipes-dbs/postgresql/postgresql_17.10.bb new file mode 100644 index 0000000000..98b8d4891a --- /dev/null +++ b/meta-oe/recipes-dbs/postgresql/postgresql_17.10.bb @@ -0,0 +1,17 @@ +require postgresql.inc + +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=55760ee57ce4e51e4b57f0801ff032dd" + +SRC_URI += "\ + file://not-check-libperl.patch \ + file://0001-Add-support-for-RISC-V.patch \ + file://0002-Improve-reproducibility.patch \ + file://0003-configure.ac-bypass-autoconf-2.69-version-check.patch \ + file://0004-config_info.c-not-expose-build-info.patch \ + file://0005-postgresql-fix-ptest-failure-of-sysviews.patch \ + file://0001-tcl.m4-Recognize-tclsh9.patch \ +" + +SRC_URI[sha256sum] = "078a03516dcdbdb705fecaf415ea3d13a956c589e46f09fed68a06fb00598c90" + +CVE_STATUS[CVE-2017-8806] = "not-applicable-config: Doesn't apply to our configuration of postgresql so we can safely ignore it." diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_17.8.bb b/meta-oe/recipes-dbs/postgresql/postgresql_17.8.bb deleted file mode 100644 index ad1e9704cc..0000000000 --- a/meta-oe/recipes-dbs/postgresql/postgresql_17.8.bb +++ /dev/null @@ -1,17 +0,0 @@ -require postgresql.inc - -LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=55760ee57ce4e51e4b57f0801ff032dd" - -SRC_URI += "\ - file://not-check-libperl.patch \ - file://0001-Add-support-for-RISC-V.patch \ - file://0002-Improve-reproducibility.patch \ - file://0003-configure.ac-bypass-autoconf-2.69-version-check.patch \ - file://0004-config_info.c-not-expose-build-info.patch \ - file://0005-postgresql-fix-ptest-failure-of-sysviews.patch \ - file://0001-tcl.m4-Recognize-tclsh9.patch \ -" - -SRC_URI[sha256sum] = "a88d195dd93730452d0cfa1a11896720d6d1ba084bc2be7d7fc557fa4e4158a0" - -CVE_STATUS[CVE-2017-8806] = "not-applicable-config: Doesn't apply to our configuration of postgresql so we can safely ignore it." -- cgit v1.2.3-54-g00ecf