From 10082fce3b6ddeaaae4df95f7f002356942b7577 Mon Sep 17 00:00:00 2001 From: Armin kuster Date: Sat, 17 Jul 2021 02:36:03 +0000 Subject: postgresql: update to 12.7 Source: MontaVista Software, LLC MR: 111582, 111965, 111974, 110084 Type: Security Fix Disposition: Backport from postgres.org ChangeID: f1e8c58bedd5dd60404e3a0eb120888ad83fdc42 Description: Bug fix only update. https://www.postgresql.org/docs/12/release-12-7.html LIC_FILES_CHKSUM changed do to yr update Includes these CVEs: CVE-2021-32027 CVE-2021-32028 CVE-2021-32029 12.6: CVE-2021-3393 Signed-off-by: Armin kuster --- meta-oe/recipes-dbs/postgresql/postgresql_12.5.bb | 11 ----------- meta-oe/recipes-dbs/postgresql/postgresql_12.7.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-oe/recipes-dbs/postgresql/postgresql_12.5.bb create mode 100644 meta-oe/recipes-dbs/postgresql/postgresql_12.7.bb (limited to 'meta-oe/recipes-dbs') diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_12.5.bb b/meta-oe/recipes-dbs/postgresql/postgresql_12.5.bb deleted file mode 100644 index 047509510f..0000000000 --- a/meta-oe/recipes-dbs/postgresql/postgresql_12.5.bb +++ /dev/null @@ -1,11 +0,0 @@ -require postgresql.inc - -LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=fc4ce21960f0c561460d750bc270d11f" - -SRC_URI += "\ - file://not-check-libperl.patch \ - file://0001-Add-support-for-RISC-V.patch \ - file://0001-Improve-reproducibility.patch \ -" - -SRC_URI[sha256sum] = "bd0d25341d9578b5473c9506300022de26370879581f5fddd243a886ce79ff95" diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_12.7.bb b/meta-oe/recipes-dbs/postgresql/postgresql_12.7.bb new file mode 100644 index 0000000000..18ba2178f4 --- /dev/null +++ b/meta-oe/recipes-dbs/postgresql/postgresql_12.7.bb @@ -0,0 +1,11 @@ +require postgresql.inc + +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=255f15687738db8068fbe9b938c90217" + +SRC_URI += "\ + file://not-check-libperl.patch \ + file://0001-Add-support-for-RISC-V.patch \ + file://0001-Improve-reproducibility.patch \ +" + +SRC_URI[sha256sum] = "8490741f47c88edc8b6624af009ce19fda4dc9b31c4469ce2551d84075d5d995" -- cgit 1.2.3-korg