Package: 7zip / 24.09+dfsg-8
Metadata
Package | Version | Patches format |
---|---|---|
7zip | 24.09+dfsg-8 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Accept Debian build flags.patch | (download) |
CPP/7zip/7zip_gcc.mak |
10 5 + 5 - 0 ! |
accept debian build flags |
0002 Use getcwd 3 POSIX extension to avoid PATH_MAX macro.patch | (download) |
CPP/Windows/FileDir.cpp |
13 1 + 12 - 0 ! |
use getcwd(3) posix extension to avoid path_max macro |
0003 Disable local echo display when in input passwords C.patch | (download) |
CPP/7zip/UI/Console/UserInputUtils.cpp |
33 32 + 1 - 0 ! |
disable local echo display when in input passwords (closes: #1006238) |
0004 Use system locale to select codepage for legacy zip .patch | (download) |
CPP/7zip/Archive/Zip/ZipItem.cpp |
186 184 + 2 - 0 ! |
use system locale to select codepage for legacy zip archives |
0005 Add note for unexpected recursive operations behavio.patch | (download) |
CPP/7zip/UI/Console/Main.cpp |
4 4 + 0 - 0 ! |
add note for unexpected recursive operations behavior to usage text |
0006 Use c flags for asmc.patch | (download) |
CPP/7zip/7zip_gcc.mak |
2 1 + 1 - 0 ! |
use "-c" flags for asmc No needs to build executable files while in assembling. |
0007 Add fpic for Asmc options.patch | (download) |
CPP/7zip/7zip_gcc.mak |
2 1 + 1 - 0 ! |
add "-fpic" for asmc options Asmc author suggests this option: * https://github.com/nidud/asmc/issues/15#issuecomment-2554348661 |