]> git.pld-linux.org Git - packages/mono.git/commitdiff
- https://github.com/mono/mono/commit/d326d51789cf39012b55bc31dc6945249ac442c6
authormarcus <marcus@pld-linux.org>
Fri, 24 Dec 2010 06:32:14 +0000 (06:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mono-encryption.patch -> 1.1

mono-encryption.patch [new file with mode: 0644]

diff --git a/mono-encryption.patch b/mono-encryption.patch
new file mode 100644 (file)
index 0000000..f9718f2
--- /dev/null
@@ -0,0 +1,12 @@
+diff -uNr mono-2.8.1.orig//mcs/class/System.Web/System.Web.Configuration_2.0/MachineKeyRegistryStorage.cs mono-2.8.1/mcs/class/System.Web/System.Web.Configuration_2.0/MachineKeyRegistryStorage.cs
+--- mono-2.8.1.orig//mcs/class/System.Web/System.Web.Configuration_2.0/MachineKeyRegistryStorage.cs    2010-11-12 11:24:41.000000000 +0100
++++ mono-2.8.1/mcs/class/System.Web/System.Web.Configuration_2.0/MachineKeyRegistryStorage.cs  2010-12-23 22:55:23.076771217 +0100
+@@ -146,7 +146,7 @@
+                                       rk.Flush (); // we want it synchronous
+                               }
+                       } catch (Exception ex) {
+-                              throw new ApplicationException ("Failed to store encryption key in the registry.", ex);
++                              Console.Error.WriteLine ("(info) Auto generated encryption keys not saved: {0}", ex);
+                       }
+               }
+       }
This page took 0.026874 seconds and 4 git commands to generate.