From daa4619fe3fbf8c28f342c4a7163a84a330f7653 Mon Sep 17 00:00:00 2001 From: Robert Joslyn Date: Wed, 13 Dec 2023 19:35:41 -0800 Subject: [PATCH] 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 Signed-off-by: Armin Kuster --- .../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 --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 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"