aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Joslyn <robert.joslyn@redrectangle.org>2023-12-13 19:35:41 -0800
committerArmin Kuster <akuster808@gmail.com>2024-01-16 07:31:14 -0500
commitdaa4619fe3fbf8c28f342c4a7163a84a330f7653 (patch)
treeb7b94cdbba4be598b183b3785301b25255b62ea7
parente4af0cd4912cb78617fc654cb393a2693bf00a3c (diff)
downloadmeta-openembedded-contrib-daa4619fe3fbf8c28f342c4a7163a84a330f7653.tar.gz
postgresql: Update to 12.17
Minor security and bugfix release. Addresses the following CVEs: CVE-2023-5868: Memory disclosure in aggregate function calls CVE-2023-5869: Buffer overrun from integer overflow in array modification CVE-2023-5870: Role pg_signal_backend can signal certain superuser processes Additional information is available in the release notes: https://www.postgresql.org/docs/release/12.17/ Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-dbs/postgresql/postgresql_12.17.bb (renamed from meta-oe/recipes-dbs/postgresql/postgresql_12.16.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_12.16.bb b/meta-oe/recipes-dbs/postgresql/postgresql_12.17.bb
index 1348262208..e9f9f50a21 100644
--- a/meta-oe/recipes-dbs/postgresql/postgresql_12.16.bb
+++ b/meta-oe/recipes-dbs/postgresql/postgresql_12.17.bb
@@ -8,4 +8,4 @@ SRC_URI += "\
file://0001-Improve-reproducibility.patch \
"
-SRC_URI[sha256sum] = "c5f1fff7a0f93e1ec3746417b0594290ece617b4995ed95b8d527af0ba0e38f3"
+SRC_URI[sha256sum] = "93e8e1b23981d5f03c6c5763f77b28184c1ce4db7194fa466e2edb65d9c1c5f6"