Skip to content
Snippets Groups Projects
Commit 7e5a64b8 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

update XZ

parent c2cd4a13
No related branches found
No related tags found
No related merge requests found
......@@ -14,18 +14,18 @@ toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
source_urls = ['https://tukaani.org/xz/']
sources = [SOURCELOWER_TAR_BZ2]
patches = [
'XZ-5.2.5_compat-libs.patch',
'xz-5.2.5_fix-symbols.patch',
'xz-5.2.5-cve-2022-1271.patch',
]
checksums = [
'5117f930900b341493827d63aa910ff5e011e0b994197c3b71c08a20228a42df', # xz-5.2.5.tar.bz2
'9747c8fdf0b3c9501ac5479a807151d75b99bea7816a59565edea267230da195', # XZ-5.2.5_compat-libs.patch
'98c6cb1042284fe704ec30083f3fc87364ce9ed2ea51f62bbb0ee9d3448717ec', # xz-5.2.5-cve-2022-1271.patch
{'xz-5.2.5.tar.bz2': '5117f930900b341493827d63aa910ff5e011e0b994197c3b71c08a20228a42df'},
{'xz-5.2.5_fix-symbols.patch': 'ce80545e7bd88466fd9561a8abb9da87e62ebc71a1531c909a492fa2844da6d0'},
{'xz-5.2.5-cve-2022-1271.patch': '98c6cb1042284fe704ec30083f3fc87364ce9ed2ea51f62bbb0ee9d3448717ec'},
]
builddependencies = [
# use gettext built with system toolchain as build dep to avoid cyclic dependency (XZ -> gettext -> libxml2 -> XZ)
('gettext', '0.21', '', True),
('gettext', '0.21', '', SYSTEM),
('binutils', '2.38'),
]
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment