Repository: mesos
Updated Branches:
  refs/heads/master cacc1dbfc -> 2198b961d


Added bzip2, libarchive, and xz tarballs.

A subsequent commit will add libarchive to the build for all platforms
as well as modify the fetcher to use libarchive (instead of shelling
out to system binaries).

bzip2 and xz are being bundled for Windows only, as these utilities are
not commonly found on the Windows platform.
NOTE: The xz archive is modified from the original release to remove
files that are GNU GPL licensed, which are incompatible with the Apache
license.

Review: https://reviews.apache.org/r/67118/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/1eea7b5e
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/1eea7b5e
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/1eea7b5e

Branch: refs/heads/master
Commit: 1eea7b5e9f27ac8458a52c653b175e574e82f162
Parents: cacc1db
Author: John Kordich <[email protected]>
Authored: Tue May 29 15:22:33 2018 -0700
Committer: Joseph Wu <[email protected]>
Committed: Mon Jun 4 14:43:41 2018 -0700

----------------------------------------------------------------------
 3rdparty/bzip2-1.0.6.tar.gz       | Bin 0 -> 782025 bytes
 3rdparty/libarchive-3.3.2.tar.gz  | Bin 0 -> 6236562 bytes
 3rdparty/xz-5.2.3-modified.tar.gz | Bin 0 -> 250102 bytes
 3rdparty/xz.README.txt            |   4 ++++
 4 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/1eea7b5e/3rdparty/bzip2-1.0.6.tar.gz
----------------------------------------------------------------------
diff --git a/3rdparty/bzip2-1.0.6.tar.gz b/3rdparty/bzip2-1.0.6.tar.gz
new file mode 100644
index 0000000..e47e903
Binary files /dev/null and b/3rdparty/bzip2-1.0.6.tar.gz differ

http://git-wip-us.apache.org/repos/asf/mesos/blob/1eea7b5e/3rdparty/libarchive-3.3.2.tar.gz
----------------------------------------------------------------------
diff --git a/3rdparty/libarchive-3.3.2.tar.gz b/3rdparty/libarchive-3.3.2.tar.gz
new file mode 100644
index 0000000..beb1d21
Binary files /dev/null and b/3rdparty/libarchive-3.3.2.tar.gz differ

http://git-wip-us.apache.org/repos/asf/mesos/blob/1eea7b5e/3rdparty/xz-5.2.3-modified.tar.gz
----------------------------------------------------------------------
diff --git a/3rdparty/xz-5.2.3-modified.tar.gz 
b/3rdparty/xz-5.2.3-modified.tar.gz
new file mode 100644
index 0000000..a85c77d
Binary files /dev/null and b/3rdparty/xz-5.2.3-modified.tar.gz differ

http://git-wip-us.apache.org/repos/asf/mesos/blob/1eea7b5e/3rdparty/xz.README.txt
----------------------------------------------------------------------
diff --git a/3rdparty/xz.README.txt b/3rdparty/xz.README.txt
new file mode 100644
index 0000000..804e12d
--- /dev/null
+++ b/3rdparty/xz.README.txt
@@ -0,0 +1,4 @@
+The xz archive is modified to contain only the minimal files required
+to build on Windows.  The original archive contains several files with
+licenses that are incompatible with with the Apache License,
+and therefore, cannot be bundled into the project.

Reply via email to