[jboss-cvs] JBossAS SVN: r91005 - branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 9 10:17:42 EDT 2009


Author: permaine
Date: 2009-07-09 10:17:42 -0400 (Thu, 09 Jul 2009)
New Revision: 91005

Modified:
   branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/README
   branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/catalina-manager.jar
   branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/catalina-optional.jar
   branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/catalina.jar
   branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/jasper-compiler.jar
   branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/jasper-runtime.jar
   branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/jsp-api.jar
   branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/naming-common.jar
   branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/naming-resources.jar
   branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/servlet-api.jar
   branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/servlets-common.jar
   branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/servlets-default.jar
   branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/servlets-invoker.jar
   branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/servlets-webdav.jar
   branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/tomcat-coyote.jar
   branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/tomcat-http11.jar
   branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/tomcat-jk2.jar
   branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/tomcat-util.jar
Log:
ASPATCH-423: CVE-2009-0033 tomcat security fix (important), ASPATCH-424: CVE-2008-5515 tomcat security fix (important)

Modified: branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/README
===================================================================
--- branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/README	2009-07-09 14:17:25 UTC (rev 91004)
+++ branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/README	2009-07-09 14:17:42 UTC (rev 91005)
@@ -1,14 +1,14 @@
 This is the jakarta-tomcat-5.0 jars used by the tomcat5 service.
 
-Version: 5.0.30.patch06
+Version: 5.0.30.patch07
 
 <project name="apache-tomcat-component-info">
 
    <component id="apache-tomcat"
       licenseType="apache-2.0"
-      version="5.0.30.patch06-brew"
+      version="5.0.30.patch07-brew"
       projectHome="http://jakarta.apache.org/tomcat/index.html"
-      description="Tomcat 5.0 servlet 2.4 web container+patches(JBAS-2775,CVE-2005-3510, CVE-2006-3835, CVE-2005-2090, CVE-2006-7195, CVE-2006-7196, CVE-2007-0450, CVE-2007-1858) and also patches for CVE-2007-3382, CVE-2007-3385 and CVE-2007-2450 and a fix for CVE-2007-5461, and also CVE-2007-1358, 2008-0128, CVE-2007-2449, CVE-2007-1355, CVE-2005-4838, plus CVE-2008-1232, CVE-2008-2370, and CVE-2008-2938, CVE-2008-3271, CVS-2007-5333">
+      description="Tomcat 5.0 servlet 2.4 web container+patches(JBAS-2775,CVE-2005-3510, CVE-2006-3835, CVE-2005-2090, CVE-2006-7195, CVE-2006-7196, CVE-2007-0450, CVE-2007-1858) and also patches for CVE-2007-3382, CVE-2007-3385 and CVE-2007-2450 and a fix for CVE-2007-5461, and also CVE-2007-1358, 2008-0128, CVE-2007-2449, CVE-2007-1355, CVE-2005-4838, plus CVE-2008-1232, CVE-2008-2370, and CVE-2008-2938, CVE-2008-3271, CVS-2007-5333, CVE-2008-5515, CVE-2009-0783, CVE-2009-0033">
       <!-- cvsroot=":ext:cvs.devel.redhat.com:/cvs/dist/tomcat5"
-           tag="tomcat5-5_0_30-0jpp_13rh"
+           tag="tomcat5-5_0_30-0jpp_16rh"
         -->

Modified: branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/catalina-manager.jar
===================================================================
(Binary files differ)

Modified: branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/catalina-optional.jar
===================================================================
(Binary files differ)

Modified: branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/catalina.jar
===================================================================
(Binary files differ)

Modified: branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/jasper-compiler.jar
===================================================================
(Binary files differ)

Modified: branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/jasper-runtime.jar
===================================================================
(Binary files differ)

Modified: branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/jsp-api.jar
===================================================================
(Binary files differ)

Modified: branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/naming-common.jar
===================================================================
(Binary files differ)

Modified: branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/naming-resources.jar
===================================================================
(Binary files differ)

Modified: branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/servlet-api.jar
===================================================================
(Binary files differ)

Modified: branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/servlets-common.jar
===================================================================
(Binary files differ)

Modified: branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/servlets-default.jar
===================================================================
(Binary files differ)

Modified: branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/servlets-invoker.jar
===================================================================
(Binary files differ)

Modified: branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/servlets-webdav.jar
===================================================================
(Binary files differ)

Modified: branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/tomcat-coyote.jar
===================================================================
(Binary files differ)

Modified: branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/tomcat-http11.jar
===================================================================
(Binary files differ)

Modified: branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/tomcat-jk2.jar
===================================================================
(Binary files differ)

Modified: branches/JBoss_4_0_0_CP/thirdparty/apache-tomcat50/tomcat-util.jar
===================================================================
(Binary files differ)




More information about the jboss-cvs-commits mailing list