[Forensics-changes] [exifprobe] branch debian updated (a70dfbc -> 33281f4)

Giovani Augusto Ferreira giovani at moszumanska.debian.org
Tue Aug 29 02:22:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

giovani pushed a change to branch debian
in repository exifprobe.

      from  a70dfbc   Import Debian patch 2.0.1-11
       new  6d6afdc   Import Upstream version 2.0.1+git20170416.3c2b769
       new  33281f4   Import Debian changes 2.0.1+git20170416.3c2b769-1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                   |   4 +
 .travis.yml                                  |  38 ++++++
 CHANGES_2.0                                  |  21 ++++
 LICENSE.EXIFPROBE                            |   5 +-
 Makefile                                     |   4 +-
 README.md                                    |  18 +++
 aux/dump_section.c                           |  16 +--
 aux/extract_section.c                        |   2 +-
 aux/findjpeg.c                               |   6 +-
 canon_extern.h                               |   2 +
 ciff.c                                       |   7 +-
 debian/changelog                             |  14 +++
 debian/control                               |   4 +-
 debian/copyright                             |   2 +-
 debian/patches/fix-issues-found-by-afl.patch |  67 -----------
 debian/patches/fix-makefile.patch            |  27 ++---
 debian/patches/fix_spelling_error.patch      |  52 ++++-----
 debian/patches/series                        |   1 -
 dngtags.h                                    |  60 ++++++++++
 interpret.c                                  |   5 +-
 jp2000.c                                     |   4 +-
 main.c                                       |  10 +-
 maker_agfa.c                                 |   5 +-
 maker_asahi.c                                |   5 +-
 maker_canon.c                                | 162 +++++++++++++++++++++++++-
 maker_casio.c                                |   3 +-
 maker_epson.c                                |   5 +-
 maker_fujifilm.c                             |  11 ++
 maker_generic.c                              |  19 +--
 maker_hp.c                                   |   1 +
 maker_kodak.c                                |   1 +
 maker_konica.c                               |   1 +
 maker_kyocera.c                              |   1 +
 maker_leica.c                                |   1 +
 maker_minolta.c                              |   5 +-
 maker_nikon.c                                |   9 +-
 maker_olympus.c                              |   7 +-
 maker_panasonic.c                            |   3 +
 maker_ricoh.c                                |   1 +
 maker_sanyo.c                                |   5 +-
 maker_sigma.c                                |   1 +
 maker_sony.c                                 |   1 +
 maker_template                               |   8 +-
 maker_toshiba.c                              |   1 +
 maker_traveler.c                             |   1 +
 misc.c                                       |  45 ++++++-
 misc.h                                       |   7 ++
 options.c                                    |   6 +-
 print.c                                      |  52 ++++++---
 print_maker.c                                |   3 +-
 private_tags.h                               |  21 +++-
 process.c                                    | 130 ++++++++++++++-------
 raf.c                                        |  17 +--
 readfile.c                                   |  30 +++--
 summary.h                                    |   1 +
 tagnames.c                                   |  80 ++++++++++++-
 version.h                                    |   4 +-
 win/README_WIN.txt                           |  52 +++++++++
 win/byteorder.h                              |   1 +
 win/comptime.c                               |   1 +
 win/exifprobe.sln                            |  20 ++++
 win/exifprobe.vcxproj                        | 134 +++++++++++++++++++++
 win/exifprobe.vcxproj.filters                | 168 +++++++++++++++++++++++++++
 win/exifprobe.vcxproj.user                   |   8 ++
 win/getopt.c                                 | 137 ++++++++++++++++++++++
 win/getopt.h                                 |  26 +++++
 win/snprintf.c                               |  16 +++
 4_SPACE_TABS => win/unistd.h                 |   0
 x3f.c                                        |  10 +-
 69 files changed, 1334 insertions(+), 261 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 create mode 100644 README.md
 delete mode 100644 debian/patches/fix-issues-found-by-afl.patch
 create mode 100644 win/README_WIN.txt
 create mode 100644 win/byteorder.h
 create mode 100644 win/comptime.c
 create mode 100644 win/exifprobe.sln
 create mode 100644 win/exifprobe.vcxproj
 create mode 100644 win/exifprobe.vcxproj.filters
 create mode 100644 win/exifprobe.vcxproj.user
 create mode 100644 win/getopt.c
 create mode 100644 win/getopt.h
 create mode 100644 win/snprintf.c
 copy 4_SPACE_TABS => win/unistd.h (100%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/exifprobe.git



More information about the forensics-changes mailing list