diff mbox series

[meta-oe,kirkstone,1/1] postgresql: upgrade 14.18 -> 14.19

Message ID 20250822051503.834240-1-yogita.urade@windriver.com
State New
Headers show
Series [meta-oe,kirkstone,1/1] postgresql: upgrade 14.18 -> 14.19 | expand

Commit Message

yurade Aug. 22, 2025, 5:15 a.m. UTC
From: Yogita Urade <yogita.urade@windriver.com>

Includes fix for CVE-2025-8713, CVE-2025-8714, CVE-2025-8715

License-Update: Align organization wording in copyright statement

Changelog:
https://www.postgresql.org/docs/release/14.19/

Refreshed 0001-configure.ac-bypass-autoconf-2.69-version-check.patch
for 14.19

Signed-off-by: Yogita Urade <yogita.urade@windriver.com>
---
 ...1-configure.ac-bypass-autoconf-2.69-version-check.patch | 7 ++++---
 .../{postgresql_14.18.bb => postgresql_14.19.bb}           | 4 ++--
 2 files changed, 6 insertions(+), 5 deletions(-)
 rename meta-oe/recipes-dbs/postgresql/{postgresql_14.18.bb => postgresql_14.19.bb} (71%)
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 2396be2df9..4b471caa25 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
@@ -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 bbbb204..0919d2b 100644
+index df565fb..5007057 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
  
- AC_INIT([PostgreSQL], [14.18], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/])
+ AC_INIT([PostgreSQL], [14.19], [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
@@ -27,5 +27,6 @@  index bbbb204..0919d2b 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.18.bb b/meta-oe/recipes-dbs/postgresql/postgresql_14.19.bb
similarity index 71%
rename from meta-oe/recipes-dbs/postgresql/postgresql_14.18.bb
rename to meta-oe/recipes-dbs/postgresql/postgresql_14.19.bb
index c9616c21ff..1d8ab90c25 100644
--- a/meta-oe/recipes-dbs/postgresql/postgresql_14.18.bb
+++ b/meta-oe/recipes-dbs/postgresql/postgresql_14.19.bb
@@ -1,6 +1,6 @@ 
 require postgresql.inc
 
-LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=d5dd73e90ee1a572679460ee67233fcc"
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=08b6032a749e67f6e3de84ea8e466933"
 
 SRC_URI += "\
    file://not-check-libperl.patch \
@@ -11,7 +11,7 @@  SRC_URI += "\
    file://0001-postgresql-fix-ptest-failure-of-sysviews.patch \
 "
 
-SRC_URI[sha256sum] = "83ab29d6bfc3dc58b2ed3c664114fdfbeb6a0450c4b8d7fa69aee91e3ca14f8e"
+SRC_URI[sha256sum] = "727e9e334bc1a31940df808259f69fe47a59f6d42174b22ae62d67fe7a01ad80"
 
 CVE_CHECK_IGNORE += "\
    CVE-2017-8806 \