diff mbox series

[meta-oe,dunfell] postgresql: Update to 12.17

Message ID 20231214033541.4077877-1-robert.joslyn@redrectangle.org
State New
Headers show
Series [meta-oe,dunfell] postgresql: Update to 12.17 | expand

Commit Message

Robert Joslyn Dec. 14, 2023, 3:35 a.m. UTC
From: Robert Joslyn <robert.joslyn@redrectangle.org>

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>
---
 .../postgresql/{postgresql_12.16.bb => postgresql_12.17.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-dbs/postgresql/{postgresql_12.16.bb => postgresql_12.17.bb} (73%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_12.16.bb b/meta-oe/recipes-dbs/postgresql/postgresql_12.17.bb
similarity index 73%
rename from meta-oe/recipes-dbs/postgresql/postgresql_12.16.bb
rename to meta-oe/recipes-dbs/postgresql/postgresql_12.17.bb
index 134826220..e9f9f50a2 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"