Hello community, here is the log from the commit of package tomcat for openSUSE:Factory checked in at 2020-03-30 23:05:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tomcat (Old) and /work/SRC/openSUSE:Factory/.tomcat.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tomcat" Mon Mar 30 23:05:40 2020 rev:66 rq:789763 version:9.0.33 Changes: -------- --- /work/SRC/openSUSE:Factory/tomcat/tomcat.changes 2020-02-28 15:22:21.622017605 +0100 +++ /work/SRC/openSUSE:Factory/.tomcat.new.3160/tomcat.changes 2020-03-30 23:05:47.352258064 +0200 @@ -1,0 +2,12 @@ +Mon Mar 30 11:13:09 UTC 2020 - Matei Albu <[email protected]> + +- Update to Tomcat 9.0.33. See changelog at + http://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.33_(markt) +- Notable fix: corrected a regression in the improvements to HTTP + header parsing (bsc#1167438) +- Rebased patches: + * tomcat-9.0-javadoc.patch + * tomcat-9.0-osgi-build.patch + * tomcat-9.0.31-java8compat.patch + +------------------------------------------------------------------- Old: ---- apache-tomcat-9.0.31-src.tar.gz apache-tomcat-9.0.31-src.tar.gz.asc New: ---- apache-tomcat-9.0.33-src.tar.gz apache-tomcat-9.0.33-src.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tomcat.spec ++++++ --- /var/tmp/diff_new_pack.ebcNjE/_old 2020-03-30 23:05:50.368259782 +0200 +++ /var/tmp/diff_new_pack.ebcNjE/_new 2020-03-30 23:05:50.372259785 +0200 @@ -22,7 +22,7 @@ %define elspec 3.0 %define major_version 9 %define minor_version 0 -%define micro_version 31 +%define micro_version 33 %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.31-src.tar.gz -> apache-tomcat-9.0.33-src.tar.gz ++++++ ++++ 5901 lines of diff (skipped) ++++++ tomcat-9.0-javadoc.patch ++++++ --- /var/tmp/diff_new_pack.ebcNjE/_old 2020-03-30 23:05:51.636260505 +0200 +++ /var/tmp/diff_new_pack.ebcNjE/_new 2020-03-30 23:05:51.636260505 +0200 @@ -1,6 +1,8 @@ ---- apache-tomcat-9.0.27-src/build.xml 2019-10-07 12:01:06.000000000 +0200 -+++ apache-tomcat-9.0.27-src/build.xml 2019-11-16 00:52:57.833495494 +0100 -@@ -1859,7 +1859,7 @@ +Index: apache-tomcat-9.0.33-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 source="${compile.source}" maxmemory="512m" failonerror="true" @@ -9,7 +11,7 @@ <classpath> <path refid="compile.classpath"/> <path location="${ant.core.lib}"/> -@@ -1881,7 +1881,7 @@ +@@ -1913,7 +1913,7 @@ Apache Tomcat ${version} native binaries source="${compile.source}" maxmemory="512m" failonerror="true" @@ -18,7 +20,7 @@ <classpath> <path refid="compile.classpath"/> <path location="${ant.core.lib}"/> -@@ -1902,7 +1902,7 @@ +@@ -1934,7 +1934,7 @@ Apache Tomcat ${version} native binaries source="${compile.source}" maxmemory="512m" failonerror="true" @@ -27,7 +29,7 @@ <classpath> <path refid="compile.classpath"/> <path location="${ant.core.lib}"/> -@@ -1923,7 +1923,7 @@ +@@ -1955,7 +1955,7 @@ Apache Tomcat ${version} native binaries source="${compile.source}" maxmemory="512m" failonerror="true" @@ -36,7 +38,7 @@ <classpath> <path refid="compile.classpath"/> <path location="${ant.core.lib}"/> -@@ -1944,7 +1944,7 @@ +@@ -1976,7 +1976,7 @@ Apache Tomcat ${version} native binaries source="${compile.source}" maxmemory="512m" failonerror="true" @@ -45,7 +47,7 @@ <classpath> <path refid="compile.classpath"/> <path location="${ant.core.lib}"/> -@@ -1962,9 +1962,10 @@ +@@ -1994,9 +1994,10 @@ Apache Tomcat ${version} native binaries docencoding="UTF-8" charset="UTF-8" additionalparam="-breakiterator -notimestamp" @@ -57,7 +59,7 @@ <classpath> <path refid="compile.classpath"/> <path location="${ant.core.lib}"/> -@@ -1984,7 +1985,7 @@ +@@ -2016,7 +2017,7 @@ Apache Tomcat ${version} native binaries source="${compile.source}" maxmemory="512m" failonerror="true" @@ -66,7 +68,7 @@ <classpath> <path refid="compile.classpath"/> <path location="${ant.core.lib}"/> -@@ -1995,8 +1996,6 @@ +@@ -2027,8 +2028,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.ebcNjE/_old 2020-03-30 23:05:51.660260519 +0200 +++ /var/tmp/diff_new_pack.ebcNjE/_new 2020-03-30 23:05:51.660260519 +0200 @@ -1,8 +1,8 @@ -Index: apache-tomcat-9.0.12-src/build.xml +Index: apache-tomcat-9.0.33-src/build.xml =================================================================== ---- apache-tomcat-9.0.12-src.orig/build.xml -+++ apache-tomcat-9.0.12-src/build.xml -@@ -2989,6 +2989,9 @@ Read the Building page on the Apache Tom +--- 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 <path id="bndlib.classpath"> <fileset file="${bnd.jar}" /> <fileset file="${bndlib.jar}" /> ++++++ tomcat-9.0.31-java8compat.patch ++++++ ++++ 2865 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/tomcat/tomcat-9.0.31-java8compat.patch ++++ and /work/SRC/openSUSE:Factory/.tomcat.new.3160/tomcat-9.0.31-java8compat.patch
