This is a cache of https://sourceforge.net/p/sevenzip/discussion/45797/thread/da14cd780b/. It is a snapshot of the page as it appeared on 2025-09-03T12:15:53.042+0200.
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.
😕
1
👍
5
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
can somebody tell me which versions of 7-zip still receive patches, support and bug fixes? or should I just assume the latest stable version is the only active version?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
@ipavlov Igor, please take a look what's going on here, there's an archive:
7zFM shows: 543 Files, 53 Folders - this is right.
7z l shows: 543 files, 268 folders - this isn't right, but we don't know why this happens.
I used 7z2501-x64.exe for testing.
Last edit: Igor Pavlov 6 days ago
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
@ipavlov thanks for the release!
Having issue when building Alone2 on macOS with recent clang. The command I use make -f ../../cmpl_mac_arm64.mak
The error I get
I didn't find a straightforward way to install an older apple clang, so I can't confirm by tests the exact version since which the warnning fires. Though online llvm documentation states it starts firing since clang 18, and unofficial wiki versions mapping indicates that apple clang 17 is based on llvm 19, therefore the suggested modification would probably work correctly
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
7-Zip 25.01 was released.
Download
7-Zip for 64-bit Windows x64:
https://7-zip.org/a/7z2501-x64.exe
7-Zip for 32-bit Windows x86:
https://7-zip.org/a/7z2501.exe
7-Zip for 64-bit Windows ARM64:
https://7-zip.org/a/7z2501-arm64.exe
7-Zip Extra: standalone console version, 7z DLL, Plugin for Far Manager:
https://7-zip.org/a/7z2501-extra.7z
7-Zip (console version) for 64-bit linux x86-64 (AMD64):
https://7-zip.org/a/7z2501-linux-x64.tar.xz
7-Zip (console version) for 32-bit linux x86:
https://7-zip.org/a/7z2501-linux-x86.tar.xz
7-Zip (console version) for 64-bit linux ARM64:
https://7-zip.org/a/7z2501-linux-arm64.tar.xz
7-Zip (console version) for 32-bit linux ARM:
https://7-zip.org/a/7z2501-linux-arm.tar.xz
7-Zip (console version) for macOS (ARM64 and x86-64):
https://7-zip.org/a/7z2501-mac.tar.xz
What's new in 7-Zip 25.01:
Command line switch -snld20 can be used to bypass default security checks when creating symbolic links.
can somebody tell me which versions of 7-zip still receive patches, support and bug fixes? or should I just assume the latest stable version is the only active version?
Seeing from the changelog, it's only the latest version that receives changes. This is not an official position, though.
Noticed on bluesnews.com website a link to the new 7-zip release on github: https://github.com/ip7z/7zip
is this legit? repo and user look new. is it an example of a supply chain attack?
Just thought I would mention it just in case. Source from bluesnews is some web page called broadband bulletin: https://broadbandbulletin.com/d/4195-7-zip-v2501-released
Best regards
mrfearless
Last edit: mrfearless 2025-08-05
Is legit!
Ok grand, just wanted to double check. No harm in verifying this i guess, specially nowadays with lots of shady stuff.
Thanks for letting me know.
Cheers.
@ipavlov Igor, please take a look what's going on here, there's an archive:
7zFM shows: 543 Files, 53 Folders - this is right.
7z l shows: 543 files, 268 folders - this isn't right, but we don't know why this happens.
I used 7z2501-x64.exe for testing.
Last edit: Igor Pavlov 6 days ago
call
and look
a.txtlines.@ipavlov Yes, the file @tansy gave is that archive. Thanks for the quick response.
I made a mirror just in case.
@tansy
Well, I didn't dig this deep.
Last edit: Igor Pavlov 6 days ago
call
look it and think.
if you don't see the reason of problem, upload that listing files to some another thread and describe the problem.
Last edit: Igor Pavlov 6 days ago
@ipavlov thanks for the release!
Having issue when building Alone2 on macOS with recent clang. The command I use
make -f ../../cmpl_mac_arm64.makThe error I get
The cure I applied: added -Wno-switch-default to CFLAGS_LIST inside warn_clang_mac.mak
We have such lines
CPP\Common\Common0.hCan you suggest exact lines to update it?
we have such macros:
So we must know what exact versions for apple and llvm
switch-defaultmust be ignored.please call
it will show version of clang compiler.
Last edit: Igor Pavlov 5 days ago
My apple clang is 17.0.0 installed with Xcode 16.4, so the compilation works for me with the following modification of Common0.h
I didn't find a straightforward way to install an older apple clang, so I can't confirm by tests the exact version since which the warnning fires. Though online llvm documentation states it starts firing since clang 18, and unofficial wiki versions mapping indicates that apple clang 17 is based on llvm 19, therefore the suggested modification would probably work correctly
thanks.
probably even some old xcode versions support
so condition
__clang_major__ >= 17can be relaxed.Last edit: Igor Pavlov 5 days ago
i really enjoy 7-Zip since version 4.23. it's always a good feeling to extract or pack files with 7-Zip.
the most reliable software i have met.