diff --git a/xz-5.2.3.tar.gz b/xz-5.2.3.tar.gz deleted file mode 100644 index e8e6ae8..0000000 --- a/xz-5.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71928b357d0a09a12a4b4c5fafca8c31c19b0e7d3b8ebb19622e96f26dbf28cb -size 1490665 diff --git a/xz-5.2.3.tar.gz.sig b/xz-5.2.3.tar.gz.sig deleted file mode 100644 index eb583df..0000000 Binary files a/xz-5.2.3.tar.gz.sig and /dev/null differ diff --git a/xz-5.2.4.tar.gz b/xz-5.2.4.tar.gz new file mode 100644 index 0000000..5b601a0 --- /dev/null +++ b/xz-5.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b512f3b726d3b37b6dc4c8570e137b9311e7552e8ccbab4d39d47ce5f4177145 +size 1572354 diff --git a/xz-5.2.4.tar.gz.sig b/xz-5.2.4.tar.gz.sig new file mode 100644 index 0000000..d40ed14 Binary files /dev/null and b/xz-5.2.4.tar.gz.sig differ diff --git a/xz.changes b/xz.changes index 38384e2..c266281 100644 --- a/xz.changes +++ b/xz.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Jun 15 11:11:38 UTC 2018 - astieger@suse.com + +- xz 5.2.4: + * liblzma: + - Allow 0 as memory usage limit instead of returning + LZMA_PROG_ERROR. Now 0 is treated as if 1 byte was specified, + which effectively is the same as 0. + - Use "noexcept" keyword instead of "throw()" in the public + headers when a C++11 (or newer standard) compiler is used. + - Added a portability fix for recent Intel C Compilers. + * xz: + - Fix "xz --list --robot missing_or_bad_file.xz" which would + try to print an unitialized string and thus produce garbage + output. Since the exit status is non-zero, most uses of such + a command won't try to interpret the garbage output. + - "xz --list foo.xz" could print "Internal error (bug)" in a + corner case where a specific memory usage limit had been set. + ------------------------------------------------------------------- Mon Mar 19 15:41:58 CET 2018 - kukuk@suse.de diff --git a/xz.spec b/xz.spec index 5360032..e6f1660 100644 --- a/xz.spec +++ b/xz.spec @@ -19,7 +19,7 @@ # avoid bootstrapping problem %define _binary_payload w9.bzdio Name: xz -Version: 5.2.3 +Version: 5.2.4 Release: 0 Summary: A Program for Compressing Files with the Lempel–Ziv–Markov algorithm License: LGPL-2.1-or-later AND GPL-2.0-or-later