diff options
author | Armin kuster <akuster@mvista.com> | 2021-07-17 02:36:03 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-07-17 07:42:33 -0700 |
commit | 10082fce3b6ddeaaae4df95f7f002356942b7577 (patch) | |
tree | ac18629ad48a27394cede0d6dbd8ba51438bd5a3 /meta-oe/recipes-dbs/postgresql | |
parent | 13ceac25a8b55f367ce849900e66a184a6001e9d (diff) | |
download | meta-openembedded-10082fce3b6ddeaaae4df95f7f002356942b7577.tar.gz |
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 <akuster@mvista.com>
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql')
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/postgresql_12.7.bb (renamed from meta-oe/recipes-dbs/postgresql/postgresql_12.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_12.5.bb b/meta-oe/recipes-dbs/postgresql/postgresql_12.7.bb index 047509510..18ba2178f 100644 --- a/meta-oe/recipes-dbs/postgresql/postgresql_12.5.bb +++ b/meta-oe/recipes-dbs/postgresql/postgresql_12.7.bb @@ -1,6 +1,6 @@ require postgresql.inc -LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=fc4ce21960f0c561460d750bc270d11f" +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=255f15687738db8068fbe9b938c90217" SRC_URI += "\ file://not-check-libperl.patch \ @@ -8,4 +8,4 @@ SRC_URI += "\ file://0001-Improve-reproducibility.patch \ " -SRC_URI[sha256sum] = "bd0d25341d9578b5473c9506300022de26370879581f5fddd243a886ce79ff95" +SRC_URI[sha256sum] = "8490741f47c88edc8b6624af009ce19fda4dc9b31c4469ce2551d84075d5d995" |