mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
8fb0186a91
Includes fix for CVE-2024-10976, CVE-2024-10977, CVE-2024-10978 and CVE-2024-10979 Changelog: https://www.postgresql.org/docs/release/14.14/ 0001-configure.ac-bypass-autoconf-2.69-version-check.patch refreshed for 14.14 Signed-off-by: Yogita Urade <yogita.urade@windriver.com>
19 lines
573 B
BlitzBasic
19 lines
573 B
BlitzBasic
require postgresql.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=89afbb2d7716371015101c2b2cb4297a"
|
|
|
|
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] = "84727fbccdbd1efe01d8de64bc1b33095db773ad2457cefcedc2d8258ebc09d6"
|
|
|
|
CVE_CHECK_IGNORE += "\
|
|
CVE-2017-8806 \
|
|
"
|