[gatein-commits] gatein SVN: r8577 - in epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src: main/resources/eap and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Mar 13 11:53:47 EDT 2012


Author: hfnukal
Date: 2012-03-13 11:53:47 -0400 (Tue, 13 Mar 2012)
New Revision: 8577

Added:
   epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2012-0818/
   epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2012-0818/resteasy-fastinfoset-provider.jar
   epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2012-0818/resteasy-jaxb-provider.jar
   epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2012-0818/resteasy-jaxrs.jar
   epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2012-0818/resteasy-jettison-provider.jar
Modified:
   epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/build.xml
Log:
Bug 794461 - (JBEPP-1501) Patch required for CVE-2012-0818

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-03-13 12:53:37 UTC (rev 8576)
+++ epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/build.xml	2012-03-13 15:53:47 UTC (rev 8577)
@@ -78,7 +78,7 @@
         </zip>
     </target>
 
-    <target name="finalTasks" depends="modifyStartupMessage,jbossws-native-PATCH">
+    <target name="finalTasks" depends="modifyStartupMessage,jbossws-native-PATCH,patch-RESTEasy-CVE-2012-081">
     </target>
     <!-- Patching startup message in log when starting portal -->
     <target name="modifyStartupMessage">
@@ -126,4 +126,18 @@
         <copy overwrite="true" file="${resource_jar}" tofile="${epp.path}/jboss-as/server/production/deployers/jbossws.deployer/jbossws-common.jar"/>
         <copy overwrite="true" file="${resource_jar}" tofile="${epp.path}/jboss-as/server/all/deployers/jbossws.deployer/jbossws-common.jar"/>
     </target>
+
+    <target name="patch-RESTEasy-CVE-2012-081">
+        <echo>Patch for CVE-2012-081</echo>
+        <property name="resteasy_resource_jar" value="${basedir}/src/main/resources/eap/CVE-2012-0818" />
+        <copy overwrite="true" file="${resteasy_resource_jar}/resteasy-fastinfoset-provider.jar" tofile="${epp.path}/resteasy/lib/resteasy-fastinfoset-provider.jar"/>
+        <copy overwrite="true" file="${resteasy_resource_jar}/resteasy-jaxb-provider.jar" tofile="${epp.path}/resteasy/lib/resteasy-jaxb-provider.jar"/>
+        <copy overwrite="true" file="${resteasy_resource_jar}/resteasy-jaxrs.jar" tofile="${epp.path}/resteasy/lib/resteasy-jaxrs.jar"/>
+        <copy overwrite="true" file="${resteasy_resource_jar}/resteasy-jettison-provider.jar" tofile="${epp.path}/resteasy/lib/resteasy-jettison-provider.jar"/>
+        
+        <copy overwrite="true" file="${resteasy_resource_jar}/resteasy-fastinfoset-provider.jar" tofile="${epp.path}/seam/lib/resteasy-fastinfoset-provider.jar"/>
+        <copy overwrite="true" file="${resteasy_resource_jar}/resteasy-jaxb-provider.jar" tofile="${epp.path}/seam/lib/resteasy-jaxb-provider.jar"/>
+        <copy overwrite="true" file="${resteasy_resource_jar}/resteasy-jaxrs.jar" tofile="${epp.path}/seam/lib/resteasy-jaxrs.jar"/>
+        <copy overwrite="true" file="${resteasy_resource_jar}/resteasy-jettison-provider.jar" tofile="${epp.path}/seam/lib/resteasy-jettison-provider.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-0818/resteasy-fastinfoset-provider.jar
===================================================================
(Binary files differ)


Property changes on: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2012-0818/resteasy-fastinfoset-provider.jar
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2012-0818/resteasy-jaxb-provider.jar
===================================================================
(Binary files differ)


Property changes on: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2012-0818/resteasy-jaxb-provider.jar
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2012-0818/resteasy-jaxrs.jar
===================================================================
(Binary files differ)


Property changes on: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2012-0818/resteasy-jaxrs.jar
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2012-0818/resteasy-jettison-provider.jar
===================================================================
(Binary files differ)


Property changes on: epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/src/main/resources/eap/CVE-2012-0818/resteasy-jettison-provider.jar
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream



More information about the gatein-commits mailing list