diff mbox series

[meta-oe,kirkstone] postgresql: upgrade 14.11 -> 14.13

Message ID 20240816054918.164662-1-vanusuri@mvista.com
State New
Headers show
Series [meta-oe,kirkstone] postgresql: upgrade 14.11 -> 14.13 | expand

Commit Message

Vijay Anusuri Aug. 16, 2024, 5:49 a.m. UTC
From: Vijay Anusuri <vanusuri@mvista.com>

Addresses CVEs CVE-2024-4317 & CVE-2024-7348 and other bug fixes.

Release notes are available at:
https://www.postgresql.org/docs/release/14.13/
https://www.postgresql.org/docs/release/14.12/

0001-configure.ac-bypass-autoconf-2.69-version-check.patch
refreshed for new version.

Signed-off-by: Vijay Anusuri <vanusuri@mvista.com>
---
 ...0001-configure.ac-bypass-autoconf-2.69-version-check.patch | 4 ++--
 .../postgresql/{postgresql_14.11.bb => postgresql_14.13.bb}   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-dbs/postgresql/{postgresql_14.11.bb => postgresql_14.13.bb} (84%)
diff mbox series

Patch

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 807eac219..d0a343491 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
@@ -14,12 +14,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 e59dc99..41b4732 100644
+index af01483..0a62ebf 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
  
- AC_INIT([PostgreSQL], [14.11], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/])
+ AC_INIT([PostgreSQL], [14.13], [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.11.bb b/meta-oe/recipes-dbs/postgresql/postgresql_14.13.bb
similarity index 84%
rename from meta-oe/recipes-dbs/postgresql/postgresql_14.11.bb
rename to meta-oe/recipes-dbs/postgresql/postgresql_14.13.bb
index 8a8c3b9f1..989e9777b 100644
--- a/meta-oe/recipes-dbs/postgresql/postgresql_14.11.bb
+++ b/meta-oe/recipes-dbs/postgresql/postgresql_14.13.bb
@@ -11,7 +11,7 @@  SRC_URI += "\
    file://0001-postgresql-fix-ptest-failure-of-sysviews.patch \
 "
 
-SRC_URI[sha256sum] = "a670bd7dce22dcad4297b261136b3b1d4a09a6f541719562aa14ca63bf2968a8"
+SRC_URI[sha256sum] = "59aa3c4b495ab26a9ec69f3ad0a0228c51f0fe6facf3634dfad4d1197d613a56"
 
 CVE_CHECK_IGNORE += "\
    CVE-2017-8806 \