diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-03-25 15:41:30 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-03-26 17:34:55 +0100 |
commit | 0db6f248a04f5a23102b4208c1f28b3633c6ef8a (patch) | |
tree | ef70907160387f8d3eeff0959ac30a0824c82ff4 /etc | |
parent | 96bcf5e1a7615b9aa15d767a25c887b0bbdc34da (diff) | |
download | justbuild-0db6f248a04f5a23102b4208c1f28b3633c6ef8a.tar.gz |
third-party: Update lzma to v5.6.1
Also updated the remote fetch repository, as the previous upstream
repository has since been archived.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/import/TARGETS.lzma | 2 | ||||
-rw-r--r-- | etc/import/src/liblzma/check/TARGETS.lzma | 2 | ||||
-rw-r--r-- | etc/repos.json | 10 |
3 files changed, 7 insertions, 7 deletions
diff --git a/etc/import/TARGETS.lzma b/etc/import/TARGETS.lzma index 8c25dc3d..9e402a4e 100644 --- a/etc/import/TARGETS.lzma +++ b/etc/import/TARGETS.lzma @@ -176,7 +176,7 @@ , "then": ["-DHAVE_LZIP_DECODER"] } , [ "-DHAVE_CLOCK_GETTIME" - , "-DHAVE_DECL_CLOCK_MONOTONIC" + , "-DHAVE_CLOCK_MONOTONIC" , "-DHAVE_PTHREAD_CONDATTR_SETCLOCK" , "-DTUKLIB_SYMBOL_PREFIX=lzma_" , "-DHAVE_FUNC_ATTRIBUTE_CONSTRUCTOR" diff --git a/etc/import/src/liblzma/check/TARGETS.lzma b/etc/import/src/liblzma/check/TARGETS.lzma index da930c24..01dc3ef4 100644 --- a/etc/import/src/liblzma/check/TARGETS.lzma +++ b/etc/import/src/liblzma/check/TARGETS.lzma @@ -4,7 +4,7 @@ , "hdrs": { "type": "++" , "$1": - [ ["check.h", "crc_macros.h"] + [ ["check.h", "crc_common.h", "crc_x86_clmul.h"] , { "type": "if" , "cond": {"type": "var", "name": "ENABLE_SMALL"} , "then": [] diff --git a/etc/repos.json b/etc/repos.json index ae4d387c..affb48ca 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -343,11 +343,11 @@ , "lzma": { "repository": { "type": "archive" - , "content": "6dae9322046ff66b7074c33b24be9a98f5cee42a" - , "fetch": "https://github.com/xz-mirror/xz/archive/refs/tags/v5.4.0.tar.gz" - , "sha256": "26ec069c41e5dfae221825b9f28a4934cb6ce3bedd3f55bc0a08073f7c2e42fd" - , "sha512": "60aba20197d329a1e0d86b32de8a9727a98e5ff6f1eda6111c5ddf85086edeefcf9e2cc3998d237e248bf4af7cf746923b45d236e6b47d88f63cf3d57cae9e8f" - , "subdir": "xz-5.4.0" + , "content": "c2429460d7a0ed583a93cc3267ed4127d1179f36" + , "fetch": "https://github.com/tukaani-project/xz/releases/download/v5.6.1/xz-5.6.1.tar.gz" + , "sha256": "2398f4a8e53345325f44bdd9f0cc7401bd9025d736c6d43b372f4dea77bf75b8" + , "sha512": "8af100eb83288f032e4813be2bf8de7d733c8761f77f078776c1391709241ad8fe3192d107664786e2543677915c5eeb3fe7add5c53b48b50c10a9de7c9f4fda" + , "subdir": "xz-5.6.1" } , "target_root": "import targets" , "target_file_name": "TARGETS.lzma" |