Browse Source
to consume fix for vulnerability [1] in Apache commons compress which is fixed in version 1.18. [1] CVE-2018-1324 CQ: 18320 Change-Id: I01e435fda834bbb22892a1cfba411d0196d7de17 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>stable-5.2
Matthias Sohn
6 years ago
13 changed files with 34 additions and 34 deletions
@ -1,7 +1,7 @@ |
|||||||
target "jgit-4.9-staging" with source configurePhase |
target "jgit-4.9-staging" with source configurePhase |
||||||
|
|
||||||
include "projects/jetty-9.4.11.tpd" |
include "projects/jetty-9.4.11.tpd" |
||||||
include "orbit/S20181120221132-2018-12.tpd" |
include "orbit/I20181128011035-2018-12.tpd" |
||||||
|
|
||||||
location "http://download.eclipse.org/staging/2018-12/" { |
location "http://download.eclipse.org/staging/2018-12/" { |
||||||
org.eclipse.osgi lazy |
org.eclipse.osgi lazy |
||||||
|
@ -1,7 +1,7 @@ |
|||||||
target "jgit-4.5" with source configurePhase |
target "jgit-4.5" with source configurePhase |
||||||
|
|
||||||
include "projects/jetty-9.4.11.tpd" |
include "projects/jetty-9.4.11.tpd" |
||||||
include "orbit/S20181120221132-2018-12.tpd" |
include "orbit/I20181128011035-2018-12.tpd" |
||||||
|
|
||||||
location "http://download.eclipse.org/releases/mars/" { |
location "http://download.eclipse.org/releases/mars/" { |
||||||
org.eclipse.osgi lazy |
org.eclipse.osgi lazy |
||||||
|
@ -1,7 +1,7 @@ |
|||||||
target "jgit-4.6" with source configurePhase |
target "jgit-4.6" with source configurePhase |
||||||
|
|
||||||
include "projects/jetty-9.4.11.tpd" |
include "projects/jetty-9.4.11.tpd" |
||||||
include "orbit/S20181120221132-2018-12.tpd" |
include "orbit/I20181128011035-2018-12.tpd" |
||||||
|
|
||||||
location "http://download.eclipse.org/releases/neon/" { |
location "http://download.eclipse.org/releases/neon/" { |
||||||
org.eclipse.osgi lazy |
org.eclipse.osgi lazy |
||||||
|
@ -1,7 +1,7 @@ |
|||||||
target "jgit-4.9" with source configurePhase |
target "jgit-4.9" with source configurePhase |
||||||
|
|
||||||
include "projects/jetty-9.4.11.tpd" |
include "projects/jetty-9.4.11.tpd" |
||||||
include "orbit/S20181120221132-2018-12.tpd" |
include "orbit/I20181128011035-2018-12.tpd" |
||||||
|
|
||||||
location "http://download.eclipse.org/releases/2018-09/" { |
location "http://download.eclipse.org/releases/2018-09/" { |
||||||
org.eclipse.osgi lazy |
org.eclipse.osgi lazy |
||||||
|
@ -1,13 +1,13 @@ |
|||||||
target "S20181120221132-2018-12" with source configurePhase |
target "I20181128011035-2018-12" with source configurePhase |
||||||
// see http://download.eclipse.org/tools/orbit/downloads/ |
// see http://download.eclipse.org/tools/orbit/downloads/ |
||||||
|
|
||||||
location "http://download.eclipse.org/tools/orbit/downloads/drops/S20181120221132/repository" { |
location "http://download.eclipse.org/tools/orbit/downloads/drops/I20181128011035/repository" { |
||||||
org.apache.ant [1.10.5.v20180808-0324,1.10.5.v20180808-0324] |
org.apache.ant [1.10.5.v20180808-0324,1.10.5.v20180808-0324] |
||||||
org.apache.ant.source [1.10.5.v20180808-0324,1.10.5.v20180808-0324] |
org.apache.ant.source [1.10.5.v20180808-0324,1.10.5.v20180808-0324] |
||||||
org.apache.commons.codec [1.10.0.v20180409-1845,1.10.0.v20180409-1845] |
org.apache.commons.codec [1.10.0.v20180409-1845,1.10.0.v20180409-1845] |
||||||
org.apache.commons.codec.source [1.10.0.v20180409-1845,1.10.0.v20180409-1845] |
org.apache.commons.codec.source [1.10.0.v20180409-1845,1.10.0.v20180409-1845] |
||||||
org.apache.commons.compress [1.15.0.v20180119-1613,1.15.0.v20180119-1613] |
org.apache.commons.compress [1.18.0.v20181121-2221,1.18.0.v20181121-2221] |
||||||
org.apache.commons.compress.source [1.15.0.v20180119-1613,1.15.0.v20180119-1613s] |
org.apache.commons.compress.source [1.18.0.v20181121-2221,1.18.0.v20181121-2221] |
||||||
org.apache.commons.logging [1.2.0.v20180409-1502,1.2.0.v20180409-1502] |
org.apache.commons.logging [1.2.0.v20180409-1502,1.2.0.v20180409-1502] |
||||||
org.apache.commons.logging.source [1.2.0.v20180409-1502,1.2.0.v20180409-1502] |
org.apache.commons.logging.source [1.2.0.v20180409-1502,1.2.0.v20180409-1502] |
||||||
org.apache.httpcomponents.httpclient [4.5.5.v20180409-1525,4.5.5.v20180409-1525] |
org.apache.httpcomponents.httpclient [4.5.5.v20180409-1525,4.5.5.v20180409-1525] |
Loading…
Reference in new issue