1cb001bdee
- 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
80 lines
2.8 KiB
Diff
80 lines
2.8 KiB
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
|
|
@@ -1902,7 +1902,7 @@ Apache Tomcat ${version} native binaries
|
|
source="${compile.source}"
|
|
maxmemory="512m"
|
|
failonerror="true"
|
|
- failonwarning="true">
|
|
+ failonwarning="false">
|
|
<classpath>
|
|
<path refid="compile.classpath"/>
|
|
<path location="${ant.core.lib}"/>
|
|
@@ -1924,7 +1924,7 @@ Apache Tomcat ${version} native binaries
|
|
source="${compile.source}"
|
|
maxmemory="512m"
|
|
failonerror="true"
|
|
- failonwarning="true">
|
|
+ failonwarning="false">
|
|
<classpath>
|
|
<path refid="compile.classpath"/>
|
|
<path location="${ant.core.lib}"/>
|
|
@@ -1945,7 +1945,7 @@ Apache Tomcat ${version} native binaries
|
|
source="${compile.source}"
|
|
maxmemory="512m"
|
|
failonerror="true"
|
|
- failonwarning="true">
|
|
+ failonwarning="false">
|
|
<classpath>
|
|
<path refid="compile.classpath"/>
|
|
<path location="${ant.core.lib}"/>
|
|
@@ -1966,7 +1966,7 @@ Apache Tomcat ${version} native binaries
|
|
source="${compile.source}"
|
|
maxmemory="512m"
|
|
failonerror="true"
|
|
- failonwarning="true">
|
|
+ failonwarning="false">
|
|
<classpath>
|
|
<path refid="compile.classpath"/>
|
|
<path location="${ant.core.lib}"/>
|
|
@@ -1987,7 +1987,7 @@ Apache Tomcat ${version} native binaries
|
|
source="${compile.source}"
|
|
maxmemory="512m"
|
|
failonerror="true"
|
|
- failonwarning="true">
|
|
+ failonwarning="false">
|
|
<classpath>
|
|
<path refid="compile.classpath"/>
|
|
<path location="${ant.core.lib}"/>
|
|
@@ -2005,9 +2005,10 @@ Apache Tomcat ${version} native binaries
|
|
docencoding="UTF-8"
|
|
charset="UTF-8"
|
|
additionalparam="-breakiterator -notimestamp"
|
|
+ source="${compile.source}"
|
|
maxmemory="512m"
|
|
failonerror="true"
|
|
- failonwarning="true">
|
|
+ failonwarning="false">
|
|
<classpath>
|
|
<path refid="compile.classpath"/>
|
|
<path location="${ant.core.lib}"/>
|
|
@@ -2027,7 +2028,7 @@ Apache Tomcat ${version} native binaries
|
|
source="${compile.source}"
|
|
maxmemory="512m"
|
|
failonerror="true"
|
|
- failonwarning="true">
|
|
+ failonwarning="false">
|
|
<classpath>
|
|
<path refid="compile.classpath"/>
|
|
<path location="${ant.core.lib}"/>
|
|
@@ -2038,8 +2039,6 @@ Apache Tomcat ${version} native binaries
|
|
<link href="../elapi"/>
|
|
<link href="../websocketapi"/>
|
|
<link href="../jaspicapi"/>
|
|
- <link href="https://docs.oracle.com/javase/8/docs/api/"/>
|
|
- <link href="https://javaee.github.io/javaee-spec/javadocs/"/>
|
|
<packageset dir="${tomcat.dist}/src/java/">
|
|
<include name="org/**"/>
|
|
<exclude name="org/apache/el/parser/**"/>
|