Package: scalpel / 1.60+git20240110.6960eb2-1

Metadata

Package Version Patches format
scalpel 1.60+git20240110.6960eb2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
010_add GCC hardening.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add gcc hardening to makefile.
020_fix config.patch | (download)

scalpel.c | 4 2 + 2 - 0 !
scalpel.h | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 make /etc/scalpel the default path to config file.
030_improve error message.patch | (download)

helpers.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 improve the error message about the configuration file.
040_fix spelling.patch | (download)

files.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix a spelling error in final binary.
050_fix jpg remove spaces.patch | (download)

scalpel.conf | 89 45 + 44 - 0 !
1 file changed, 45 insertions(+), 44 deletions(-)

 fix the jpg recovery. thanks to isaac schemm. (closes: #631850)
             Remove some extra blank spaces and tabs.
070_fix cross compilation | (download)

Makefile | 13 6 + 7 - 0 !
1 file changed, 6 insertions(+), 7 deletions(-)

 correct handling of cflags. thanks to helmut grohne (closes: #980064)
             Modify upstream Makefile to *not* combine CFLAGS into CC, which gets
	     overridden by dh_auto_build and causes cross cross-compilation errors.