diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2017-08-22 12:36:56 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-28 11:06:03 +0200 |
commit | 28558af4d060541d3d2c4b5f81a9b7a61a259a1c (patch) | |
tree | 70b7239705475871db411aaa2da4fda7d6bfce30 /meta-oe | |
parent | 4de4fd2f11876016564d8a9eb064fbc331c2cb4a (diff) | |
download | meta-openembedded-28558af4d060541d3d2c4b5f81a9b7a61a259a1c.tar.gz |
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@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql_9.4.13.bb (renamed from meta-oe/recipes-support/postgresql/postgresql_9.4.11.bb) | 4 |
1 files 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 index 7043b272a..bf97cad50 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() { | |||
11 | sed -i -e 's/\-lnsl//g' ${B}/src/Makefile.global | 11 | sed -i -e 's/\-lnsl//g' ${B}/src/Makefile.global |
12 | } | 12 | } |
13 | 13 | ||
14 | SRC_URI[md5sum] = "2fee03f2034034dbfcb3321a0bb0f829" | 14 | SRC_URI[md5sum] = "dbdb9fbe1b9a394b9ac19d3113b73944" |
15 | SRC_URI[sha256sum] = "e3eb51d045c180b03d2de1f0c3af9356e10be49448e966ca01dfc2c6d1cc9d23" | 15 | SRC_URI[sha256sum] = "0080f55d65194de8b96a2dab153443f8248ff2b2b10e6ab4cda2dcadcac7f2ab" |