monsieurp 15/06/03 14:41:13
Added: tomcat-6.0.44-build.xml.patch
Removed: tomcat-6.0.43-build.xml.patch
tomcat-6.0.41-build.xml.patch
Log:
Tomcat 6.0.44 version bump. EAPI 5 bump. Remove vulnerable versions. Fix
security bug 549536.
Signed-off-by: Patrice Clement <[email protected]>
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
93491BB8)
Revision Changes Path
1.1 www-servers/tomcat/files/tomcat-6.0.44-build.xml.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tomcat/files/tomcat-6.0.44-build.xml.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tomcat/files/tomcat-6.0.44-build.xml.patch?rev=1.1&content-type=text/plain
Index: tomcat-6.0.44-build.xml.patch
===================================================================
--- build.xml.orig 2012-07-06 20:26:21.361299240 +0200
+++ build.xml 2012-07-06 20:26:56.085899911 +0200
@@ -487,12 +487,14 @@
<target name="deploy" depends="build-only,build-docs,warn.dbcp">
+<!--
<copy tofile="${tomcat.build}/bin/tomcat-native.tar.gz"
file="${tomcat-native.tar.gz}" />
<copy tofile="${tomcat.build}/bin/commons-daemon-native.tar.gz"
file="${commons-daemon.native.src.tgz}" />
<copy tofile="${tomcat.build}/bin/commons-daemon.jar"
file="${commons-daemon.jar}" />
+-->
<!-- Copy scripts -->
<copy todir="${tomcat.build}/bin">
--- build.xml.orig 2012-07-06 20:31:31.387806167 +0200
+++ build.xml 2012-07-06 20:32:33.185315885 +0200
@@ -646,9 +646,11 @@
</fileset>
</txt2html>
+<!--
<copy file="${tomcat-dbcp.jar}" todir="${tomcat.build}/lib"
failonerror="false"/>
<copy file="${jdt.jar}" todir="${tomcat.build}/lib" />
+-->
</target>