[jboss-cvs] JBossAS SVN: r114529 - in branches/JBPAPP_5_0_1_JBPAPP-10871/patch: etc and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 9 12:47:46 EDT 2013


Author: jiwils
Date: 2013-10-09 12:47:45 -0400 (Wed, 09 Oct 2013)
New Revision: 114529

Modified:
   branches/JBPAPP_5_0_1_JBPAPP-10871/patch/build.xml
   branches/JBPAPP_5_0_1_JBPAPP-10871/patch/etc/README
Log:
jboss-security.spi.jar was accidently left out of the JBPAPP-10871 distribution.

Modified: branches/JBPAPP_5_0_1_JBPAPP-10871/patch/build.xml
===================================================================
--- branches/JBPAPP_5_0_1_JBPAPP-10871/patch/build.xml	2013-10-09 09:54:14 UTC (rev 114528)
+++ branches/JBPAPP_5_0_1_JBPAPP-10871/patch/build.xml	2013-10-09 16:47:45 UTC (rev 114529)
@@ -42,7 +42,10 @@
   <copy file="${patch.lib.dir}/jnpserver-5.0.3.GA.jar"
         tofile="${dist.dir}/JBPAPP-10871/jnpserver.jar"/>
 	
-  <copy file="${patch.lib.dir}/jbosssx-2.0.4.SP3.jar"
+  <copy file="${patch.lib.dir}/jboss-security-spi-JBPAPP-5081.jar"
+	tofile="${dist.dir}/JBPAPP-10871/jboss-security-spi.jar"/>
+
+	<copy file="${patch.lib.dir}/jbosssx-2.0.4.SP3.jar"
 	tofile="${dist.dir}/JBPAPP-10871/jbosssx.jar"/>
 	
   <copy file="${patch.lib.dir}/jbosssx-client-2.0.4.SP3.jar"

Modified: branches/JBPAPP_5_0_1_JBPAPP-10871/patch/etc/README
===================================================================
--- branches/JBPAPP_5_0_1_JBPAPP-10871/patch/etc/README	2013-10-09 09:54:14 UTC (rev 114528)
+++ branches/JBPAPP_5_0_1_JBPAPP-10871/patch/etc/README	2013-10-09 16:47:45 UTC (rev 114529)
@@ -16,8 +16,10 @@
   Note that this patch does not include the HTTP invoker changes for CVE-2011-4605.
 MANUAL INSTALL INSTRUCTIONS:
   Back up and replace the following jars with the JARs of the same name included in this patch distribution:
+    $JBOSS_HOME/client/jboss-security-spi.jar
     $JBOSS_HOME/client/jbosssx-client.jar
     $JBOSS_HOME/common/lib/jbossha.jar
+    $JBOSS_HOME/common/lib/jboss-security-spi.jar
     $JBOSS_HOME/common/lib/jbosssx.jar
     $JBOSS_HOME/common/lib/jnpserver.jar
     $JBOSS_HOME/server/minimal/lib/jnpserver.jar



More information about the jboss-cvs-commits mailing list