[Pkg-mono-svn-commits] rev 3861 - mono/trunk/debian/patches

Jo Shields directhex-guest at alioth.debian.org
Sat Nov 29 21:22:20 UTC 2008


Author: directhex-guest
Date: 2008-11-29 21:22:20 +0000 (Sat, 29 Nov 2008)
New Revision: 3861

Modified:
   mono/trunk/debian/patches/fix_NetworkInterface_exception_r120282.dpatch
   mono/trunk/debian/patches/fix_wsdl2_duplicate_keys_r117243.dpatch
Log:
You didn't see this *cough*


Modified: mono/trunk/debian/patches/fix_NetworkInterface_exception_r120282.dpatch
===================================================================
--- mono/trunk/debian/patches/fix_NetworkInterface_exception_r120282.dpatch	2008-11-29 21:15:20 UTC (rev 3860)
+++ mono/trunk/debian/patches/fix_NetworkInterface_exception_r120282.dpatch	2008-11-29 21:22:20 UTC (rev 3861)
@@ -6,10 +6,10 @@
 ## DP: causing an exception on "funny" input data
 
 @DPATCH@
-Index: mcs/class/System/System.Net.NetworkInformation/NetworkInterface.cs
+Index: mono-2.0.1/mcs/class/System/System.Net.NetworkInformation/NetworkInterface.cs
 ===================================================================
---- mcs/class/System/System.Net.NetworkInformation/NetworkInterface.cs	(revision 120281)
-+++ mcs/class/System/System.Net.NetworkInformation/NetworkInterface.cs	(revision 120282)
+--- mono-2.0.1/mcs/class/System/System.Net.NetworkInformation/NetworkInterface.cs	(revision 120281)
++++ mono-2.0.1/mcs/class/System/System.Net.NetworkInformation/NetworkInterface.cs	(revision 120282)
 @@ -180,8 +180,11 @@
  							address = new IPAddress (sockaddr.sin_addr);
  						} else if (sockaddr.sin_family == AF_PACKET) {

Modified: mono/trunk/debian/patches/fix_wsdl2_duplicate_keys_r117243.dpatch
===================================================================
--- mono/trunk/debian/patches/fix_wsdl2_duplicate_keys_r117243.dpatch	2008-11-29 21:15:20 UTC (rev 3860)
+++ mono/trunk/debian/patches/fix_wsdl2_duplicate_keys_r117243.dpatch	2008-11-29 21:22:20 UTC (rev 3861)
@@ -6,10 +6,10 @@
 ## DP: cause wsdl files to be badly processed, due to key duplication
 
 @DPATCH@
-Index: mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs
+Index: mono-2.0.1/mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs
 ===================================================================
---- mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs	(revision 117242)
-+++ mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs	(revision 117243)
+--- mono-2.0.1/mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs	(revision 117242)
++++ mono-2.0.1/mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs	(revision 117243)
 @@ -177,7 +177,7 @@
  				foreach (OperationMessage om in op.Messages) {
  					Message msg = ctx.Services.GetMessage (om.Message);




More information about the Pkg-mono-svn-commits mailing list