./archivers/7-zip, Latest command-line tool for .7z and some archive formats

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ]


Branch: CURRENT, Version: 26.02nb1, Package name: 7-zip-26.02nb1, Maintainer: ryoon

A command-line tool from the 7-Zip code base.


Master sites:

Filesize: 1507.305 KB

Version history: (Expand)


CVS history: (Expand)


   2026-08-04 23:39:47 by Thomas Klausner | Files touched by this commit (1)
Log message:
7-zip: honor LDFLAGS

Remove hack.

Bump PKGREVISION.
   2026-08-04 22:29:21 by Thomas Klausner | Files touched by this commit (336)
Log message:
*: add LDFLAGS overide that was previously in mk

This is a workaround and should be fixed properly per-package - they
should use the pkgsrc LDFLAGS, but this restores what happened
before the mk/ cleanup.

Fixes relro build for packages that do not honor LDFLAGS.

Package list provided by mef@, thanks!

Workaround commit requested by bsiegert on tech-pkg.
   2026-06-28 17:18:14 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
7-zip: updated to 26.02

26.02:
Some bugs and vulnerabilities were fixed.
   2026-04-28 10:11:54 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
7-zip: updated to 26.01

26.01:
linux version of 7-Zip can use huge pages (2 MB pages). It can increase \ 
compression speed for 10% for 7z/xz/LZMA/LZMA2 compression.
new -spo[d|c|r] switch specifies the path generation mode for the output \ 
directory for archive extraction. The output directory path is generated from \ 
the path specified in the -o{dir_path} switch and the name of the archive being \ 
unpacked.
-spod : for Linux/Posix/macOS: -o{dir_path} specifies the direct path to the \ 
output directory. The asterisk (*) character in {dir_path} will not be replaced \ 
by the archive name.
-spoc : 7-Zip will concatenate the path specified in -o{dir_path} with the \ 
archive name to form the final path to the output directory.
-spor : 7-Zip will replace asterisk (*) character in the path specified in the \ 
-o{dir_path} with the archive name. This is the default option.
some bugs were fixed.
   2026-04-21 08:34:53 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
7-zip: updated to 26.00

7-Zip 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.
the bug was fixed: 7-Zip could not correctly extract TAR archives containing \ 
sparse files.
some bugs were fixed.
   2025-08-09 08:00:55 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
7-zip: updated to 25.01

25.01:
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.
   2025-07-18 20:46:41 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
7-zip: update to 25.00.

25.00          2025-07-05
-------------------------
- 7-Zip for Windows can now use more than 64 CPU threads for compression
  to zip/7z/xz archives and for the 7-Zip benchmark.
  If there are more than one processor group in Windows (on systems with more than
  64 cpu threads), 7-Zip distributes running CPU threads across different \ 
processor groups.
- 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.
- fixed some bugs and vulnerabilities.
   2024-12-01 10:38:18 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
7-zip: updated to 24.09

7-Zip 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.