From 28558af4d060541d3d2c4b5f81a9b7a61a259a1c Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Tue, 22 Aug 2017 12:36:56 +0800 Subject: [PATCH] postgresql: update to 9.4.13 Fixed three security vulnerabilities: CVE-2017-7546: Empty password accepted in some authentication methods CVE-2017-7547: The "pg_user_mappings" catalog view discloses passwords to users lacking server privileges CVE-2017-7548: lo_put() function ignores ACLs See release note: https://www.postgresql.org/docs/9.4/static/release-9-4-13.html Signed-off-by: Yi Zhao Signed-off-by: Martin Jansa --- .../postgresql/{postgresql_9.4.11.bb => postgresql_9.4.13.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/postgresql/{postgresql_9.4.11.bb => postgresql_9.4.13.bb} (67%) diff --git a/meta-oe/recipes-support/postgresql/postgresql_9.4.11.bb b/meta-oe/recipes-support/postgresql/postgresql_9.4.13.bb similarity index 67% rename from meta-oe/recipes-support/postgresql/postgresql_9.4.11.bb rename to meta-oe/recipes-support/postgresql/postgresql_9.4.13.bb index 7043b272ab..bf97cad50f 100644 --- a/meta-oe/recipes-support/postgresql/postgresql_9.4.11.bb +++ b/meta-oe/recipes-support/postgresql/postgresql_9.4.13.bb @@ -11,5 +11,5 @@ do_compile_prepend_libc-musl() { sed -i -e 's/\-lnsl//g' ${B}/src/Makefile.global } -SRC_URI[md5sum] = "2fee03f2034034dbfcb3321a0bb0f829" -SRC_URI[sha256sum] = "e3eb51d045c180b03d2de1f0c3af9356e10be49448e966ca01dfc2c6d1cc9d23" +SRC_URI[md5sum] = "dbdb9fbe1b9a394b9ac19d3113b73944" +SRC_URI[sha256sum] = "0080f55d65194de8b96a2dab153443f8248ff2b2b10e6ab4cda2dcadcac7f2ab"