From 6ff4bd4f345b4e8030b9197d13097308df521576 Mon Sep 17 00:00:00 2001 From: Robert Joslyn Date: Sat, 9 Jan 2021 13:55:28 -0800 Subject: [PATCH] postgresql: Update to 12.5 Fixes the following CVEs: CVE-2020-25694 CVE-2020-25695 CVE-2020-25696 Full release notes at: https://www.postgresql.org/docs/12/release-12-5.html Signed-off-by: Robert Joslyn Signed-off-by: Armin Kuster --- .../postgresql/{postgresql_12.4.bb => postgresql_12.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-dbs/postgresql/{postgresql_12.4.bb => postgresql_12.5.bb} (73%) diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_12.4.bb b/meta-oe/recipes-dbs/postgresql/postgresql_12.5.bb similarity index 73% rename from meta-oe/recipes-dbs/postgresql/postgresql_12.4.bb rename to meta-oe/recipes-dbs/postgresql/postgresql_12.5.bb index 6ea9acc000..047509510f 100644 --- a/meta-oe/recipes-dbs/postgresql/postgresql_12.4.bb +++ b/meta-oe/recipes-dbs/postgresql/postgresql_12.5.bb @@ -8,4 +8,4 @@ SRC_URI += "\ file://0001-Improve-reproducibility.patch \ " -SRC_URI[sha256sum] = "bee93fbe2c32f59419cb162bcc0145c58da9a8644ee154a30b9a5ce47de606cc" +SRC_URI[sha256sum] = "bd0d25341d9578b5473c9506300022de26370879581f5fddd243a886ce79ff95"