diff --git a/xz-5.6.0.tar.gz b/xz-5.6.0.tar.gz deleted file mode 100644 index ca379c5..0000000 --- a/xz-5.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f5c81f14171b74fcc9777d302304d964e63ffc2d7b634ef023a7249d9b5d875 -size 3036813 diff --git a/xz-5.6.0.tar.gz.sig b/xz-5.6.0.tar.gz.sig deleted file mode 100644 index a35bec5..0000000 Binary files a/xz-5.6.0.tar.gz.sig and /dev/null differ diff --git a/xz-5.6.1.tar.gz b/xz-5.6.1.tar.gz new file mode 100644 index 0000000..670590c --- /dev/null +++ b/xz-5.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2398f4a8e53345325f44bdd9f0cc7401bd9025d736c6d43b372f4dea77bf75b8 +size 3045434 diff --git a/xz-5.6.1.tar.gz.sig b/xz-5.6.1.tar.gz.sig new file mode 100644 index 0000000..157af7d Binary files /dev/null and b/xz-5.6.1.tar.gz.sig differ diff --git a/xz.changes b/xz.changes index 6f3671f..4b1ba82 100644 --- a/xz.changes +++ b/xz.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Mar 10 11:43:13 UTC 2024 - Andreas Stieger + +- update to 5.6.1: + * liblzma: Fix start-up crashes with -fprofile-generate + * liblzma: Fix false positive invalid write Valgrind report + * xz: Change the messages for thread reduction due to memory + constraints to only appear under the highest verbosity level + ------------------------------------------------------------------- Tue Mar 5 11:25:55 UTC 2024 - Dirk Müller diff --git a/xz.spec b/xz.spec index 8d79d9c..515548b 100644 --- a/xz.spec +++ b/xz.spec @@ -23,7 +23,7 @@ %bcond_with static %endif Name: xz -Version: 5.6.0 +Version: 5.6.1 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 @@ -212,7 +212,6 @@ rm -vf %{buildroot}%{_docdir}/%{name}/{COPYING,COPYING.GPLv2} %if %{with static} %files static-devel -%defattr(-, root, root) %{_libdir}/liblzma.a %endif