[Cmake-commits] CMake branch, master, updated. v3.5.2-591-g858aa5f

Brad King brad.king at kitware.com
Wed May 4 10:25:21 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  858aa5f9af8bdf096f6985eda468903ca266dc8f (commit)
       via  59d28b2849b13ca275b28d5f8b689b28dae4ac28 (commit)
       via  fa425910b7932ff8c716ae6c2dfe67f79488e4e7 (commit)
       via  e9bc469b2abcd0ad4cb3ad4bfefbc5ef1f559c1b (commit)
       via  db9c40b4f5c9e1aadfe11c89040bad1e3b386162 (commit)
       via  b2675cde5fa202d6dd9628b71a57c988a479979d (commit)
       via  501345e470bb9c5b0cb61aff84bd50ffdd95b92d (commit)
       via  91e6da10eb8b9bfd046472cd06382b13f7b47fe3 (commit)
       via  fc8fc40f0a00830ab17faf8f86ef06d622eb1b77 (commit)
      from  cc4626430742fce1f5ea1bcecb1b961ca37513f3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=858aa5f9af8bdf096f6985eda468903ca266dc8f
commit 858aa5f9af8bdf096f6985eda468903ca266dc8f
Merge: cc46264 59d28b2
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed May 4 10:25:19 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed May 4 10:25:19 2016 -0400

    Merge topic 'update-libarchive'
    
    59d28b28 libarchive: Drop early use of crypto library
    fa425910 Utilities/Release: Define NTDDI_VERSION for Windows binaries
    e9bc469b Merge branch 'upstream-LibArchive' into update-libarchive
    db9c40b4 Merge branch 'upstream-LibArchive' into update-libarchive
    b2675cde libarchive: Remove CMake-specific README
    501345e4 LibArchive 2016-04-30 (167e97be)
    91e6da10 Add script to update LibArchive from upstream
    fc8fc40f LibArchive 2015-10-21 (3bfe5f1f)


-----------------------------------------------------------------------

Summary of changes:
 Utilities/Release/win32_release.cmake              |    2 +-
 Utilities/Release/win64_release.cmake              |    2 +-
 Utilities/Scripts/update-libarchive.bash           |   31 ++++++
 Utilities/cmlibarchive/CMakeLists.txt              |   31 ++++--
 Utilities/cmlibarchive/README-CMake.txt            |   66 -----------
 Utilities/cmlibarchive/build/cmake/config.h.in     |   34 +++++-
 Utilities/cmlibarchive/build/version               |    2 +-
 Utilities/cmlibarchive/libarchive/CMakeLists.txt   |    1 +
 Utilities/cmlibarchive/libarchive/archive.h        |   20 +++-
 .../cmlibarchive/libarchive/archive_cryptor.c      |   15 ++-
 .../libarchive/archive_cryptor_private.h           |   13 ++-
 Utilities/cmlibarchive/libarchive/archive_entry.h  |    7 +-
 .../libarchive/archive_entry_copy_stat.c           |    4 +
 .../cmlibarchive/libarchive/archive_getdate.c      |    4 +-
 ...{archive_random_private.h => archive_getdate.h} |   15 ++-
 Utilities/cmlibarchive/libarchive/archive_hmac.c   |   16 ++-
 .../cmlibarchive/libarchive/archive_hmac_private.h |   13 ++-
 Utilities/cmlibarchive/libarchive/archive_match.c  |    2 +-
 .../cmlibarchive/libarchive/archive_options.c      |    6 +-
 .../cmlibarchive/libarchive/archive_platform.h     |   15 +++
 Utilities/cmlibarchive/libarchive/archive_read.c   |    8 +-
 .../libarchive/archive_read_disk_entry_from_file.c |   30 ++++-
 .../libarchive/archive_read_disk_posix.c           |   35 +++++-
 .../cmlibarchive/libarchive/archive_read_filter.3  |    6 +
 .../libarchive/archive_read_open_file.c            |   10 +-
 .../libarchive/archive_read_open_filename.c        |    2 +-
 .../libarchive/archive_read_support_filter_lz4.c   |    9 ++
 .../libarchive/archive_read_support_format_mtree.c |   73 +++++++------
 .../libarchive/archive_read_support_format_rar.c   |   45 +++++---
 .../libarchive/archive_read_support_format_warc.c  |   19 ++--
 .../libarchive/archive_read_support_format_xar.c   |   23 ++--
 .../libarchive/archive_read_support_format_zip.c   |   89 +++++++++++++--
 Utilities/cmlibarchive/libarchive/archive_string.c |    3 +-
 Utilities/cmlibarchive/libarchive/archive_util.c   |   76 ++++++++++---
 .../libarchive/archive_write_add_filter_bzip2.c    |    2 +-
 .../libarchive/archive_write_add_filter_grzip.c    |    2 +-
 .../libarchive/archive_write_add_filter_gzip.c     |    2 +-
 .../libarchive/archive_write_add_filter_lrzip.c    |    2 +-
 .../libarchive/archive_write_add_filter_lz4.c      |  109 +++++++++++++++----
 .../libarchive/archive_write_add_filter_lzop.c     |    2 +-
 .../libarchive/archive_write_add_filter_program.c  |   16 +--
 .../libarchive/archive_write_disk_posix.c          |    6 +
 .../cmlibarchive/libarchive/archive_write_filter.3 |   17 ++-
 .../cmlibarchive/libarchive/archive_write_format.3 |  115 +++++++++++++++-----
 .../libarchive/archive_write_private.h             |    2 +-
 .../libarchive/archive_write_set_format_7zip.c     |    4 +
 .../libarchive/archive_write_set_format_pax.c      |   37 ++++---
 .../libarchive/archive_write_set_format_warc.c     |   28 +++--
 .../libarchive/archive_write_set_format_xar.c      |    5 +
 .../libarchive/archive_write_set_format_zip.c      |   46 ++++----
 .../libarchive/archive_write_set_options.3         |   17 +--
 .../cmlibarchive/libarchive/libarchive-formats.5   |   55 ++++++++--
 Utilities/cmlibarchive/libarchive/xxhash.c         |   20 +++-
 53 files changed, 869 insertions(+), 345 deletions(-)
 create mode 100755 Utilities/Scripts/update-libarchive.bash
 delete mode 100644 Utilities/cmlibarchive/README-CMake.txt
 copy Utilities/cmlibarchive/libarchive/{archive_random_private.h => archive_getdate.h} (84%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list