File tree Expand file tree Collapse file tree
com.oracle.graal.python.test.integration/src/com/oracle/graal/python/test/integration/module Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ The command line interpreter is covered by the Apache Software
343343License. See the org/apache/LICENSE file for details.
344344================================================================================
345345
346- xz 5.2.6
346+ xz 5.8.3
347347
348348https://git.tukaani.org/?p=xz.git;a=blob;f=COPYING
3493491
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2023, 2025 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2023, 2026 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * The Universal Permissive License (UPL), Version 1.0
Original file line number Diff line number Diff line change @@ -135,8 +135,6 @@ target_sources(${TARGET_LZMA} PRIVATE
135135 "${SRC_DIR} /liblzma/common/index_hash.c"
136136 "${SRC_DIR} /liblzma/common/stream_decoder.c"
137137 "${SRC_DIR} /liblzma/common/vli_decoder.c"
138- "${SRC_DIR} /liblzma/check/crc64_table.c"
139- "${SRC_DIR} /liblzma/check/crc32_table.c"
140138 "${SRC_DIR} /liblzma/check/crc64_fast.c"
141139 "${SRC_DIR} /liblzma/check/crc32_fast.c"
142140 "${SRC_DIR} /liblzma/check/check.c"
Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2022, 2023 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2022, 2026 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * The Universal Permissive License (UPL), Version 1.0
113113#else
114114#define TUKLIB_PHYSMEM_SYSCONF 1
115115#endif
116- #define VERSION "5.2.6 "
116+ #define VERSION "5.8.3 "
117117#ifndef _DARWIN_USE_64_BIT_INODE
118118# define _DARWIN_USE_64_BIT_INODE 1
119119#endif
Original file line number Diff line number Diff line change 102102 ],
103103 "digest" : "sha512:16920fd41f398696c563417049472c0d81abb2d293ecb45bbbe97c12651669833e34eac238e2e4a6f8761ea58fb39806425d2741e88e8c3097fe2b5457ebf488" ,
104104 },
105- "XZ-5.6.2 " : {
105+ "XZ-5.8.3 " : {
106106 "urls" : [
107- "https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/xz-5.6.2 .tar.gz" ,
107+ "https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/xz-5.8.3 .tar.gz" ,
108108 ],
109109 "packedResource" : True ,
110- "digest" : "sha512:c32c32c95e3541b906e0284e66a953ace677e0ce6af2084e7b122600047bf7542c1b0fabb5909b19ff79fba6def530be674df1c675b22a47a8d57f3f0b736a82 " ,
110+ "digest" : "sha512:bd77164795b5cbfbe864f64021e67e37f39cb9aba9abdd894d53fbb6857abe074923808918d1dc3bb0706253e726b2b9704cd0c3bc744d70e220c7356fa4995e " ,
111111 },
112112 "BOUNCYCASTLE-PROVIDER" : {
113113 "digest" : "sha512:fb10c3c089921c8173ad285329f730e0e78de175d1b50b9bdd79c6a85a265af9b3331caa0c1ed57e5f47047319ce3b0f3bb5def0a3db9cccf2755cc95e145e52" ,
596596 "bin/<lib:lzmasupport>" ,
597597 ],
598598 "cmakeConfig" : {
599- "XZ_SRC" : "<path:XZ-5.6.2 >" ,
599+ "XZ_SRC" : "<path:XZ-5.8.3 >" ,
600600 "XZ_VERSION_MAJOR" : "5" ,
601- "XZ_VERSION_MINOR" : "6 " ,
602- "XZ_VERSION_PATCH" : "2 " ,
601+ "XZ_VERSION_MINOR" : "8 " ,
602+ "XZ_VERSION_PATCH" : "3 " ,
603603 },
604604 "os_arch" : {
605605 "windows" : {
621621 },
622622 },
623623 "buildDependencies" : [
624- "XZ-5.6.2 " ,
624+ "XZ-5.8.3 " ,
625625 ],
626626 },
627627
You can’t perform that action at this time.
0 commit comments