Skip to content

Commit 3d3a8cb

Browse files
committed
[GR-74718] Update vendored XZ to 5.8.3
1 parent b9cf97c commit 3d3a8cb

5 files changed

Lines changed: 11 additions & 13 deletions

File tree

THIRD_PARTY_LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ The command line interpreter is covered by the Apache Software
343343
License. See the org/apache/LICENSE file for details.
344344
================================================================================
345345

346-
xz 5.2.6
346+
xz 5.8.3
347347

348348
https://git.tukaani.org/?p=xz.git;a=blob;f=COPYING
349349
1

graalpython/com.oracle.graal.python.test.integration/src/com/oracle/graal/python/test/integration/module/LzmaTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

graalpython/python-liblzma/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

graalpython/python-liblzma/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -113,7 +113,7 @@
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

mx.graalpython/suite.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@
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",
@@ -596,10 +596,10 @@
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": {
@@ -621,7 +621,7 @@
621621
},
622622
},
623623
"buildDependencies": [
624-
"XZ-5.6.2",
624+
"XZ-5.8.3",
625625
],
626626
},
627627

0 commit comments

Comments
 (0)