Author: hfnukal
Date: 2012-07-27 07:29:12 -0400 (Fri, 27 Jul 2012)
New Revision: 8804
Added:
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2012-1167/
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2012-1167/jboss.jar
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/build.xml
Log:
Bug 820789 - CVE-2012-0213 apache-poi, jakarta: JVM destabilization due to memory
exhaustion when processing CDF/CFBF files
Modified: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/build.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/build.xml 2012-07-25
17:41:39 UTC (rev 8803)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/build.xml 2012-07-27
11:29:12 UTC (rev 8804)
@@ -78,7 +78,9 @@
</zip>
</target>
- <target name="finalTasks"
depends="modifyStartupMessage,jbossws-native-PATCH,patch-RESTEasy-CVE-2012-081,patch-JBossWeb-CVE-2011-4610,patch-JBossWeb-CVE-2012-1154,patch-CVE-2012-2377,patch-CVE-2011-4605,patch-CVE-2009-2625,patch-CVE-2012-0213">
+ <target name="finalTasks"
+
depends="modifyStartupMessage,jbossws-native-PATCH,patch-RESTEasy-CVE-2012-081,patch-JBossWeb-CVE-2011-4610,patch-JBossWeb-CVE-2012-1154,patch-CVE-2012-2377,patch-CVE-2011-4605,patch-CVE-2009-2625,patch-CVE-2012-0213,patch-CVE-2012-1167"
+ >
</target>
<!-- Patching startup message in log when starting portal -->
@@ -201,4 +203,9 @@
<copy overwrite="true"
file="${basedir}/src/main/resources/eap/CVE-2012-0213/jakarta-scratchpad-poi-3.6.jar"
tofile="${epp.path}/jboss-as/server/all/deploy/gatein.ear/lib/poi-scratchpad-3.6.jar"/>
</target>
+ <target name="patch-CVE-2012-1167">
+ <echo>Patch for CVE-2012-1167 jboss.jar</echo>
+ <copy overwrite="true"
file="${basedir}/src/main/resources/eap/CVE-2012-1167/jboss.jar"
tofile="${epp.path}/jboss-as/common/lib/jboss.jar"/>
+ </target>
+
</project>
\ No newline at end of file
Added:
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2012-1167/jboss.jar
===================================================================
(Binary files differ)
Property changes on:
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2012-1167/jboss.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream