@@ -1,4 +1,4 @@
-From 29289c6f5b665ed9943bb7701a542fcdf64c4a22 Mon Sep 17 00:00:00 2001
+From c0c532a26ffd6d3a582ed292d6335a3e9289ff7a Mon Sep 17 00:00:00 2001
From: Yi Fan Yu <yifan.yu@windriver.com>
Date: Fri, 5 Feb 2021 17:15:42 -0500
Subject: [PATCH] configure.ac: bypass autoconf 2.69 version check
@@ -13,12 +13,12 @@ Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com>
1 file changed, 4 deletions(-)
diff --git a/configure.ac b/configure.ac
-index 856b091..646394c 100644
+index 802d810..1afd829 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
- AC_INIT([PostgreSQL], [17.10], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/])
+ AC_INIT([PostgreSQL], [17.11], [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
similarity index 87%
rename from meta-oe/recipes-dbs/postgresql/postgresql_17.10.bb
rename to meta-oe/recipes-dbs/postgresql/postgresql_17.11.bb
@@ -12,6 +12,6 @@ SRC_URI += "\
file://0001-tcl.m4-Recognize-tclsh9.patch \
"
-SRC_URI[sha256sum] = "078a03516dcdbdb705fecaf415ea3d13a956c589e46f09fed68a06fb00598c90"
+SRC_URI[sha256sum] = "dd27f2b3c59e73ed14aa3324901242bf69a032a6347805f274e6260322d42979"
CVE_STATUS[CVE-2017-8806] = "not-applicable-config: Doesn't apply to our configuration of postgresql so we can safely ignore it."
Minor security release. Refreshed the context of 0003-configure.ac-bypass-autoconf-2.69-version-check.patch for the 17.11 sources (context/version line only, no functional change). All other patches apply cleanly and are unchanged. PostgreSQL 17.11 fixes several CVEs; see the release notes: https://www.postgresql.org/docs/17/release-17-11.html Ran ptest on qemux86-64: all tests passed. Signed-off-by: Omkar Patil <OmkarAbaji.Patil@windriver.com> --- ...03-configure.ac-bypass-autoconf-2.69-version-check.patch | 6 +++--- .../postgresql/{postgresql_17.10.bb => postgresql_17.11.bb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta-oe/recipes-dbs/postgresql/{postgresql_17.10.bb => postgresql_17.11.bb} (87%)