diff options
author | Yogita Urade <yogita.urade@windriver.com> | 2024-12-23 09:23:09 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-12-31 09:00:05 -0500 |
commit | 8fb0186a91a27d26e8812275103ff934ece1d3b7 (patch) | |
tree | 7f4b8b2b1bfbdc95f31ff6cc1c72ab5de48944e9 | |
parent | bffcd6df7a8201b32f17b7791013f73e64db1453 (diff) | |
download | meta-openembedded-8fb0186a91a27d26e8812275103ff934ece1d3b7.tar.gz |
postgresql: upgrade 14.13 -> 14.14
Includes fix for CVE-2024-10976, CVE-2024-10977, CVE-2024-10978
and CVE-2024-10979
Changelog:
https://www.postgresql.org/docs/release/14.14/
0001-configure.ac-bypass-autoconf-2.69-version-check.patch
refreshed for 14.14
Signed-off-by: Yogita Urade <yogita.urade@windriver.com>
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/files/0001-configure.ac-bypass-autoconf-2.69-version-check.patch | 7 | ||||
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql_14.14.bb (renamed from meta-oe/recipes-dbs/postgresql/postgresql_14.13.bb) | 2 |
2 files changed, 5 insertions, 4 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 d0a3434917..a8d320fc1a 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 | |||
@@ -8,18 +8,17 @@ for upgrade to autoconf 2.71 | |||
8 | Upstream-Status: Inappropriate [disable feature] | 8 | Upstream-Status: Inappropriate [disable feature] |
9 | 9 | ||
10 | Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> | 10 | Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> |
11 | |||
12 | --- | 11 | --- |
13 | configure.ac | 4 ---- | 12 | configure.ac | 4 ---- |
14 | 1 file changed, 4 deletions(-) | 13 | 1 file changed, 4 deletions(-) |
15 | 14 | ||
16 | diff --git a/configure.ac b/configure.ac | 15 | diff --git a/configure.ac b/configure.ac |
17 | index af01483..0a62ebf 100644 | 16 | index 4653dcf..72e4dad 100644 |
18 | --- a/configure.ac | 17 | --- a/configure.ac |
19 | +++ b/configure.ac | 18 | +++ b/configure.ac |
20 | @@ -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 |
21 | 20 | ||
22 | AC_INIT([PostgreSQL], [14.13], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) | 21 | AC_INIT([PostgreSQL], [14.14], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) |
23 | 22 | ||
24 | -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. |
25 | -Untested combinations of 'autoconf' and PostgreSQL versions are not | 24 | -Untested combinations of 'autoconf' and PostgreSQL versions are not |
@@ -28,3 +27,5 @@ index af01483..0a62ebf 100644 | |||
28 | AC_COPYRIGHT([Copyright (c) 1996-2021, PostgreSQL Global Development Group]) | 27 | AC_COPYRIGHT([Copyright (c) 1996-2021, PostgreSQL Global Development Group]) |
29 | AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c]) | 28 | AC_CONFIG_SRCDIR([src/backend/access/common/heaptuple.c]) |
30 | AC_CONFIG_AUX_DIR(config) | 29 | AC_CONFIG_AUX_DIR(config) |
30 | -- | ||
31 | 2.40.0 | ||
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_14.13.bb b/meta-oe/recipes-dbs/postgresql/postgresql_14.14.bb index 989e9777b3..342b78ae90 100644 --- a/meta-oe/recipes-dbs/postgresql/postgresql_14.13.bb +++ b/meta-oe/recipes-dbs/postgresql/postgresql_14.14.bb | |||
@@ -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 | ||
14 | SRC_URI[sha256sum] = "59aa3c4b495ab26a9ec69f3ad0a0228c51f0fe6facf3634dfad4d1197d613a56" | 14 | SRC_URI[sha256sum] = "84727fbccdbd1efe01d8de64bc1b33095db773ad2457cefcedc2d8258ebc09d6" |
15 | 15 | ||
16 | CVE_CHECK_IGNORE += "\ | 16 | CVE_CHECK_IGNORE += "\ |
17 | CVE-2017-8806 \ | 17 | CVE-2017-8806 \ |