Gentoo Archives: gentoo-commits

From: "Patrice Clement (monsieurp)" <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/tomcat/files: tomcat-6.0.44-build.xml.patch tomcat-6.0.43-build.xml.patch tomcat-6.0.41-build.xml.patch
Date: Wed, 03 Jun 2015 14:41:19
Message-Id: 20150603144113.1A435A24@oystercatcher.gentoo.org
1 monsieurp 15/06/03 14:41:13
2
3 Added: tomcat-6.0.44-build.xml.patch
4 Removed: tomcat-6.0.43-build.xml.patch
5 tomcat-6.0.41-build.xml.patch
6 Log:
7 Tomcat 6.0.44 version bump. EAPI 5 bump. Remove vulnerable versions. Fix security bug 549536.
8
9 Signed-off-by: Patrice Clement <monsieurp@g.o>
10 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
11
12 Revision Changes Path
13 1.1 www-servers/tomcat/files/tomcat-6.0.44-build.xml.patch
14
15 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
16 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
17
18 Index: tomcat-6.0.44-build.xml.patch
19 ===================================================================
20 --- build.xml.orig 2012-07-06 20:26:21.361299240 +0200
21 +++ build.xml 2012-07-06 20:26:56.085899911 +0200
22 @@ -487,12 +487,14 @@
23
24 <target name="deploy" depends="build-only,build-docs,warn.dbcp">
25
26 +<!--
27 <copy tofile="${tomcat.build}/bin/tomcat-native.tar.gz"
28 file="${tomcat-native.tar.gz}" />
29 <copy tofile="${tomcat.build}/bin/commons-daemon-native.tar.gz"
30 file="${commons-daemon.native.src.tgz}" />
31
32 <copy tofile="${tomcat.build}/bin/commons-daemon.jar" file="${commons-daemon.jar}" />
33 +-->
34
35 <!-- Copy scripts -->
36 <copy todir="${tomcat.build}/bin">
37 --- build.xml.orig 2012-07-06 20:31:31.387806167 +0200
38 +++ build.xml 2012-07-06 20:32:33.185315885 +0200
39 @@ -646,9 +646,11 @@
40 </fileset>
41 </txt2html>
42
43 +<!--
44 <copy file="${tomcat-dbcp.jar}" todir="${tomcat.build}/lib"
45 failonerror="false"/>
46 <copy file="${jdt.jar}" todir="${tomcat.build}/lib" />
47 +-->
48
49 </target>