[oe-commits] [meta-openembedded] 05/33: postgresql: update to 9.4.13

git at git.openembedded.org git at git.openembedded.org
Thu Aug 24 14:23:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 3a8e52646592d3ab3ba1de34e202b6bb5f762f0d
Author: Yi Zhao <yi.zhao at windriver.com>
AuthorDate: Tue Aug 22 12:36:56 2017 +0800

    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 <yi.zhao at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../postgresql/{postgresql_9.4.11.bb => postgresql_9.4.13.bb}         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list