Skip to content

Commit 938a3ff

Browse files
SoumyaWindakuster
authored andcommitted
postgresql: Upgrade to 14.11
Addresses CVEs and other bug fixes. Remove patches that are fixed in this release. Release notes are available at: https://www.postgresql.org/docs/release/14.10/ https://www.postgresql.org/docs/release/14.11/ 0001-configure.ac-bypass-autoconf-2.69-version-check.patch refreshed for new version. License-Update: Copyright year updated Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
1 parent 4f2d6f6 commit 938a3ff

5 files changed

Lines changed: 5 additions & 535 deletions

File tree

meta-oe/recipes-dbs/postgresql/files/0001-configure.ac-bypass-autoconf-2.69-version-check.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 2d3ac7b2eab1bba53c1729e8edb9f8a86700b60f Mon Sep 17 00:00:00 2001
1+
From c48f2f132744a0b4a2473ec178d63c1d4d1a4a86 Mon Sep 17 00:00:00 2001
22
From: Yi Fan Yu <yifan.yu@windriver.com>
33
Date: Fri, 5 Feb 2021 17:15:42 -0500
44
Subject: [PATCH] configure.ac: bypass autoconf 2.69 version check
@@ -14,12 +14,12 @@ Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com>
1414
1 file changed, 4 deletions(-)
1515

1616
diff --git a/configure.ac b/configure.ac
17-
index d0f0b14..54a539e 100644
17+
index e59dc99..41b4732 100644
1818
--- a/configure.ac
1919
+++ b/configure.ac
2020
@@ -19,10 +19,6 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
2121

22-
AC_INIT([PostgreSQL], [14.9], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/])
22+
AC_INIT([PostgreSQL], [14.11], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/])
2323

2424
-m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required.
2525
-Untested combinations of 'autoconf' and PostgreSQL versions are not

meta-oe/recipes-dbs/postgresql/files/CVE-2023-5868.patch

Lines changed: 0 additions & 125 deletions
This file was deleted.

0 commit comments

Comments
 (0)