Package: 7zip / 24.09+dfsg-8

Metadata

Package Version Patches format
7zip 24.09+dfsg-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Accept Debian build flags.patch | (download)

CPP/7zip/7zip_gcc.mak | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 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 !
1 file changed, 1 insertion(+), 12 deletions(-)

 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 !
CPP/Common/StdInStream.h | 3 3 + 0 - 0 !
2 files changed, 35 insertions(+), 1 deletion(-)

 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 !
1 file changed, 184 insertions(+), 2 deletions(-)

 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 !
1 file changed, 4 insertions(+)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add "-fpic" for asmc options

Asmc author suggests this option:
* https://github.com/nidud/asmc/issues/15#issuecomment-2554348661