mirror of
https://git.yoctoproject.org/poky
synced 2026-03-10 01:09:40 +01:00
Pick commit per [1] from 1.22.x branch. [1] https://nvd.nist.gov/vuln/detail/CVE-2025-6297 (From OE-Core rev: aaf58c4ad69203a6437362ef130e8ed3ce267e81) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
26 lines
1.2 KiB
BlitzBasic
26 lines
1.2 KiB
BlitzBasic
require dpkg.inc
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
|
|
|
SRC_URI = "git://salsa.debian.org/dpkg-team/dpkg.git;protocol=https;branch=main \
|
|
file://noman.patch \
|
|
file://remove-tar-no-timestamp.patch \
|
|
file://arch_pm.patch \
|
|
file://add_armeb_triplet_entry.patch \
|
|
file://0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch \
|
|
file://0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch \
|
|
file://0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch \
|
|
file://0006-add-musleabi-to-known-target-tripets.patch \
|
|
file://0007-dpkg-deb-build.c-Remove-usage-of-clamp-mtime-in-tar.patch \
|
|
file://0001-dpkg-Support-muslx32-build.patch \
|
|
file://pager.patch \
|
|
file://0001-Add-support-for-riscv32-CPU.patch \
|
|
file://0001-Dpkg-Source-Archive-Prevent-directory-traversal-for-.patch \
|
|
file://CVE-2025-6297.patch \
|
|
"
|
|
|
|
SRC_URI:append:class-native = " file://0001-build.c-ignore-return-of-1-from-tar-cf.patch"
|
|
|
|
SRCREV = "5563bdb608b3413639b69f1c76567cb66ff1a961"
|
|
|
|
S = "${WORKDIR}/git"
|