From 38c3b2a7c9dd05a949c5012bda2a6ed210fdd4d2 Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Mon, 2 Sep 2019 17:41:07 +0800 Subject: postgresql: 11.4 -> 11.5 Signed-off-by: Changqing Li Signed-off-by: Khem Raj [Bugfix only, includes: CVE-2019-10208 CVE-2019-10209 CVE-2019-10210 CVE-2019-10211] Signed-off-by: Armin Kuster --- meta-oe/recipes-dbs/postgresql/postgresql_11.4.bb | 12 ------------ meta-oe/recipes-dbs/postgresql/postgresql_11.5.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-oe/recipes-dbs/postgresql/postgresql_11.4.bb create mode 100644 meta-oe/recipes-dbs/postgresql/postgresql_11.5.bb diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_11.4.bb b/meta-oe/recipes-dbs/postgresql/postgresql_11.4.bb deleted file mode 100644 index 0e7ddc801..000000000 --- a/meta-oe/recipes-dbs/postgresql/postgresql_11.4.bb +++ /dev/null @@ -1,12 +0,0 @@ -require postgresql.inc - -LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=87da2b84884860b71f5f24ab37e7da78" - -SRC_URI += "\ - file://not-check-libperl.patch \ - file://0001-Add-support-for-RISC-V.patch \ - file://0001-Improve-reproducibility.patch \ -" - -SRC_URI[md5sum] = "dab5eed8a5f9204bf2f03a209eead4c3" -SRC_URI[sha256sum] = "02802ddffd1590805beddd1e464dd28a46a41a5f1e1df04bab4f46663195cc8b" diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_11.5.bb b/meta-oe/recipes-dbs/postgresql/postgresql_11.5.bb new file mode 100644 index 000000000..fd4200a73 --- /dev/null +++ b/meta-oe/recipes-dbs/postgresql/postgresql_11.5.bb @@ -0,0 +1,12 @@ +require postgresql.inc + +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=87da2b84884860b71f5f24ab37e7da78" + +SRC_URI += "\ + file://not-check-libperl.patch \ + file://0001-Add-support-for-RISC-V.patch \ + file://0001-Improve-reproducibility.patch \ +" + +SRC_URI[md5sum] = "580da94f6d85046ff2a228785ab2cc89" +SRC_URI[sha256sum] = "7fdf23060bfc715144cbf2696cf05b0fa284ad3eb21f0c378591c6bca99ad180" -- cgit v1.2.3-54-g00ecf