[Forensics-changes] [sleuthkit] branch debian updated (16bbeac -> 8c38962)

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Wed Jan 25 18:06:35 UTC 2017


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

eriberto pushed a change to branch debian
in repository sleuthkit.

      from  16bbeac   Import Debian patch 4.3.1-5
       new  508f24b   Import Upstream version 4.4.0
       new  8c38962   Import Debian changes 4.4.0-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                                         |   3 +
 Makefile.am                                        |   3 +-
 NEWS.txt                                           |   4 +
 bindings/java/jni/dataModel_SleuthkitJNI.cpp       | 125 ++++-
 bindings/java/jni/dataModel_SleuthkitJNI.h         |  31 +-
 .../sleuthkit/datamodel/BlackboardArtifact.java    |  31 +-
 .../src/org/sleuthkit/datamodel/Bundle.properties  |   1 +
 .../org/sleuthkit/datamodel/ContentVisitor.java    |  14 +
 .../src/org/sleuthkit/datamodel/Directory.java     |   2 +-
 .../java/src/org/sleuthkit/datamodel/File.java     |   2 +-
 .../src/org/sleuthkit/datamodel/FsContent.java     |  11 +-
 .../src/org/sleuthkit/datamodel/SlackFile.java     | 200 ++++++++
 .../src/org/sleuthkit/datamodel/SleuthkitCase.java | 280 ++++++++++-
 .../sleuthkit/datamodel/SleuthkitItemVisitor.java  |  14 +
 .../src/org/sleuthkit/datamodel/SleuthkitJNI.java  | 529 ++++++++++++---------
 .../java/src/org/sleuthkit/datamodel/TskData.java  |   1 +
 configure.ac                                       |   2 +-
 debian/changelog                                   |  11 +
 debian/libtsk13.symbols                            |  56 +--
 debian/patches/10_link-to-sqlite.patch             |  12 +-
 debian/rules                                       |   4 +-
 packages/sleuthkit.spec                            |   2 +-
 rejistry++/msvcpp/Rejistry++/Rejistry++.vcxproj    |   9 +-
 rejistry++/msvcpp/Rejistry/Rejistry.vcxproj        |   6 +-
 rejistry++/src/DBIndirectRecord.cpp                |   1 +
 release/release-unix.pl                            |   7 +-
 release/release-win.pl                             |   6 +-
 tools/hashtools/hfind.cpp                          |   4 +-
 tsk/Makefile.am                                    |   2 +-
 tsk/auto/Makefile.am                               |   2 +-
 tsk/auto/auto_db.cpp                               |  23 +-
 tsk/auto/db_postgresql.cpp                         |  64 ++-
 tsk/auto/db_sqlite.cpp                             |  66 ++-
 tsk/auto/is_image_supported.cpp                    |  63 +++
 tsk/auto/tsk_case_db.h                             |   7 +
 tsk/auto/tsk_db.h                                  |   3 +-
 tsk/auto/tsk_is_image_supported.h                  |  37 ++
 tsk/base/mymalloc.c                                |   4 +-
 tsk/base/tsk_base.h                                |   4 +-
 tsk/base/tsk_base_i.h                              |   3 +
 tsk/base/tsk_endian.c                              |  26 +
 tsk/base/tsk_os.h                                  |   2 +
 tsk/fs/exfatfs.c                                   |   2 +-
 tsk/fs/fs_name.c                                   |  10 +-
 tsk/fs/ntfs.c                                      |  36 +-
 tsk/fs/tsk_fs_i.h                                  |   2 +
 tsk/hashdb/binsrch_index.cpp                       |  22 +-
 tsk/hashdb/sqlite_hdb.cpp                          |   8 +-
 tsk/hashdb/tsk_hashdb.c                            |   6 +-
 tsk/img/img_types.c                                |   8 +-
 tsk/vs/gpt.c                                       | 148 ++++--
 tsk/vs/tsk_gpt.h                                   |   5 +
 tsk/vs/tsk_vs_i.h                                  |   4 +
 win32/BUILDING.txt                                 |  76 ++-
 win32/blkcalc/blkcalc.vcxproj                      |  60 ++-
 win32/blkcat/blkcat.vcxproj                        |  59 ++-
 win32/blkls/blkls.vcxproj                          |  59 ++-
 win32/blkstat/blkstat.vcxproj                      |  59 ++-
 .../callback-cpp-sample.vcxproj                    |  59 ++-
 win32/callback-sample/callback-sample.vcxproj      |  59 ++-
 win32/fcat/fcat.vcxproj                            |  59 ++-
 win32/ffind/ffind.vcxproj                          |  59 ++-
 win32/fls/fls.vcxproj                              |  59 ++-
 win32/fsstat/fsstat.vcxproj                        |  59 ++-
 win32/hfind/hfind.vcxproj                          |  59 ++-
 win32/icat/icat.vcxproj                            |  59 ++-
 win32/ifind/ifind.vcxproj                          |  59 ++-
 win32/ils/ils.vcxproj                              |  59 ++-
 win32/img_cat/img_cat.vcxproj                      |  59 ++-
 win32/img_stat/img_stat.vcxproj                    |  59 ++-
 win32/istat/istat.vcxproj                          |  59 ++-
 win32/jcat/jcat.vcxproj                            |  59 ++-
 win32/jls/jls.vcxproj                              |  59 ++-
 win32/libtsk/libtsk.vcxproj                        |  71 +--
 win32/libtsk/libtsk.vcxproj.filters                |   6 +
 win32/mmcat/mmcat.vcxproj                          |  59 ++-
 win32/mmls/mmls.vcxproj                            |  59 ++-
 win32/mmstat/mmstat.vcxproj                        |  59 ++-
 win32/posix-cpp-sample/posix-cpp-sample.vcxproj    |  59 ++-
 win32/posix-sample/posix-sample.vcxproj            |  59 ++-
 win32/tsk-win.sln                                  |   6 +-
 win32/tsk_comparedir/tsk_compare.vcxproj           |  47 +-
 win32/tsk_gettimes/tsk_gettimes.vcxproj            |  59 ++-
 win32/tsk_jni/tsk_jni.vcxproj                      |  83 ++--
 win32/tsk_loaddb/tsk_loaddb.vcxproj                |  47 +-
 win32/tsk_recover/tsk_recover.vcxproj              |  59 ++-
 86 files changed, 2632 insertions(+), 1167 deletions(-)
 create mode 100644 bindings/java/src/org/sleuthkit/datamodel/SlackFile.java
 create mode 100644 tsk/auto/is_image_supported.cpp
 create mode 100644 tsk/auto/tsk_is_image_supported.h

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



More information about the forensics-changes mailing list