[oe] [meta-oe][PATCH] postgresql: update to 9.4.13

Yi Zhao yi.zhao at windriver.com
Tue Aug 22 04:36:56 UTC 2017


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 <yi.zhao at windriver.com>
---
 .../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 7043b27..bf97cad 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"
-- 
2.7.4




More information about the Openembedded-devel mailing list