[Forensics-changes] [sleuthkit] branch debian updated (a8cf997 -> 5f931f9)

Hilko Bengen bengen at moszumanska.debian.org
Fri Aug 11 21:45:22 UTC 2017


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

bengen pushed a change to branch debian
in repository sleuthkit.

      from  a8cf997   4.4.0-6
       new  7e8b1da   New upstream version 4.4.1
       new  8ca2ec4   New upstream version 4.4.2
       new  ad13600   Updated version 4.4.2 from 'upstream/4.4.2'
       new  b44a566   Drop fix-spelling and link-to-sqlite patches
       new  21837eb   Mark private APIs private, after explanation in https://github.com/sleuthkit/sleuthkit/issues/889)
       new  5f931f9   4.4.2-1

The 6 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:
 .gitattributes                                     |    1 +
 .gitignore                                         |    1 -
 .travis.yml                                        |    2 +
 Makefile.am                                        |    2 +-
 NEWS.txt                                           |   40 +-
 README.md                                          |    4 +
 bindings/java/doxygen/Doxyfile                     |    4 +-
 bindings/java/doxygen/docs/jni-docs/.gitignore     |    4 +
 .../java/doxygen/insert_and_update_database.dox    |    6 +-
 bindings/java/jni/dataModel_SleuthkitJNI.cpp       |  225 +-
 bindings/java/jni/dataModel_SleuthkitJNI.h         |   36 +-
 .../org/sleuthkit/datamodel/AbstractContent.java   |    2 +-
 .../src/org/sleuthkit/datamodel/AbstractFile.java  |   18 +-
 .../sleuthkit/datamodel/BlackboardArtifact.java    | 1040 +++++----
 .../sleuthkit/datamodel/BlackboardAttribute.java   | 2373 ++++++++++----------
 .../src/org/sleuthkit/datamodel/Bundle.properties  |    2 +
 .../org/sleuthkit/datamodel/Examples/Sample.java   |    2 +-
 .../src/org/sleuthkit/datamodel/FsContent.java     |   22 +-
 .../java/src/org/sleuthkit/datamodel/Image.java    |   29 +-
 .../src/org/sleuthkit/datamodel/SlackFile.java     |   32 +-
 .../src/org/sleuthkit/datamodel/SleuthkitCase.java |  981 +++++---
 .../src/org/sleuthkit/datamodel/SleuthkitJNI.java  |  297 ++-
 .../test/org/sleuthkit/datamodel/BottomUpTest.java |    2 +-
 .../sleuthkit/datamodel/DataModelTestSuite.java    |    2 +-
 configure.ac                                       |   23 +-
 debian/changelog                                   |   10 +
 debian/libtsk13.symbols                            |  189 +-
 debian/libtsk13.symbols.32bit                      |    9 -
 debian/libtsk13.symbols.64bit                      |    3 -
 debian/libtsk13.symbols.internal                   |  211 ++
 debian/patches/10_link-to-sqlite.patch             |   19 -
 debian/patches/20_fix-spelling-errors.patch        |   95 -
 debian/patches/30_fix-manpages.patch               |  129 +-
 debian/patches/40_no-static-ldflags.patch          |   34 +-
 debian/patches/50_disable-ant-clean.patch          |   20 +-
 debian/patches/60_fix-FTBFS-HURD.patch             |   18 +-
 debian/patches/series                              |    2 -
 .../mingw-libgnurx-2.5.1/regcomp.c                 |    4 +-
 .../mingw-libgnurx-2.5.1/regex_internal.c          |    6 +-
 .../InterestingFilesModule.cpp                     |    2 +-
 framework/modules/c_SummaryReportModule/NEWS.txt   |    2 +-
 framework/tsk/framework/extraction/TskAutoImpl.h   |    4 +-
 .../extraction/TskCarvePrepSectorConcat.cpp        |    4 +-
 framework/tsk/framework/pipeline/TskModule.h       |    2 +-
 .../tsk/framework/services/TskImgDBPostgreSQL.cpp  |    2 +-
 .../tsk/framework/services/TskImgDBSqlite.cpp      |    4 +-
 framework/tsk/framework/services/TskImgDBSqlite.h  |    7 +-
 man/Makefile.am                                    |    2 +-
 man/{jls.1 => usnjls.1}                            |   32 +-
 packages/sleuthkit.spec                            |    2 +-
 rejistry++/src/RegistryByteBuffer.cpp              |    8 +
 release/VS2010_cygwin.bat                          |   10 +
 release/VS2015_cygwin.bat                          |    9 +
 release/release-unix.pl                            |   31 +-
 release/release-win.pl                             |   40 +-
 tools/fiwalk/src/content.cpp                       |    2 +-
 tools/fiwalk/src/fiwalk_tsk.cpp                    |   15 +-
 tools/fstools/Makefile.am                          |    9 +-
 tools/fstools/fls.cpp                              |    8 +-
 tools/fstools/{jls.cpp => usnjls.cpp}              |  161 +-
 tools/sorter/sorter.base                           |    2 +-
 tsk/Makefile.am                                    |    2 +-
 tsk/auto/Makefile.am                               |   10 +-
 tsk/auto/auto.cpp                                  |   84 +-
 tsk/auto/auto_db.cpp                               |  197 +-
 tsk/auto/db_postgresql.cpp                         |  155 +-
 tsk/auto/db_sqlite.cpp                             |   50 +-
 tsk/auto/tsk_auto.h                                |   13 +
 tsk/auto/tsk_case_db.h                             |    8 +-
 tsk/auto/tsk_db.h                                  |    2 +-
 tsk/auto/tsk_db_sqlite.h                           |    7 +-
 tsk/base/crc.h                                     |    2 +-
 tsk/base/md5c.c                                    |    2 +-
 tsk/base/mymalloc.c                                |    2 +-
 tsk/base/sha1c.c                                   |    2 +-
 tsk/base/tsk_base.h                                |    6 +-
 tsk/base/tsk_base_i.h                              |    2 +-
 tsk/base/tsk_error.c                               |    2 +-
 tsk/base/tsk_unicode.c                             |    8 +-
 tsk/docs/auto.dox                                  |    2 +-
 tsk/docs/cpp.dox                                   |    2 +-
 tsk/fs/Makefile.am                                 |    4 +-
 tsk/fs/exfatfs_dent.c                              |  100 +-
 tsk/fs/exfatfs_meta.c                              |   43 +-
 tsk/fs/ext2fs.c                                    |    7 +
 tsk/fs/ext2fs_dent.c                               |    4 +-
 tsk/fs/fatfs.c                                     |    6 +-
 tsk/fs/fatfs_dent.cpp                              |    6 +-
 tsk/fs/fatfs_utils.c                               |   50 +-
 tsk/fs/fatxxfs.c                                   |    4 +-
 tsk/fs/fatxxfs_meta.c                              |    2 +-
 tsk/fs/ffs.c                                       |    2 +-
 tsk/fs/ffs_dent.c                                  |    4 +-
 tsk/fs/fs_attr.c                                   |    6 +-
 tsk/fs/fs_dir.c                                    |  120 +-
 tsk/fs/fs_file.c                                   |    4 +-
 tsk/fs/fs_io.c                                     |    2 +-
 tsk/fs/fs_open.c                                   |  174 +-
 tsk/fs/hfs.c                                       |   57 +-
 tsk/fs/hfs_dent.c                                  |    4 +-
 tsk/fs/ifind_lib.c                                 |    4 +-
 tsk/fs/iso9660.c                                   |   19 +-
 tsk/fs/iso9660_dent.c                              |    8 +-
 tsk/fs/ntfs.c                                      |  127 +-
 tsk/fs/ntfs_dent.cpp                               |   32 +-
 tsk/fs/tsk_exfatfs.h                               |   24 +-
 tsk/fs/tsk_fatxxfs.h                               |    2 +-
 tsk/fs/tsk_fs.h                                    |  461 ++--
 tsk/fs/tsk_fs_i.h                                  |   54 +-
 tsk/fs/tsk_hfs.h                                   |    2 +-
 tsk/fs/tsk_iso9660.h                               |    5 +-
 tsk/fs/tsk_ntfs.h                                  |  131 +-
 tsk/fs/unix_misc.c                                 |   25 +-
 tsk/fs/usn_journal.c                               |  324 +++
 tsk/fs/usnjls_lib.c                                |  330 +++
 tsk/fs/yaffs.cpp                                   |   29 +-
 tsk/hashdb/binsrch_index.cpp                       |    4 +-
 tsk/hashdb/encase.c                                |    2 +-
 tsk/hashdb/hashkeeper.c                            |    2 +-
 tsk/hashdb/hdb_base.c                              |    4 +-
 tsk/hashdb/md5sum.c                                |    2 +-
 tsk/hashdb/nsrl.c                                  |    2 +-
 tsk/hashdb/sqlite_hdb.cpp                          |   23 +-
 tsk/hashdb/tsk_hashdb.c                            |    2 +-
 tsk/hashdb/tsk_hashdb.h                            |   18 -
 tsk/img/Makefile.am                                |    2 +-
 tsk/img/aff.c                                      |   24 +
 tsk/img/ewf.c                                      |   56 +-
 tsk/img/ewf.h                                      |    2 -
 tsk/img/img_open.c                                 |   53 +-
 tsk/img/img_writer.cpp                             |  742 ++++++
 tsk/img/img_writer.h                               |   68 +
 tsk/img/raw.c                                      |  114 +-
 tsk/img/raw.h                                      |    5 +-
 tsk/img/tsk_img.h                                  |    4 +
 tsk/img/tsk_img_i.h                                |    3 -
 tsk/img/vhd.c                                      |   20 +-
 tsk/img/vhd.h                                      |    2 -
 tsk/img/vmdk.c                                     |   18 +-
 tsk/img/vmdk.h                                     |    2 -
 tsk/tsk_config.h.in                                |   12 +-
 tsk/vs/bsd.c                                       |    2 +-
 tsk/vs/dos.c                                       |    4 +-
 tsk/vs/gpt.c                                       |    4 +-
 tsk/vs/mac.c                                       |    2 +-
 tsk/vs/mm_open.c                                   |   69 +-
 tsk/vs/mm_part.c                                   |   10 +-
 tsk/vs/sun.c                                       |    2 +-
 tsk/vs/tsk_vs.h                                    |    1 +
 unit_tests/base/test_base.cpp                      |    4 +-
 win32/libtsk/libtsk.vcxproj                        |    2 +
 win32/libtsk/libtsk.vcxproj.filters                |    6 +
 win32/updateBuildLibs.py                           |  298 +++
 153 files changed, 6939 insertions(+), 3642 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 bindings/java/doxygen/docs/jni-docs/.gitignore
 create mode 100644 debian/libtsk13.symbols.internal
 delete mode 100644 debian/patches/10_link-to-sqlite.patch
 delete mode 100644 debian/patches/20_fix-spelling-errors.patch
 copy man/{jls.1 => usnjls.1} (53%)
 create mode 100755 release/VS2010_cygwin.bat
 create mode 100755 release/VS2015_cygwin.bat
 copy tools/fstools/{jls.cpp => usnjls.cpp} (51%)
 create mode 100644 tsk/fs/usn_journal.c
 create mode 100644 tsk/fs/usnjls_lib.c
 create mode 100644 tsk/img/img_writer.cpp
 create mode 100644 tsk/img/img_writer.h
 create mode 100644 win32/updateBuildLibs.py

-- 
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