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
This commit is contained in:
parent
99f68632af
commit
6737c15794
@ -1,6 +1,6 @@
|
|||||||
include_defs('//lib/maven.defs')
|
include_defs('//lib/maven.defs')
|
||||||
|
|
||||||
REPO = MAVEN_CENTRAL # Leave here even if set to MAVEN_CENTRAL.
|
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
|
DOC_VERS = VERS # Set to VERS unless using a snapshot
|
||||||
JGIT_DOC_URL="http://download.eclipse.org/jgit/site/" + DOC_VERS + "/apidocs"
|
JGIT_DOC_URL="http://download.eclipse.org/jgit/site/" + DOC_VERS + "/apidocs"
|
||||||
|
@ -4,7 +4,7 @@ include_defs('//lib/JGIT_VERSION')
|
|||||||
maven_jar(
|
maven_jar(
|
||||||
name = 'jgit-archive',
|
name = 'jgit-archive',
|
||||||
id = 'org.eclipse.jgit:org.eclipse.jgit.archive:' + VERS,
|
id = 'org.eclipse.jgit:org.eclipse.jgit.archive:' + VERS,
|
||||||
sha1 = 'a804e89f0323769d672c70cecf892bd245b8e50e',
|
sha1 = 'd70270a355e8582c21a74c34fae0dfec4b641632',
|
||||||
license = 'jgit',
|
license = 'jgit',
|
||||||
repository = REPO,
|
repository = REPO,
|
||||||
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
|
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
|
||||||
|
@ -4,7 +4,7 @@ include_defs('//lib/JGIT_VERSION')
|
|||||||
maven_jar(
|
maven_jar(
|
||||||
name = 'jgit-servlet',
|
name = 'jgit-servlet',
|
||||||
id = 'org.eclipse.jgit:org.eclipse.jgit.http.server:' + VERS,
|
id = 'org.eclipse.jgit:org.eclipse.jgit.http.server:' + VERS,
|
||||||
sha1 = 'a3a64886a85ffe1a8d59231413dcfa35bb2fa79c',
|
sha1 = '04cf57795ffd2a577a20746f9c6a0b0922438dd9',
|
||||||
license = 'jgit',
|
license = 'jgit',
|
||||||
repository = REPO,
|
repository = REPO,
|
||||||
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
|
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
|
||||||
|
@ -4,7 +4,7 @@ include_defs('//lib/JGIT_VERSION')
|
|||||||
maven_jar(
|
maven_jar(
|
||||||
name = 'junit',
|
name = 'junit',
|
||||||
id = 'org.eclipse.jgit:org.eclipse.jgit.junit:' + VERS,
|
id = 'org.eclipse.jgit:org.eclipse.jgit.junit:' + VERS,
|
||||||
sha1 = '3d953a327cda2b268a560b59c224a5f4d9dbd956',
|
sha1 = '5eaebfd74c106ac5cbee9e4303f19165812f23c6',
|
||||||
license = 'DO_NOT_DISTRIBUTE',
|
license = 'DO_NOT_DISTRIBUTE',
|
||||||
repository = REPO,
|
repository = REPO,
|
||||||
unsign = True,
|
unsign = True,
|
||||||
|
@ -4,8 +4,8 @@ include_defs('//lib/JGIT_VERSION')
|
|||||||
maven_jar(
|
maven_jar(
|
||||||
name = 'jgit',
|
name = 'jgit',
|
||||||
id = 'org.eclipse.jgit:org.eclipse.jgit:' + VERS,
|
id = 'org.eclipse.jgit:org.eclipse.jgit:' + VERS,
|
||||||
bin_sha1 = '6ce6464c427ea86bff2f9787be72387eb8e33aa4',
|
bin_sha1 = '01352ebdefb10aab661b97413f651bd6ca3766ce',
|
||||||
src_sha1 = 'fa948f2fbf38e5af31acad17bedbe466a7ddb726',
|
src_sha1 = 'ad713d18ed0fa71279b002e2c1340a35dfbefee7',
|
||||||
license = 'jgit',
|
license = 'jgit',
|
||||||
repository = REPO,
|
repository = REPO,
|
||||||
unsign = True,
|
unsign = True,
|
||||||
|
Loading…
Reference in New Issue
Block a user