Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion THIRD_PARTY_LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ The command line interpreter is covered by the Apache Software
License. See the org/apache/LICENSE file for details.
================================================================================

xz 5.2.6
xz 5.8.3

https://git.tukaani.org/?p=xz.git;a=blob;f=COPYING
1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2023, 2025, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2023, 2026, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* The Universal Permissive License (UPL), Version 1.0
Expand Down
2 changes: 0 additions & 2 deletions graalpython/python-liblzma/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ target_sources(${TARGET_LZMA} PRIVATE
"${SRC_DIR}/liblzma/common/index_hash.c"
"${SRC_DIR}/liblzma/common/stream_decoder.c"
"${SRC_DIR}/liblzma/common/vli_decoder.c"
"${SRC_DIR}/liblzma/check/crc64_table.c"
"${SRC_DIR}/liblzma/check/crc32_table.c"
"${SRC_DIR}/liblzma/check/crc64_fast.c"
"${SRC_DIR}/liblzma/check/crc32_fast.c"
"${SRC_DIR}/liblzma/check/check.c"
Expand Down
4 changes: 2 additions & 2 deletions graalpython/python-liblzma/config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022, 2023, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2022, 2026, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* The Universal Permissive License (UPL), Version 1.0
Expand Down Expand Up @@ -113,7 +113,7 @@
#else
#define TUKLIB_PHYSMEM_SYSCONF 1
#endif
#define VERSION "5.2.6"
#define VERSION "5.8.3"
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif
14 changes: 7 additions & 7 deletions mx.graalpython/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@
],
"digest": "sha512:16920fd41f398696c563417049472c0d81abb2d293ecb45bbbe97c12651669833e34eac238e2e4a6f8761ea58fb39806425d2741e88e8c3097fe2b5457ebf488",
},
"XZ-5.6.2": {
"XZ-5.8.3": {
"urls": [
"https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/xz-5.6.2.tar.gz",
"https://lafo.ssw.uni-linz.ac.at/pub/graal-external-deps/xz-5.8.3.tar.gz",
],
"packedResource": True,
"digest": "sha512:c32c32c95e3541b906e0284e66a953ace677e0ce6af2084e7b122600047bf7542c1b0fabb5909b19ff79fba6def530be674df1c675b22a47a8d57f3f0b736a82",
"digest": "sha512:bd77164795b5cbfbe864f64021e67e37f39cb9aba9abdd894d53fbb6857abe074923808918d1dc3bb0706253e726b2b9704cd0c3bc744d70e220c7356fa4995e",
},
"BOUNCYCASTLE-PROVIDER": {
"digest": "sha512:fb10c3c089921c8173ad285329f730e0e78de175d1b50b9bdd79c6a85a265af9b3331caa0c1ed57e5f47047319ce3b0f3bb5def0a3db9cccf2755cc95e145e52",
Expand Down Expand Up @@ -596,10 +596,10 @@
"bin/<lib:lzmasupport>",
],
"cmakeConfig": {
"XZ_SRC": "<path:XZ-5.6.2>",
"XZ_SRC": "<path:XZ-5.8.3>",
"XZ_VERSION_MAJOR": "5",
"XZ_VERSION_MINOR": "6",
"XZ_VERSION_PATCH": "2",
"XZ_VERSION_MINOR": "8",
"XZ_VERSION_PATCH": "3",
},
"os_arch": {
"windows": {
Expand All @@ -621,7 +621,7 @@
},
},
"buildDependencies": [
"XZ-5.6.2",
"XZ-5.8.3",
],
},

Expand Down
Loading