aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schmitz <matthias.schmitz@port4949.net>2024-03-01 07:04:52 +0000
committerArmin Kuster <akuster808@gmail.com>2024-03-25 07:21:36 -0400
commit26ecaf1dc208094c638f36658e3eaccee7293fbb (patch)
treed9fd91e0c77b0b498633189a6f71a8f74b512abb
parentf6479aad57c26d2a1d066f497f9dbecef7fc817c (diff)
downloadmeta-openembedded-contrib-26ecaf1dc208094c638f36658e3eaccee7293fbb.tar.gz
postgresql: Update to 12.18
Minor security and bugfix release. Fixes CVE-2024-0985: PostgreSQL non-owner REFRESH MATERIALIZED VIEW CONCURRENTLY executes arbitrary SQL Additional information is available in the release notes: https://www.postgresql.org/docs/release/12.18/ Signed-off-by: Matthias Schmitz <matthias.schmitz@port4949.net> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-dbs/postgresql/postgresql_12.18.bb (renamed from meta-oe/recipes-dbs/postgresql/postgresql_12.17.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/postgresql_12.17.bb b/meta-oe/recipes-dbs/postgresql/postgresql_12.18.bb
index e9f9f50a21..44074a233c 100644
--- a/meta-oe/recipes-dbs/postgresql/postgresql_12.17.bb
+++ b/meta-oe/recipes-dbs/postgresql/postgresql_12.18.bb
@@ -1,6 +1,6 @@
require postgresql.inc
-LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=c31f662bb2bfb3b4187fe9a53e0ffe7c"
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=89afbb2d7716371015101c2b2cb4297a"
SRC_URI += "\
file://not-check-libperl.patch \
@@ -8,4 +8,4 @@ SRC_URI += "\
file://0001-Improve-reproducibility.patch \
"
-SRC_URI[sha256sum] = "93e8e1b23981d5f03c6c5763f77b28184c1ce4db7194fa466e2edb65d9c1c5f6"
+SRC_URI[sha256sum] = "4f9919725d941ce9868e07fe1ed1d3a86748599b483386547583928b74c3918a"