blob: b4f986e33a604d881ed4953d690746da983c5747 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001require patch.inc
2LICENSE = "GPLv3"
3
4SRC_URI += "file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
5 file://0002-Fix-segfault-with-mangled-rename-patch.patch \
6 file://0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch \
7 file://0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch \
Brad Bishop220d5532018-08-14 00:59:39 +01008 file://0001-Fix-swapping-fake-lines-in-pch_swap.patch \
Brad Bishop08902b02019-08-20 09:16:51 -04009 file://CVE-2019-13636.patch \
10 file://0001-Invoke-ed-directly-instead-of-using-the-shell.patch \
Brad Bishopc68388fc2019-08-26 01:33:31 -040011 file://0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch \
12 file://0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch \
Andrew Geisslerd1e89492021-02-12 15:35:20 -060013 file://CVE-2019-20633.patch \
Brad Bishop316dfdd2018-06-25 12:45:53 -040014"
15
16SRC_URI[md5sum] = "4c68cee989d83c87b00a3860bcd05600"
17SRC_URI[sha256sum] = "8cf86e00ad3aaa6d26aca30640e86b0e3e1f395ed99f189b06d4c9f74bc58a4e"
18
19LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
20
21acpaths = "-I ${S}/m4 "
22
23PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'xattr', d)}"
24PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr,"
25
Patrick Williams213cb262021-08-07 19:21:33 -050026PROVIDES:append:class-native = " patch-replacement-native"
Andrew Geissler82c905d2020-04-13 13:39:40 -050027
28BBCLASSEXTEND = "native nativesdk"