- Update to Tomcat 9.0.35. See changelog at https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.35_(markt) - Fixed CVEs: - CVE-2020-9484 (bsc#1171928) - Rebased patches: * tomcat-9.0-javadoc.patch * tomcat-9.0-osgi-build.patch * tomcat-9.0.31-java8compat.patch OBS-URL: https://build.opensuse.org/request/show/809082 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=201
15 lines
606 B
Diff
15 lines
606 B
Diff
Index: apache-tomcat-9.0.35-src/build.xml
|
|
===================================================================
|
|
--- apache-tomcat-9.0.35-src.orig/build.xml
|
|
+++ apache-tomcat-9.0.35-src/build.xml
|
|
@@ -3327,6 +3327,9 @@ Read the Building page on the Apache Tom
|
|
<path id="bndlib.classpath">
|
|
<fileset file="${bnd.jar}" />
|
|
<fileset file="${bndlib.jar}" />
|
|
+ <fileset file="${bndlibg.jar}" />
|
|
+ <fileset file="${bndannotation.jar}" />
|
|
+ <fileset file="${slf4j-api.jar}" />
|
|
</path>
|
|
|
|
<taskdef resource="aQute/bnd/ant/taskdef.properties" classpathref="bndlib.classpath" />
|