summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Anusuri <vanusuri@mvista.com>2025-08-21 17:11:03 +0530
committerGyorgy Sarvari <skandigraun@gmail.com>2025-09-06 16:27:30 +0200
commit28798fac9fbe988ebb06cb71c4638975ae89783a (patch)
tree175e76b0457f859c7ad038993833224cfc6df517
parent244f64762e0a8da86c22e9a88028f8139f9ce757 (diff)
downloadmeta-openembedded-28798fac9fbe988ebb06cb71c4638975ae89783a.tar.gz
postgresql: upgrade 14.18 -> 14.19
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/ 0001-configure.ac-bypass-autoconf-2.69-version-check.patch refreshed for 14.19 Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
-rw-r--r--meta-oe/recipes-dbs/postgresql/files/0001-configure.ac-bypass-autoconf-2.69-version-check.patch2
-rw-r--r--meta-oe/recipes-dbs/postgresql/postgresql_14.19.bb (renamed from meta-oe/recipes-dbs/postgresql/postgresql_14.18.bb)4
2 files changed, 3 insertions, 3 deletions
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..2eb1deec07 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
18+++ b/configure.ac 18+++ b/configure.ac
19@@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros 19@@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
20 20
21 AC_INIT([PostgreSQL], [14.18], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) 21 AC_INIT([PostgreSQL], [14.19], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/])
22 22
23-m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required. 23-m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required.
24-Untested combinations of 'autoconf' and PostgreSQL versions are not 24-Untested combinations of 'autoconf' and PostgreSQL versions are not
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_14.18.bb b/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 @@
1require postgresql.inc 1require postgresql.inc
2 2
3LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=d5dd73e90ee1a572679460ee67233fcc" 3LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=08b6032a749e67f6e3de84ea8e466933"
4 4
5SRC_URI += "\ 5SRC_URI += "\
6 file://not-check-libperl.patch \ 6 file://not-check-libperl.patch \
@@ -11,7 +11,7 @@ SRC_URI += "\
11 file://0001-postgresql-fix-ptest-failure-of-sysviews.patch \ 11 file://0001-postgresql-fix-ptest-failure-of-sysviews.patch \
12" 12"
13 13
14SRC_URI[sha256sum] = "83ab29d6bfc3dc58b2ed3c664114fdfbeb6a0450c4b8d7fa69aee91e3ca14f8e" 14SRC_URI[sha256sum] = "727e9e334bc1a31940df808259f69fe47a59f6d42174b22ae62d67fe7a01ad80"
15 15
16CVE_CHECK_IGNORE += "\ 16CVE_CHECK_IGNORE += "\
17 CVE-2017-8806 \ 17 CVE-2017-8806 \