packages: mono/mono-encryption.patch (NEW) - https://github.com/mono/mono/...
marcus
marcus at pld-linux.org
Fri Dec 24 07:32:20 CET 2010
Author: marcus Date: Fri Dec 24 06:32:19 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- https://github.com/mono/mono/commit/d326d51789cf39012b55bc31dc6945249ac442c6
---- Files affected:
packages/mono:
mono-encryption.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/mono/mono-encryption.patch
diff -u /dev/null packages/mono/mono-encryption.patch:1.1
--- /dev/null Fri Dec 24 07:32:20 2010
+++ packages/mono/mono-encryption.patch Fri Dec 24 07:32:14 2010
@@ -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);
+ }
+ }
+ }
================================================================
More information about the pld-cvs-commit
mailing list