Skip to content

Commit

Permalink
Merge pull request #87 from spacedriveapp/update-xz-5.6.2
Browse files Browse the repository at this point in the history
XZ update to 5.6.2
  • Loading branch information
HeavenVolkoff authored Jun 18, 2024
2 parents a216bdf + 5905293 commit 5069ebd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"packageNames": [
"Kitware/CMake",
"DLTcollab/sse2neon",
"tukaani-project/xz",
"xiph/ogg",
"strukturag/libde265",
"xiph/vorbis",
Expand Down
7 changes: 4 additions & 3 deletions stages/25-lzma.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
echo "Download lzma..."
mkdir -p lzma

# _tag='5.4.6'
# renovate: datasource=github-releases depName=tukaani-project/xz
_tag='5.6.2'

# XZ upstream appears to be compromised, use Debian as a trusted repository for the source code
curl_tar "https://deb.debian.org/debian/pool/main/x/xz-utils/xz-utils_5.6.1+really5.4.5.orig.tar.xz" lzma 1
curl_tar "https://github.com/tukaani-project/xz/releases/download/v${_tag}/xz-${_tag}.tar.xz" lzma 1

case "$TARGET" in
*darwin*)
Expand Down Expand Up @@ -43,6 +43,7 @@ cmake \

ninja -j"$(nproc)" liblzma

mkdir -p ../doc/examples
case "$TARGET" in
*windows*)
touch xz.exe xzdec.exe lzmadec.exe lzmainfo.exe
Expand Down

0 comments on commit 5069ebd

Please sign in to comment.