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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


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

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


Master sites:

Filesize: 1475.867 KB

Version history: (Expand)


CVS history: (Expand)


   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.
   2024-11-30 07:41:06 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
7-zip: updated to 24.08

7-Zip 24.08

The bug in 7-Zip 24.00-24.07 was fixed:
For creating a zip archive: 7-Zip could 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.
The created zip archive is correct except for the useless zero bytes after the \ 
end of the archive.
When unpacking such a zip archive, 7-Zip displays a warning:
"WARNING: There are data after the end of archive".
The bug was fixed: there was a leak of GDI objects (internal resources in \ 
Windows) in "Confirm File Replace" window, causing problems after 1600 \ 
displays of "Confirm File Replace" window from same running 7-Zip \ 
process.
Some optimizations for displaying file icons in 7-Zip File Manager and in \ 
"Confirm File Replace" window.
Some bugs were fixed.
   2024-07-17 21:24:54 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
7-zip: update to 24.07.

24.07          2024-06-19
-------------------------
- Changes in files:
    Asm/x86/Sha256Opt.asm
    Asm/x86/Sha1Opt.asm
  Now it uses "READONLY" flag for constant array segment.
  It fixes an issue where ".rodata" section in 7-Zip for x86/x64 Linux \ 
had a "WRITE" attribute.
- The bug was fixed: 7-Zip could crash for some incorrect ZSTD archives.
   2024-06-14 22:28:47 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
7-zip: updated to 24.06

24.06
- The bug was fixed: 7-Zip could not unpack some ZSTD archives.
   2024-05-19 17:45:32 by Ryo ONODERA | Files touched by this commit (6) | Package removed
Log message:
archivers/7-zip: Update to 24.05

Changelog:
7-Zip 24.05

    7-Zip now can unpack ZSTD archives (.zst filename extension).
    7-Zip now can unpack ZIP, SquashFS and RPM archives that use ZSTD \ 
compression method.
    7-Zip now supports fast hash algorithm XXH64 that is used in ZSTD.
    7-Zip now can unpack RAR archives (that use larger than 4 GB dictionary) \ 
created by new WinRAR 7.00.
    7-Zip now can unpack DMG archives that use XZ (ULMO/LZMA) compression method.
    7-zip now can unpack NTFS images with cluster size larger than 64 KB.
    7-zip now 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.
    The bug was fixed: 7-Zip for Linux could fail for multivolume creation in \ 
some cases.
    7-Zip now can use new RISCV filter for compression to 7z and xz archives.
    RISCV filter can increase compression ratio for data containing executable \ 
files compiled for RISC-V architecture.
    The speed for LZMA and LZMA2 decompression in ARM64 version for Windows was \ 
increased by 20%-60%.
    7-Zip GUI and 7-Zip File Manager can ask user permission to unpack RAR \ 
archives that require big amount of memory, if the dictionary size in RAR \ 
archive is larger than 4 GB.
    new switch -smemx{size}g : to set allowed memory usage limit for RAR archive \ 
unpacking.
    RAR archives can use dictionary up 64 GB. Default allowed limit for RAR \ 
unpacking is 4 GB.
    7zg.exe (7-Zip GUI): -y switch disables user requests and messages.
    7-Zip shows hash methods XXH64 and BLAKE2sp in context menu.
    -slmu switch : to show timestamps as UTC instead of LOCAL TIME.
    -slsl switch : in console 7-Zip for Windows : to show file paths with
    linux path separator slash '/' instead of backslash separator ''.
    7-Zip supports .sha256 files that use backslash path separator ''.
    New menu item in 7-Zip File Manager: "Tools / Delete Temporary \ 
Files...".
    This menu item opens a window showing temporary folders and files
    created by 7-Zip in the user's "Temp" folder on a Windows system.
    In this window, the user can delete temporary files.
    New switch -myv={MMNN} to set decoder compatibility version for 7z archive \ 
creating.
    {MMNN} is 4-digit number that represents the version of 7-Zip without a dot.
    If -myv={MMNN} switch is specified, 7-Zip will only use compression methods \ 
that can
    be decoded by the specified version {MMNN} of 7-Zip and newer versions.
    If -myv={MMNN} switch is not specified, -myv=2300 is used, and 7-Zip will only
    use compression methods that can be decoded by 7-Zip 23.00 and newer versions.
    New switch -myfa={FilterID} to allow 7-Zip to use the specified filter \ 
method for 7z archive creating.
    New switch -myfd={FilterID} to disallow 7-Zip to use the specified filter \ 
method for 7z archive creating.
    Some bugs were fixed.
   2023-08-02 18:00:50 by Nia Alarie | Files touched by this commit (3)
Log message:
7-zip: Fix building with GCC 7.
   2023-07-30 09:55:48 by Nia Alarie | Files touched by this commit (1)
Log message:
7-zip: Honour CFLAGS and disable use of -Werror in the process.
   2023-07-22 00:42:05 by Ryo ONODERA | Files touched by this commit (8)
Log message:
archivers/7-zip: import 7-zip-23.01

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