Author: hfnukal
Date: 2012-07-25 03:26:27 -0400 (Wed, 25 Jul 2012)
New Revision: 8800
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/build.xml
Log:
CVE-2009-2625
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
04:52:15 UTC (rev 8799)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/build.xml 2012-07-25
07:26:27 UTC (rev 8800)
@@ -78,7 +78,7 @@
</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">
+ <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">
</target>
<!-- Patching startup message in log when starting portal -->
@@ -184,4 +184,11 @@
<copy overwrite="true"
file="${basedir}/src/main/resources/eap/CVE-2011-4605/jnpserver.jar"
tofile="${epp.path}/jboss-as/server/minimal/lib/jnpserver.jar"/>
</target>
+ <target name="patch-CVE-2009-2625">
+ <echo>Patch for CVE-2009-2625 xercesImpl</echo>
+ <copy overwrite="true"
tofile="${epp.path}/jboss-as/lib/endorsed/xercesImpl.jar">
+ <fileset
dir="${epp.path}/jboss-as/server/all/deploy/gatein.ear/lib"
includes="xercesImpl-*.jar"/>
+ </copy>
+ </target>
+
</project>
\ No newline at end of file
Show replies by date