mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
It contains fixes for CVE-2025-12817 and CVE-2025-12818. Changelog: https://www.postgresql.org/docs/release/17.7/ Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
706 B
BlitzBasic
18 lines
706 B
BlitzBasic
require postgresql.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=08b6032a749e67f6e3de84ea8e466933"
|
|
|
|
SRC_URI += "\
|
|
file://not-check-libperl.patch \
|
|
file://0001-Add-support-for-RISC-V.patch \
|
|
file://0002-Improve-reproducibility.patch \
|
|
file://0003-configure.ac-bypass-autoconf-2.69-version-check.patch \
|
|
file://0004-config_info.c-not-expose-build-info.patch \
|
|
file://0005-postgresql-fix-ptest-failure-of-sysviews.patch \
|
|
file://0001-tcl.m4-Recognize-tclsh9.patch \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "ef9e343302eccd33112f1b2f0247be493cb5768313adeb558b02de8797a2e9b5"
|
|
|
|
CVE_STATUS[CVE-2017-8806] = "not-applicable-config: Doesn't apply to our configuration of postgresql so we can safely ignore it."
|