Bug 1257614: update git to a 2.8.0-rc3 for CVE-2016-2324, CVE-2016-2315; r=garndt

MozReview-Commit-ID: LTTWLMvfEXG

--HG--
extra : rebase_source : fbd85a0ddd709c4144aa18f3a6305552d356fec6
extra : source : 9f68e61f7c29ed9cf0f81d041a9d24fbb44b20ff
This commit is contained in:
Dustin J. Mitchell 2016-03-17 21:41:35 +00:00
parent 859ee0685f
commit 89fa2fba16
5 changed files with 11 additions and 9 deletions

View File

@ -1,4 +1,4 @@
FROM taskcluster/centos6-build:0.1.3
FROM taskcluster/centos6-build:0.1.4
MAINTAINER Dustin J. Mitchell <dustin@mozilla.com>
### update to latest from upstream repositories

View File

@ -1 +1 @@
0.1.3.20160222133000
0.1.4.20160317223000

View File

@ -1 +1 @@
0.1.3
0.1.4

View File

@ -330,18 +330,20 @@ EOF
# Git
cd $BUILD
# NOTE: rc builds are in https://www.kernel.org/pub/software/scm/git/testing/
tooltool_fetch <<'EOF'
[
{
"size": 3740620,
"digest": "ef7538c9f5ba5b2ac08962401c30e5fd51323b54b9fb5315d259adccec346e8fae9362815832dc2b5ce63a259b315c40e419bb2385dde04d84b992e62f6789b6",
"size": 3938976,
"visibility": "public",
"digest": "f31cedb6d7c813d5cc9f40daa54ec6b34b046b8ec1b7a09a37598637f747449147a22736e95e4388d1a29fd01d7974b82342114b91d63b9d5df163ea3659fe72",
"algorithm": "sha512",
"unpack": true,
"filename": "git-2.5.0.tar.xz"
"filename": "git-2.8.0.rc3.tar.xz",
"unpack": true
}
]
EOF
cd git-2.5.0
cd git-2.8.0.rc3
make configure
./configure --prefix=/usr --without-tcltk
make all install

View File

@ -1,4 +1,4 @@
FROM taskcluster/centos6-build-upd:0.1.3.20160222133000
FROM taskcluster/centos6-build-upd:0.1.4.20160317223000
MAINTAINER Dustin J. Mitchell <dustin@mozilla.com>
# Add build scripts; these are the entry points from the taskcluster worker, and