From e0fd275f730f28d281fa0db8ee8fc878469e656d Mon Sep 17 00:00:00 2001 From: Miroslav Šulc Date: Wed, 28 Sep 2022 06:32:58 +0200 Subject: www-servers/tomcat: bump to 10.0.26 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miroslav Šulc --- .../tomcat/files/tomcat-10.0.26-build.xml.patch | 347 +++++++++++++++++++++ 1 file changed, 347 insertions(+) create mode 100644 www-servers/tomcat/files/tomcat-10.0.26-build.xml.patch (limited to 'www-servers/tomcat/files') diff --git a/www-servers/tomcat/files/tomcat-10.0.26-build.xml.patch b/www-servers/tomcat/files/tomcat-10.0.26-build.xml.patch new file mode 100644 index 000000000000..aff5333f0833 --- /dev/null +++ b/www-servers/tomcat/files/tomcat-10.0.26-build.xml.patch @@ -0,0 +1,347 @@ +diff --git a/build.xml b/build.xml +index 774e25e..2684b10 100644 +--- a/build.xml ++++ b/build.xml +@@ -1041,6 +1041,7 @@ + addOSGi="true" /> + + ++ + ++ + ++ + + + + +- ++ addOSGi="true" /> --> + + + +- ++ + + + +@@ -1477,7 +1480,7 @@ + + + +- ++ + + + +@@ -1488,7 +1491,7 @@ + + + +- ++ + + + +@@ -1517,7 +1520,7 @@ + + + +- ++ + + + + + +- ++ + + + + ++ + + + ++ + + + Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. +@@ -2172,13 +2178,13 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. + additionalparam="-breakiterator -notimestamp -html5" + source="${compile.release}" + maxmemory="512m" +- failonerror="true" +- failonwarning="true"> ++ failonerror="true"> + + + + + ++ + ++ failonerror="true"> + + + +@@ -2277,8 +2280,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. + charset="UTF-8" + additionalparam="-breakiterator -notimestamp -html5" + maxmemory="512m" +- failonerror="true" +- failonwarning="true"> ++ failonerror="true"> + + + +@@ -2297,20 +2299,23 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. + additionalparam="-breakiterator -notimestamp -html5" + source="${compile.release}" + maxmemory="512m" +- failonerror="true" + failonwarning="true"> + + + + + ++ + + ++ + + + +@@ -3275,7 +3280,7 @@ asf.ldap.username=${release.asfusername} + + + ++ description="Download additional components for the tests"> + + + +@@ -3403,7 +3408,7 @@ asf.ldap.username=${release.asfusername} + + + ++ description="Download additional components for a distribution"> + + + +@@ -3458,13 +3463,13 @@ asf.ldap.username=${release.asfusername} + + + +- ++ + + + + +- ++ + + + +@@ -3586,7 +3591,7 @@ asf.ldap.username=${release.asfusername} + + + +- ++ + + + +@@ -3603,7 +3608,7 @@ asf.ldap.username=${release.asfusername} + + + +- ++ + + + +@@ -3628,7 +3633,7 @@ asf.ldap.username=${release.asfusername} + + + +- ++ + + + +@@ -3644,7 +3649,7 @@ asf.ldap.username=${release.asfusername} + + + +- ++ + + + +@@ -3668,7 +3673,7 @@ asf.ldap.username=${release.asfusername} + + + +- ++ + + + +@@ -3683,7 +3688,7 @@ asf.ldap.username=${release.asfusername} + + + +- ++ + + + +@@ -3711,7 +3716,7 @@ asf.ldap.username=${release.asfusername} + + + +- ++ + + + +@@ -3722,7 +3727,7 @@ asf.ldap.username=${release.asfusername} + + + +- ++ + + + +@@ -3733,7 +3738,7 @@ asf.ldap.username=${release.asfusername} + + ++ description="Prepares the source tree to be built in Eclipse" unless="noget"> + + + +@@ -3751,7 +3756,7 @@ Read the Building page on the Apache Tomcat documentation site for details on ho + + ++ description="Creates project directory .idea for IntelliJ IDEA" unless="noget"> + + + -- cgit v1.2.3-65-gdbad