Package: exifprobe / 2.0.1+git20170416.3c2b769-5

Metadata

Package Version Patches format
exifprobe 2.0.1+git20170416.3c2b769-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
001 Issue 15 Ensure all function prototypes are availabl.patch | (download)

ciff.c | 2 2 + 0 - 0 !
jp2000.c | 2 2 + 0 - 0 !
misc.c | 2 2 + 0 - 0 !
options.c | 2 2 + 0 - 0 !
print.c | 2 2 + 0 - 0 !
readfile.c | 1 1 + 0 - 0 !
tagnames.c | 2 2 + 0 - 0 !
7 files changed, 13 insertions(+)

 issue #15 - ensure all function prototypes are available

- This should fix strdup() return garbage when sizeof(void*) > 4

https://github.com/hfiguiere/exifprobe/issues/15

002 fix exifgrep.patch | (download)

exifgrep | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 makes exifgrep to escape patterns
003 fix manpages.patch | (download)

exifgrep.1 | 10 5 + 5 - 0 !
exifprobe.1 | 24 12 + 12 - 0 !
2 files changed, 17 insertions(+), 17 deletions(-)

 fix some mistakes in manpages.
004 fix spelling error.patch | (download)

maker_agfa.c | 2 1 + 1 - 0 !
maker_epson.c | 2 1 + 1 - 0 !
maker_minolta.c | 2 1 + 1 - 0 !
maker_olympus.c | 2 1 + 1 - 0 !
maker_sanyo.c | 2 1 + 1 - 0 !
misc.c | 2 1 + 1 - 0 !
6 files changed, 6 insertions(+), 6 deletions(-)

 fix a spelling error in some files.
005 add byteorder.patch | (download)

byteorder.h | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add the byteorder.h file.
006 fix makefile.patch | (download)

Makefile | 25 14 + 11 - 0 !
1 file changed, 14 insertions(+), 11 deletions(-)

 makes makefile compliant with debian and add gcc hardening.
007 fix embed build time.patch | (download)

mkcomptime | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 fix an embed build time created by mkcomptime script.