8
0
forked from pool/tomcat

Accepting request 696887 from home:mateialbu:branches:Java:packages

- Update to Tomcat 9.0.19. See changelog at
  http://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.19_(markt)
  Notable packaging changes:
  - File /usr/share/java/tomcat/catalina-jmx-remote.jar was removed.
    The classes contained in this jar were merged into 
    /usr/share/java/tomcat/catalina.jar.
- Fixed CVEs:
  - CVE-2019-0199 (bsc#1131055)
- Rebased patch:
  - tomcat-9.0-JDTCompiler-java.patch
  - tomcat-9.0-javadoc.patch

OBS-URL: https://build.opensuse.org/request/show/696887
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=161
This commit is contained in:
Matei Albu
2019-04-22 19:57:57 +00:00
committed by Git OBS Bridge
parent faa49568d9
commit 3e36252fe4
8 changed files with 94 additions and 73 deletions

View File

@@ -1,8 +1,8 @@
Index: apache-tomcat-9.0.12-src/build.xml
Index: apache-tomcat-9.0.17-src/build.xml
===================================================================
--- apache-tomcat-9.0.12-src.orig/build.xml
+++ apache-tomcat-9.0.12-src/build.xml
@@ -1861,10 +1861,11 @@ Apache Tomcat ${version} native binaries
--- apache-tomcat-9.0.17-src.orig/build.xml
+++ apache-tomcat-9.0.17-src/build.xml
@@ -1811,10 +1811,11 @@ Apache Tomcat ${version} native binaries
encoding="UTF-8"
docencoding="UTF-8"
charset="UTF-8"
@@ -14,8 +14,22 @@ Index: apache-tomcat-9.0.12-src/build.xml
+ failonwarning="false">
<classpath>
<path refid="compile.classpath"/>
<path refid="tomcat.webservices.classpath"/>
@@ -1882,10 +1883,11 @@ Apache Tomcat ${version} native binaries
<path location="${ant.core.lib}"/>
@@ -1830,11 +1831,12 @@ Apache Tomcat ${version} native binaries
bottom="Copyright &amp;#169; 2000-${year} Apache Software Foundation. All Rights Reserved."
encoding="UTF-8"
docencoding="UTF-8"
+ source="${compile.source}"
charset="UTF-8"
additionalparam="-breakiterator -notimestamp"
maxmemory="512m"
failonerror="true"
- failonwarning="true">
+ failonwarning="false">
<classpath>
<path refid="compile.classpath"/>
<path location="${ant.core.lib}"/>
@@ -1851,10 +1853,11 @@ Apache Tomcat ${version} native binaries
encoding="UTF-8"
docencoding="UTF-8"
charset="UTF-8"
@@ -27,8 +41,8 @@ Index: apache-tomcat-9.0.12-src/build.xml
+ failonwarning="false">
<classpath>
<path refid="compile.classpath"/>
<path refid="tomcat.webservices.classpath"/>
@@ -1903,10 +1905,11 @@ Apache Tomcat ${version} native binaries
<path location="${ant.core.lib}"/>
@@ -1871,10 +1874,11 @@ Apache Tomcat ${version} native binaries
encoding="UTF-8"
docencoding="UTF-8"
charset="UTF-8"
@@ -40,21 +54,8 @@ Index: apache-tomcat-9.0.12-src/build.xml
+ failonwarning="false">
<classpath>
<path refid="compile.classpath"/>
<path refid="tomcat.webservices.classpath"/>
@@ -1924,10 +1927,11 @@ Apache Tomcat ${version} native binaries
encoding="UTF-8"
docencoding="UTF-8"
charset="UTF-8"
+ source="${compile.source}"
additionalparam="-breakiterator -notimestamp"
maxmemory="512m"
failonerror="true"
- failonwarning="true">
+ failonwarning="false">
<classpath>
<path refid="compile.classpath"/>
<path refid="tomcat.webservices.classpath"/>
@@ -1944,10 +1948,11 @@ Apache Tomcat ${version} native binaries
<path location="${ant.core.lib}"/>
@@ -1890,10 +1894,11 @@ Apache Tomcat ${version} native binaries
encoding="UTF-8"
docencoding="UTF-8"
charset="UTF-8"
@@ -67,8 +68,8 @@ Index: apache-tomcat-9.0.12-src/build.xml
+ failonwarning="false">
<classpath>
<path refid="compile.classpath"/>
<path refid="tomcat.webservices.classpath"/>
@@ -1957,9 +1962,6 @@ Apache Tomcat ${version} native binaries
<path location="${ant.core.lib}"/>
@@ -1902,9 +1907,6 @@ Apache Tomcat ${version} native binaries
<link href="../jspapi"/>
<link href="../elapi"/>
<link href="../websocketapi"/>