]> git.pld-linux.org Git - packages/mono.git/commitdiff
- Up to 2.8.2 auto/th/mono-2_8_2-1
authorCaleb Maclennan <caleb@alerque.com>
Mon, 10 Jan 2011 15:10:09 +0000 (15:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Removed patch8, applied upstream

Changed files:
    mono-encryption.patch -> 1.2
    mono.spec -> 1.276

mono-encryption.patch [deleted file]
mono.spec

diff --git a/mono-encryption.patch b/mono-encryption.patch
deleted file mode 100644 (file)
index f9718f2..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-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);
-                       }
-               }
-       }
index 237bfab263d622b972181c3435ff1aa3270e1f8b..29bc926c42af5e9897c79d70d719438c2baf6b0b 100644 (file)
--- a/mono.spec
+++ b/mono.spec
 Summary:       Common Language Infrastructure implementation
 Summary(pl.UTF-8):     Implementacja Common Language Infrastructure
 Name:          mono
-Version:       2.8.1
-Release:       2
+Version:       2.8.2
+Release:       1
 License:       LGPL v2 (VM), MIT X11/GPL v2 (C# compilers), MIT X11 (classes, tools), GPL v2 (tools)
 Group:         Development/Languages
 # latest downloads summary at http://ftp.novell.com/pub/mono/sources-stable/
 Source0:       http://ftp.novell.com/pub/mono/sources/mono/%{name}-%{version}.tar.bz2
-# Source0-md5: 329734676dff6ddb5546cc7ed2c67658
+# Source0-md5: 7ae9055a378b1b1579e4a1997d3ed4c2
 Patch0:                %{name}-alpha-float.patch
 Patch1:                %{name}-mint.patch
 Patch2:                %{name}-sonames.patch
@@ -32,7 +32,6 @@ Patch4:               %{name}-console-no-utf8-bom.patch
 Patch5:                %{name}-pc.patch
 Patch6:                %{name}-ARG_MAX.patch
 Patch7:                %{name}-fix-moonlight-side-effects.patch
-Patch8:                %{name}-encryption.patch
 URL:           http://www.mono-project.com/
 %if %(test -r /dev/random; echo $?)
 BuildRequires: ACCESSIBLE_/dev/random
@@ -223,7 +222,6 @@ oraz dotGNU.
 %patch5 -p1
 %patch6 -p1
 %patch7 -p0
-%patch8 -p1
 
 # for jay
 cat >> mcs/build/config-default.make <<'EOF'
This page took 0.042808 seconds and 4 git commands to generate.