mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
631e0ac2f0
It contains Security fixes for CVE-2026-2003, CVE-2026-2004, CVE-2026-2005, CVE-2026-2006 and CVE-2026-2007. It also contains other bug fixes and for more details refer Release note. 0001-configure.ac-bypass-autoconf-2.69-version-check.patch refreshed for 14.21 Release notes: https://www.postgresql.org/docs/release/14.21/ Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
19 lines
573 B
BlitzBasic
19 lines
573 B
BlitzBasic
require postgresql.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=55760ee57ce4e51e4b57f0801ff032dd"
|
|
|
|
SRC_URI += "\
|
|
file://not-check-libperl.patch \
|
|
file://0001-Add-support-for-RISC-V.patch \
|
|
file://0001-Improve-reproducibility.patch \
|
|
file://0001-configure.ac-bypass-autoconf-2.69-version-check.patch \
|
|
file://0001-config_info.c-not-expose-build-info.patch \
|
|
file://0001-postgresql-fix-ptest-failure-of-sysviews.patch \
|
|
"
|
|
|
|
SRC_URI[sha256sum] = "5b30f19347efff32b6e09ed2cdff0b04e9aee913ec9bb7414de2b7c17b17f1f9"
|
|
|
|
CVE_CHECK_IGNORE += "\
|
|
CVE-2017-8806 \
|
|
"
|