- Update to 24.07:

* The bug was fixed: 7-Zip could crash for some incorrect ZSTD archives.

OBS-URL: https://build.opensuse.org/package/show/Archiving/7zip?expand=0&rev=34
This commit is contained in:
Martin Pluskal 2024-06-21 06:09:41 +00:00 committed by Git OBS Bridge
parent 96fa90d050
commit 37cab5e7d3
4 changed files with 11 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2aa1660c773525b2ed84d6cd7ff0680c786ec0893b87e4db44654dcb7f5ac8b5
size 1487008

3
7z2407-src.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1b0874a3f1c26df21c761a4a30691dc1213e8577f18ee78326c14ca4d683e2b
size 1488556

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 20 15:44:47 UTC 2024 - Antonio Teixeira <antonio.teixeira@suse.com>
- Update to 24.07:
* The bug was fixed: 7-Zip could crash for some incorrect ZSTD archives.
-------------------------------------------------------------------
Thu Jun 6 20:49:59 UTC 2024 - Antonio Teixeira <antonio.teixeira@suse.com>

View File

@ -17,9 +17,9 @@
#
%define stripped_version 2406
%define stripped_version 2407
Name: 7zip
Version: 24.06
Version: 24.07
Release: 0
Summary: Command-line file archiver with high compression ratio
# CPP/7zip/Compress/LzfseDecoder.cpp is under the BSD-3-Clause