diff --git a/xz-5.6.2.tar.xz b/xz-5.6.2.tar.xz deleted file mode 100644 index 3d06995..0000000 --- a/xz-5.6.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9db3bb3d64e248a0fae963f8fb6ba851a26ba1822e504dc0efd18a80c626caf -size 1307448 diff --git a/xz-5.6.2.tar.xz.sig b/xz-5.6.2.tar.xz.sig deleted file mode 100644 index 93d8424..0000000 Binary files a/xz-5.6.2.tar.xz.sig and /dev/null differ diff --git a/xz-5.6.3.tar.xz b/xz-5.6.3.tar.xz new file mode 100644 index 0000000..abf234a --- /dev/null +++ b/xz-5.6.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db0590629b6f0fa36e74aea5f9731dc6f8df068ce7b7bafa45301832a5eebc3a +size 1328224 diff --git a/xz-5.6.3.tar.xz.sig b/xz-5.6.3.tar.xz.sig new file mode 100644 index 0000000..96e603a Binary files /dev/null and b/xz-5.6.3.tar.xz.sig differ diff --git a/xz.changes b/xz.changes index f59d27a..b2212a6 100644 --- a/xz.changes +++ b/xz.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon Oct 7 11:48:07 UTC 2024 - Antonio Teixeira + +- Update to 5.6.3: + * liblzma: + - Fix x86-64 inline assembly compatibility with GNU Binutils + older than 2.27. + - Fix the build with GCC 4.2 on OpenBSD/sparc64. + * xzdec: Display an error instead of failing silently if the + unsupported option -M is specified. + * lzmainfo: Fix integer overflows when rounding the dictionary and + uncompressed sizes to the nearest mebibyte. + * Autotools-based build: + - Fix feature checks with link-time optimization (-flto). + - Solaris: Fix a compatibility issue in version.sh. It matters + if one wants to regenerate configure by running autoconf. + * CMake: + - Use paths relative to ${prefix} in liblzma.pc when possible. + This is done only with CMake >= 3.20. + - Prefer a C11 compiler over a C99 compiler but accept both. + - Link Threads::Threads against liblzma using PRIVATE so that + -pthread and such flags won't unnecessarily get included in + the usage requirements of shared liblzma. That is, + target_link_libraries(foo PRIVATE liblzma::liblzma) no + longer adds -pthread if using POSIX threads and linking + against shared liblzma. The threading flags are still added + if linking against static liblzma. + * Updated translations: Catalan, Chinese (simplified), and + Brazilian Portuguese. + ------------------------------------------------------------------- Thu May 30 06:08:18 UTC 2024 - Paolo Stivanin diff --git a/xz.spec b/xz.spec index 46d87ef..12fa426 100644 --- a/xz.spec +++ b/xz.spec @@ -24,7 +24,7 @@ %endif Name: xz -Version: 5.6.2 +Version: 5.6.3 Release: 0 Summary: A Program for Compressing Files with the Lempel–Ziv–Markov algorithm License: 0BSD AND GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.1-or-later