[Forensics-changes] [afflib] branch master updated (535b711 -> fe3350e)

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Thu Oct 2 14:14:20 UTC 2014


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

eriberto pushed a change to branch master
in repository afflib.

      from  535b711   Merging upstream version 3.7.1.
      adds  7cc41ed   Adding upstream version 3.6.9.
      adds  8929f31   Adding upstream version 3.6.10.
      adds  c1510ee   Adding upstream version 3.6.11.
      adds  e3d04b5   Imported Upstream version 3.6.12
      adds  334dc94   Adding upstream version 3.6.15.
      adds  2ab51bd   Adding upstream version 3.7.1
       new  1247d6a   Imported Upstream version 3.7.4-dfsg.
       new  7ae3653   Merge branch 'upstream'
       new  fe3350e   Merging upstream version 3.7.4-dfsg.

The 3 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                                  |  98 ------
 ChangeLog                                   |   8 +
 INSTALL                                     |  16 +-
 Makefile.am                                 |  11 +-
 config.h.in                                 | 446 ----------------------------
 configure.ac                                |  27 +-
 lib/Makefile.am                             |   4 +-
 lib/aff_db.cpp                              |  14 +-
 lib/aff_toc.cpp                             |  96 +++++-
 lib/afflib.cpp                              |  55 ++--
 lib/afflib.h                                |  43 ++-
 lib/afflib_i.h                              |  33 +-
 lib/afflib_os.cpp                           |  14 +-
 lib/afflib_pages.cpp                        |  87 ++++--
 lib/afflib_stream.cpp                       | 103 +++----
 lib/afflib_util.cpp                         |   6 +-
 lib/aftest.cpp                              |  52 ++--
 lib/aftimer.h                               |  14 +-
 lib/base64.cpp                              |  12 +-
 lib/base64.h                                |   0
 lib/crypto.cpp                              |  68 ++---
 lib/lzma_glue.cpp                           |   8 +-
 lib/qemu/block-vmdk.c                       |  10 +-
 lib/qemu/block-vvfat.c                      |  12 +-
 lib/s3.cpp                                  |  16 +-
 lib/s3_glue.cpp                             |  28 +-
 lib/s3_glue.h                               |   4 +-
 lib/utils.cpp                               |   6 +-
 lib/vnode_afd.cpp                           |  48 +--
 lib/vnode_aff.cpp                           | 247 +++++++--------
 lib/vnode_afm.cpp                           |  20 +-
 lib/vnode_qemu.cpp                          |   6 +-
 lib/vnode_raw.cpp                           |  50 ++--
 lib/vnode_s3.cpp                            |  18 +-
 lib/vnode_split_raw.cpp                     |  32 +-
 lzma443/C/7zip/Archive/7z_C/makefile        |  55 ++++
 lzma443/C/7zip/Compress/LZMA_Alone/makefile | 100 +++++++
 lzma443/C/7zip/Compress/LZMA_C/makefile     |  43 +++
 tests/Makefile.am                           |   2 +-
 tests/encrypted.aff                         | Bin 0 -> 880 bytes
 tests/{encrypted.iso => encrypted.raw}      |   0
 tests/test_decryption.sh                    |   4 +-
 tools/Makefile.am                           |   2 +-
 tools/aff_bom.cpp                           |   5 +-
 tools/affinfo.cpp                           |  16 +-
 tools/test_afsegment.sh                     |   7 +-
 tools/test_crypto.sh                        |   2 +-
 tools/test_fatty.sh                         |   2 +-
 tools/test_passphrase.sh                    |   2 +-
 tools/test_recovery.sh                      |   4 +-
 tools/test_sealing.sh                       |   2 +-
 tools/test_signing.sh                       |  28 +-
 win32/affconfig.h                           |  68 +++++
 53 files changed, 965 insertions(+), 1089 deletions(-)
 delete mode 100644 .gitignore
 delete mode 100644 config.h.in
 mode change 100755 => 100644 lib/base64.cpp
 mode change 100755 => 100644 lib/base64.h
 create mode 100755 lzma443/C/7zip/Archive/7z_C/makefile
 create mode 100755 lzma443/C/7zip/Compress/LZMA_Alone/makefile
 create mode 100755 lzma443/C/7zip/Compress/LZMA_C/makefile
 create mode 100644 tests/encrypted.aff
 rename tests/{encrypted.iso => encrypted.raw} (100%)
 create mode 100755 win32/affconfig.h

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



More information about the forensics-changes mailing list