[pkg-eucalyptus-commits] r92 - in axis2c/trunk/debian: . patches

Chris Grzegorczyk grze-guest at alioth.debian.org
Mon Oct 11 01:49:29 UTC 2010


Author: grze-guest
Date: 2010-10-11 01:49:29 +0000 (Mon, 11 Oct 2010)
New Revision: 92

Modified:
   axis2c/trunk/debian/changelog
   axis2c/trunk/debian/patches/03_enable-security.patch
Log:
fix debian/patches/03_enable-security.patch to enable security on both in/out-flows

Modified: axis2c/trunk/debian/changelog
===================================================================
--- axis2c/trunk/debian/changelog	2010-10-11 01:35:32 UTC (rev 91)
+++ axis2c/trunk/debian/changelog	2010-10-11 01:49:29 UTC (rev 92)
@@ -1,3 +1,9 @@
+axis2c (1.6.0-2) unstable; urgency=low
+
+  * Fix patches/03_enable-security to enable both security flows.
+
+ -- Chris Grzegorczyk <grze at eucalyptus.com>  Sun, 10 Oct 2010 18:16:54 -0700
+
 axis2c (1.6.0-1) unstable; urgency=low
 
   * Build for debian package based largely on Ubuntu package (#497594)

Modified: axis2c/trunk/debian/patches/03_enable-security.patch
===================================================================
--- axis2c/trunk/debian/patches/03_enable-security.patch	2010-10-11 01:35:32 UTC (rev 91)
+++ axis2c/trunk/debian/patches/03_enable-security.patch	2010-10-11 01:49:29 UTC (rev 92)
@@ -1,6 +1,15 @@
---- axis2c-1.5.0.orig/samples/server/axis2.xml
-+++ axis2c-1.5.0/samples/server/axis2.xml
-@@ -108,7 +108,7 @@
+--- axis2c-1.6.0.orig//samples/server/axis2.xml 2010-10-10 18:19:19.000000000 -0700
++++ axis2c-1.6.0/samples/server/axis2.xml       2010-10-10 18:19:42.000000000 -0700
+@@ -102,7 +102,7 @@
+         <phase name="PreDispatch"/>
+         <phase name="Dispatch"/>
+         <phase name="PostDispatch"/>
+-        <!--phase name="Security"/-->
++        <phase name="Security"/>
+         <!-- End system pre defined phases       -->
+         <!-- After PostDispatch phase, module or service author can add any phase as required  -->
+         <!-- User defined phases could be added here -->
+@@ -113,7 +113,7 @@
          <!--phase name="userphase1"/-->
          <!--system predefined phase-->
          <phase name="MessageOut"/>




More information about the pkg-eucalyptus-commits mailing list