Hello community, here is the log from the commit of package tomcat for openSUSE:Leap:15.2 checked in at 2020-06-01 12:09:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/tomcat (Old) and /work/SRC/openSUSE:Leap:15.2/.tomcat.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tomcat" Mon Jun 1 12:09:53 2020 rev:37 rq:810313 version:9.0.35 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/tomcat/tomcat.changes 2020-04-08 12:48:38.490350302 +0200 +++ /work/SRC/openSUSE:Leap:15.2/.tomcat.new.3606/tomcat.changes 2020-06-01 12:09:55.098454927 +0200 @@ -1,0 +2,31 @@ +Tue May 26 14:58:13 UTC 2020 - Matei Albu <[email protected]> + +- 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 + +------------------------------------------------------------------- +Fri Apr 10 15:43:59 UTC 2020 - Javier Llorente <[email protected]> + +- Update to Tomcat 9.0.34. See changelog at + https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.34_(markt) +- Notable changes: + * Add support for default values when using ${...} property + replacement in configuration files. Based on a pull request + provided by Bernd Bohmann. + * When configuring an HTTP Connector, warn if the encoding + specified for URIEncoding is not a superset of US-ASCII as + required by RFC 7230. + * Replace the system property + org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH with + the Connector attribute encodedSolidusHandling that adds an + additional option to pass the %2f sequence through to the + application without decoding it in addition to rejecting such + sequences and decoding such sequences. + +------------------------------------------------------------------- Old: ---- apache-tomcat-9.0.33-src.tar.gz apache-tomcat-9.0.33-src.tar.gz.asc New: ---- apache-tomcat-9.0.35-src.tar.gz apache-tomcat-9.0.35-src.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tomcat.spec ++++++ --- /var/tmp/diff_new_pack.SsKO0P/_old 2020-06-01 12:09:55.690456788 +0200 +++ /var/tmp/diff_new_pack.SsKO0P/_new 2020-06-01 12:09:55.694456800 +0200 @@ -22,7 +22,7 @@ %define elspec 3.0 %define major_version 9 %define minor_version 0 -%define micro_version 33 +%define micro_version 35 %define packdname apache-tomcat-%{version}-src # FHS 2.3 compliant tree structure - http://www.pathname.com/fhs/2.3/ %global basedir /srv/%{name} ++++++ apache-tomcat-9.0.33-src.tar.gz -> apache-tomcat-9.0.35-src.tar.gz ++++++ ++++ 25825 lines of diff (skipped) ++++++ tomcat-9.0-javadoc.patch ++++++ --- /var/tmp/diff_new_pack.SsKO0P/_old 2020-06-01 12:09:56.634459755 +0200 +++ /var/tmp/diff_new_pack.SsKO0P/_new 2020-06-01 12:09:56.634459755 +0200 @@ -1,8 +1,8 @@ -Index: apache-tomcat-9.0.33-src/build.xml +Index: apache-tomcat-9.0.35-src/build.xml =================================================================== ---- apache-tomcat-9.0.33-src.orig/build.xml -+++ apache-tomcat-9.0.33-src/build.xml -@@ -1891,7 +1891,7 @@ Apache Tomcat ${version} native binaries +--- 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" @@ -11,7 +11,7 @@ <classpath> <path refid="compile.classpath"/> <path location="${ant.core.lib}"/> -@@ -1913,7 +1913,7 @@ Apache Tomcat ${version} native binaries +@@ -1924,7 +1924,7 @@ Apache Tomcat ${version} native binaries source="${compile.source}" maxmemory="512m" failonerror="true" @@ -20,7 +20,7 @@ <classpath> <path refid="compile.classpath"/> <path location="${ant.core.lib}"/> -@@ -1934,7 +1934,7 @@ Apache Tomcat ${version} native binaries +@@ -1945,7 +1945,7 @@ Apache Tomcat ${version} native binaries source="${compile.source}" maxmemory="512m" failonerror="true" @@ -29,7 +29,7 @@ <classpath> <path refid="compile.classpath"/> <path location="${ant.core.lib}"/> -@@ -1955,7 +1955,7 @@ Apache Tomcat ${version} native binaries +@@ -1966,7 +1966,7 @@ Apache Tomcat ${version} native binaries source="${compile.source}" maxmemory="512m" failonerror="true" @@ -38,7 +38,7 @@ <classpath> <path refid="compile.classpath"/> <path location="${ant.core.lib}"/> -@@ -1976,7 +1976,7 @@ Apache Tomcat ${version} native binaries +@@ -1987,7 +1987,7 @@ Apache Tomcat ${version} native binaries source="${compile.source}" maxmemory="512m" failonerror="true" @@ -47,7 +47,7 @@ <classpath> <path refid="compile.classpath"/> <path location="${ant.core.lib}"/> -@@ -1994,9 +1994,10 @@ Apache Tomcat ${version} native binaries +@@ -2005,9 +2005,10 @@ Apache Tomcat ${version} native binaries docencoding="UTF-8" charset="UTF-8" additionalparam="-breakiterator -notimestamp" @@ -59,7 +59,7 @@ <classpath> <path refid="compile.classpath"/> <path location="${ant.core.lib}"/> -@@ -2016,7 +2017,7 @@ Apache Tomcat ${version} native binaries +@@ -2027,7 +2028,7 @@ Apache Tomcat ${version} native binaries source="${compile.source}" maxmemory="512m" failonerror="true" @@ -68,7 +68,7 @@ <classpath> <path refid="compile.classpath"/> <path location="${ant.core.lib}"/> -@@ -2027,8 +2028,6 @@ Apache Tomcat ${version} native binaries +@@ -2038,8 +2039,6 @@ Apache Tomcat ${version} native binaries <link href="../elapi"/> <link href="../websocketapi"/> <link href="../jaspicapi"/> ++++++ tomcat-9.0-osgi-build.patch ++++++ --- /var/tmp/diff_new_pack.SsKO0P/_old 2020-06-01 12:09:56.666459856 +0200 +++ /var/tmp/diff_new_pack.SsKO0P/_new 2020-06-01 12:09:56.666459856 +0200 @@ -1,8 +1,8 @@ -Index: apache-tomcat-9.0.33-src/build.xml +Index: apache-tomcat-9.0.35-src/build.xml =================================================================== ---- apache-tomcat-9.0.33-src.orig/build.xml -+++ apache-tomcat-9.0.33-src/build.xml -@@ -3316,6 +3316,9 @@ Read the Building page on the Apache Tom +--- 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}" /> ++++++ tomcat-9.0.31-java8compat.patch ++++++ ++++ 939 lines (skipped) ++++ between /work/SRC/openSUSE:Leap:15.2/tomcat/tomcat-9.0.31-java8compat.patch ++++ and /work/SRC/openSUSE:Leap:15.2/.tomcat.new.3606/tomcat-9.0.31-java8compat.patch
