From 6737c15794d08855b9e8c191fa23d4220f5e4171 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Sun, 9 Apr 2017 12:51:26 +0900 Subject: [PATCH] Upgrade JGit to 4.5.2.201704071617-r This includes more fixes for handling of invalid packfiles. See JGit bug 514170 [1] for details. [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=514170 Change-Id: I5de2fedee90c600abb1bc78fdda6e215f1ddc291 --- lib/JGIT_VERSION | 2 +- lib/jgit/org.eclipse.jgit.archive/BUCK | 2 +- lib/jgit/org.eclipse.jgit.http.server/BUCK | 2 +- lib/jgit/org.eclipse.jgit.junit/BUCK | 2 +- lib/jgit/org.eclipse.jgit/BUCK | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/JGIT_VERSION b/lib/JGIT_VERSION index 133af5b6a5..abd06f33ef 100644 --- a/lib/JGIT_VERSION +++ b/lib/JGIT_VERSION @@ -1,6 +1,6 @@ include_defs('//lib/maven.defs') REPO = MAVEN_CENTRAL # Leave here even if set to MAVEN_CENTRAL. -VERS = '4.5.1.201703201650-r' +VERS = '4.5.2.201704071617-r' DOC_VERS = VERS # Set to VERS unless using a snapshot JGIT_DOC_URL="http://download.eclipse.org/jgit/site/" + DOC_VERS + "/apidocs" diff --git a/lib/jgit/org.eclipse.jgit.archive/BUCK b/lib/jgit/org.eclipse.jgit.archive/BUCK index aa21199d3f..ab95e2a189 100644 --- a/lib/jgit/org.eclipse.jgit.archive/BUCK +++ b/lib/jgit/org.eclipse.jgit.archive/BUCK @@ -4,7 +4,7 @@ include_defs('//lib/JGIT_VERSION') maven_jar( name = 'jgit-archive', id = 'org.eclipse.jgit:org.eclipse.jgit.archive:' + VERS, - sha1 = 'a804e89f0323769d672c70cecf892bd245b8e50e', + sha1 = 'd70270a355e8582c21a74c34fae0dfec4b641632', license = 'jgit', repository = REPO, deps = ['//lib/jgit/org.eclipse.jgit:jgit'], diff --git a/lib/jgit/org.eclipse.jgit.http.server/BUCK b/lib/jgit/org.eclipse.jgit.http.server/BUCK index 63e26e94bb..c157becc13 100644 --- a/lib/jgit/org.eclipse.jgit.http.server/BUCK +++ b/lib/jgit/org.eclipse.jgit.http.server/BUCK @@ -4,7 +4,7 @@ include_defs('//lib/JGIT_VERSION') maven_jar( name = 'jgit-servlet', id = 'org.eclipse.jgit:org.eclipse.jgit.http.server:' + VERS, - sha1 = 'a3a64886a85ffe1a8d59231413dcfa35bb2fa79c', + sha1 = '04cf57795ffd2a577a20746f9c6a0b0922438dd9', license = 'jgit', repository = REPO, deps = ['//lib/jgit/org.eclipse.jgit:jgit'], diff --git a/lib/jgit/org.eclipse.jgit.junit/BUCK b/lib/jgit/org.eclipse.jgit.junit/BUCK index dda654dd65..043fe6215d 100644 --- a/lib/jgit/org.eclipse.jgit.junit/BUCK +++ b/lib/jgit/org.eclipse.jgit.junit/BUCK @@ -4,7 +4,7 @@ include_defs('//lib/JGIT_VERSION') maven_jar( name = 'junit', id = 'org.eclipse.jgit:org.eclipse.jgit.junit:' + VERS, - sha1 = '3d953a327cda2b268a560b59c224a5f4d9dbd956', + sha1 = '5eaebfd74c106ac5cbee9e4303f19165812f23c6', license = 'DO_NOT_DISTRIBUTE', repository = REPO, unsign = True, diff --git a/lib/jgit/org.eclipse.jgit/BUCK b/lib/jgit/org.eclipse.jgit/BUCK index 812091dfa3..a0c3faed90 100644 --- a/lib/jgit/org.eclipse.jgit/BUCK +++ b/lib/jgit/org.eclipse.jgit/BUCK @@ -4,8 +4,8 @@ include_defs('//lib/JGIT_VERSION') maven_jar( name = 'jgit', id = 'org.eclipse.jgit:org.eclipse.jgit:' + VERS, - bin_sha1 = '6ce6464c427ea86bff2f9787be72387eb8e33aa4', - src_sha1 = 'fa948f2fbf38e5af31acad17bedbe466a7ddb726', + bin_sha1 = '01352ebdefb10aab661b97413f651bd6ca3766ce', + src_sha1 = 'ad713d18ed0fa71279b002e2c1340a35dfbefee7', license = 'jgit', repository = REPO, unsign = True,