Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

7zip-26.00-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: 7zip Distribution: openSUSE Tumbleweed
Version: 26.00 Vendor: openSUSE
Release: 1.1 Build date: Sun Mar 1 10:43:33 2026
Group: Productivity/Archiving/Compression Build host: reproducible
Size: 3032450 Source RPM: 7zip-26.00-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.7-zip.org/
Summary: Command-line file archiver with high compression ratio
This package contains the 7z command line utility for archiving and
extracting various formats.

Provides

Requires

License

BSD-3-Clause AND LGPL-2.1-or-later AND SUSE-Public-Domain

Changelog

* Sun Mar 01 2026 Andrea Manzini <andrea.manzini@suse.com>
  - Update to 26.00:
    * improved code for ZIP, CPIO, RAR, UFD, QCOW, Compound.
    * 7-Zip File Manager: improved sorting order of the file list.
      It uses file name as secondary sorting key.:
    * 7-Zip File Manager: improved Benchmark to support systems with more than
      64 CPU threads.
    * bug fixed: 7-Zip could not correctly extract TAR archives containing sparse
      files
    * some bugs were fixed.
* Thu Dec 04 2025 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Do not use asm code on aarch64 until PAC/BTI/GCS fixed upstream
* Thu Sep 04 2025 Andreas Stieger <andreas.stieger@gmx.de>
  - Update to 25.01 (boo#1249130)
    * The code for handling symbolic links has been changed to
      provide greater security when extracting files from archives
    * Command line switch -snld20 can be used to bypass default
      security checks when creating symbolic links.
  - includes changes from 25.00:
    * bzip2 compression speed was increased by 15-40%.
    * deflate (zip/gz) compression speed was increased by 1-3%.
    * improved support for zip, cpio and fat archives.
    * CVE-2025-53816 : 7-Zip could work incorrectly for some
      incorrect RAR archives (boo#1246706)
    * CVE-2025-53817 : 7-Zip could crash for some incorrect COM
      (Compound File) archives (boo#1246707)
* Sun Dec 01 2024 Antonio Teixeira <antonio.teixeira@suse.com>
  - Update to 24.09:
    * The default dictionary size values for LZMA/LZMA2 compression methods
      were increased
    * 7-Zip now can calculate the following hash checksums: SHA-512, SHA-384, SHA3-256 and MD5.
    * APM and HFS support was improved.
    * If an archive update operation uses a temporary archive folder and
      the archive is moved to the destination folder, 7-Zip shows the progress of moving
      the archive file, as this operation can take a long time if the archive is large.
    * The bug was fixed: 7-Zip File Manager didn't propagate Zone.Identifier stream
      for extracted files from nested archives (if there is open archive inside another open
      archive).
    * Some bugs were fixed.
* Sun Aug 25 2024 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 24.08:
    * No longer write extra zero bytes after the end of the archive,
      if a file included to archive cannot be compressed to a size
      smaller than original
    * Some optimizations for displaying file icons in 7-Zip File
      Manager and in "Confirm File Replace" window.
    * Some bugs were fixed
* Thu Jun 20 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 06 2024 Antonio Teixeira <antonio.teixeira@suse.com>
  - Update to 24.06:
    * The bug was fixed: 7-Zip could not unpack some ZSTD archives.
* Sun May 26 2024 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 24.05:
    * New switch -myv=.. to set decoder compatibility version for
      7z archive creating
    * New switches -myfa and -myfd to allow or disallow the specified
      filter method for 7z archive creating
    * can use new RISCV filter for compression to 7z and xz archives
    * can ask user permission to unpack RAR archives that require
      large amount of memory
    * new switch -smemx{size}g : to set allowed memory usage limit
      for RAR archive unpacking.
    * -y switch disables user requests and messages.
    * -slmu switch : to show timestamps as UTC instead of LOCAL TIME
    * support .sha256 files that use backslash path separator '\'
    * can unpack ZSTD archives (.zst filename extension).
    * can unpack ZIP, SquashFS and RPM archives that use ZSTD
      compression method.
    * support fast hash algorithm XXH64 that is used in ZSTD.
    * can unpack RAR archives (that use larger than 4 GB dictionary)
      created by new WinRAR 7.00.
    * can unpack DMG archives that use XZ (ULMO/LZMA) compression method
    * can unpack NTFS images with cluster size larger than 64 KB.
    * can unpack MBR and GDP images with 4 KB sectors.
    * Speed optimizations for archive unpacking: rar, cab, wim, zip, gz.
    * Speed optimizations for hash caclulation: CRC-32, CRC-64, BLAKE2sp.
    * Fix multivolume creation in some cases
    * bug fixs
  - drop fix-avx-sle.patch
* Wed Mar 06 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Use autosetup -c instead of manually extracting the tarball and
    applying patches: allows us to eliminate the usage of deprecated
    %patchN.
* Tue Jan 23 2024 Danilo Spinella <danilo.spinella@suse.com>
  - Fix build on SLE-15-SP6
    * fix-avx-sle.patch
* Tue Jan 02 2024 Martin Schreiner <martin.schreiner@suse.com>
  - Add missing man pages for 7z / 7za / 7zr / 7zz.
    This solves bsc#1204856.
* Tue Jul 18 2023 Linnaea Lavia <linnaea@lavia.moe>
  - Enable ARM64 ASM introduced in 23.01
* Wed Jun 21 2023 Fabian Vogt <fvogt@suse.com>
  - Update to version 23.01:
    * 7-Zip now can use new ARM64 filter for compression to 7z and xz archives.
      ARM64 filter can increase compression ratio for data containing executable files
      compiled for ARM64 (AArch64) architecture.
    * Default section size for BCJ2 filter was changed from 64 MiB to 240 MiB. It
      can increase compression ratio for executable files larger than 64 MiB.
    * UDF: support was improved.
    * cpio: support for hard links.
    * Some changes and optimizations in WIM creation code.
    * When new 7-Zip creates multivolume archive, 7-Zip keeps in open state only
      volumes that still can be changed. Previous versions kept all volumes in open
      state until the end of the archive creation.
    * 7-Zip now can reduce the number of simultaneously open files, when
      7-Zip opens, extracts or creates multivolume archive. It allows to avoid the
      failures for cases with big number of volumes, bacause there is a limitation for
      number of open files allowed for a single program in Linux.
    * The bugs were fixed:
    * ZIP archives: if multithreaded zip compression was performed with
      more than one file to stdout stream (-so switch), 7-zip didn't write "data
      descriptor" for some files.
    * ext4 archives: 7-Zip couldn't correctly extract symbolic link to directory from ext4 archives.
    * HFS and APFS archives: 7-Zip incorrectly decoded uncompressed blocks (64 KiB) in compressed forks.
    * Some another bugs were fixed.
  - Refresh fix-compatib-with-p7zip.patch

Files

/usr/bin/7z
/usr/bin/7za
/usr/bin/7zr
/usr/bin/7zz
/usr/bin/p7zip
/usr/share/doc/packages/7zip
/usr/share/doc/packages/7zip/7zC.txt
/usr/share/doc/packages/7zip/Methods.txt
/usr/share/doc/packages/7zip/readme.txt
/usr/share/doc/packages/7zip/src-history.txt
/usr/share/licenses/7zip
/usr/share/licenses/7zip/License.txt
/usr/share/licenses/7zip/copying.txt
/usr/share/man/man1/7z.1.gz
/usr/share/man/man1/7za.1.gz
/usr/share/man/man1/7zr.1.gz
/usr/share/man/man1/7zz.1.gz
/usr/share/man/man1/p7zip.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Jul 24 15:27:28 2026