From ca3e8c3ed511696718cf42d53c610b9724395a67660f90f270d5b6d5c185864a Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 9 Nov 2023 13:41:57 +0000 Subject: [PATCH] Accepting request 1124051 from home:amanzini:branches:Base:System - Update to version 5.4.5: * liblzma: - Fixed an assertion failure that could be triggered by a large unpadded_size argument. It was verified that there was no other bug than the assertion failure. - Fixed a bug that prevented building with Windows Vista threading when __attribute__((__constructor__)) is not supported. * xz now properly handles special files such as "con" or "nul" on Windows. Before this fix, the following wrote "foo" to the console and deleted the input file "con_xz": echo foo | xz > con_xz xz --suffix=_xz --decompress con_xz * Small fixes and improvements to the tests. * Updated translations: Chinese (simplified) and Esperanto. OBS-URL: https://build.opensuse.org/request/show/1124051 OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=140 --- xz-5.4.4.tar.gz | 3 --- xz-5.4.4.tar.gz.sig | Bin 566 -> 0 bytes xz-5.4.5.tar.gz | 3 +++ xz-5.4.5.tar.gz.sig | Bin 0 -> 566 bytes xz.changes | 23 +++++++++++++++++++++++ xz.spec | 2 +- 6 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 xz-5.4.4.tar.gz delete mode 100644 xz-5.4.4.tar.gz.sig create mode 100644 xz-5.4.5.tar.gz create mode 100644 xz-5.4.5.tar.gz.sig diff --git a/xz-5.4.4.tar.gz b/xz-5.4.4.tar.gz deleted file mode 100644 index ca75d77..0000000 --- a/xz-5.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aae39544e254cfd27e942d35a048d592959bd7a79f9a624afb0498bb5613bdf8 -size 2874706 diff --git a/xz-5.4.4.tar.gz.sig b/xz-5.4.4.tar.gz.sig deleted file mode 100644 index 6af9c127a78d1261b0a6b98c0c0869a227d6075ddfe4c1fc8458e9b365324889..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SW*e79j*8)MfIt!E=B+AjaNV{PG9>r}RYy0%XcjKmZB}5Lx{4 z2mYt@MUcV|{SsRtQf%o*=SYzH*3#CD?Fd6{WHV=G;m`$q5JEzYj9K*KclhnXq`lgZ zR443q7XgJF^hl?rSHh6N+@z8iDz^kPKL>pdm9wa=naQbe`6h>@G#M!z~`8PVcX8tBQJs4bYXF!??f7gUAoSr6SWDF@to%Xe@)j!Yr!c zbM8pnZ5XrbeqUp`k@Pb$8P1{Ely*sf|1kul?^L1@!`-tiz`(vS);GaMbaWS< zl~9$L9snn|Rp=Uik8zOM+7oryHv1vP`U<{n#l)O7I&NhiTg7ETK)jmFsk~wKA>AtV z{KpQo#$?pWL7`oC_d7)7;tqe>jo&@AQL4m2r}RYy0%bx*`2Y$D5Lx{4 z2mYt@MF9T~|9+F`f}gO{LD#-KjB5F0luL-HBM8k4(bwM`?jAG`YSG-A=V95UdRlK4VH^j96(P?;S>f;DA@6@{Po*dFtwxp5o^i6-v3@KE7C6v z>dc=W}6g!oI25R9I1yfIp>Ms2?!rakw4gum_}!enb_ + +- Update to version 5.4.5: + * liblzma: + - Fixed an assertion failure that could be triggered by a large + unpadded_size argument. It was verified that there was no + other bug than the assertion failure. + + - Fixed a bug that prevented building with Windows Vista + threading when __attribute__((__constructor__)) is not + supported. + + * xz now properly handles special files such as "con" or "nul" on + Windows. Before this fix, the following wrote "foo" to the + console and deleted the input file "con_xz": + + echo foo | xz > con_xz + xz --suffix=_xz --decompress con_xz + + * Small fixes and improvements to the tests. + * Updated translations: Chinese (simplified) and Esperanto. + ------------------------------------------------------------------- Wed Aug 16 13:58:09 UTC 2023 - Dominique Leuenberger diff --git a/xz.spec b/xz.spec index 5fed776..3a0171a 100644 --- a/xz.spec +++ b/xz.spec @@ -19,7 +19,7 @@ # avoid bootstrapping problem %define _binary_payload w9.bzdio Name: xz -Version: 5.4.4 +Version: 5.4.5 Release: 0 Summary: A Program for Compressing Files with the Lempel–Ziv–Markov algorithm License: GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.1-or-later AND SUSE-Public-Domain