mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
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>
This commit is contained in:
+2
-2
@@ -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"
|
||||
Reference in New Issue
Block a user