mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-17 18:50:47 +00:00
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>
16 lines
433 B
BlitzBasic
16 lines
433 B
BlitzBasic
require postgresql.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=81b69ddb31a8be66baafd14a90146ee2"
|
|
|
|
SRC_URI += "\
|
|
file://remove.autoconf.version.check.patch \
|
|
file://not-check-libperl.patch \
|
|
"
|
|
|
|
do_compile_prepend_libc-musl() {
|
|
sed -i -e 's/\-lnsl//g' ${B}/src/Makefile.global
|
|
}
|
|
|
|
SRC_URI[md5sum] = "dbdb9fbe1b9a394b9ac19d3113b73944"
|
|
SRC_URI[sha256sum] = "0080f55d65194de8b96a2dab153443f8248ff2b2b10e6ab4cda2dcadcac7f2ab"
|