[Pkg-cli-libs-commits] [SCM] ironruby branch, master, updated. debian/0.9.0+dfsg-1-52-g09c8603

Mirco Bauer meebey at meebey.net
Thu Aug 13 21:26:33 UTC 2009


The following commit has been merged in the master branch:
commit 09c8603dea37c3d8a3964aeb0b476d86fec524f5
Author: Mirco Bauer <meebey at meebey.net>
Date:   Thu Aug 13 23:26:13 2009 +0200

    Really sign all DLR libraries.

diff --git a/debian/patches/sign_dlr_assemblies.patch b/debian/patches/sign_dlr_assemblies.patch
index 9250ea6..cc7a9a3 100644
--- a/debian/patches/sign_dlr_assemblies.patch
+++ b/debian/patches/sign_dlr_assemblies.patch
@@ -9,36 +9,58 @@
  #endif
  
  #if !SILVERLIGHT
-@@ -65,5 +65,6 @@
+@@ -65,5 +65,7 @@
  [assembly: AssemblyFileVersion("1.0.0.00")]
  [assembly: AssemblyInformationalVersion("1.0")]
  [assembly: AllowPartiallyTrustedCallers]
 +[assembly: AssemblyKeyFile("/usr/share/cli-common/keys/mono.snk")]
++[assembly: AssemblyDelaySign(false)]
  #endif
  
 --- git.orig/ndp/fx/src/Core/Microsoft/Scripting/Properties/AssemblyInfo.cs
 +++ git/ndp/fx/src/Core/Microsoft/Scripting/Properties/AssemblyInfo.cs
-@@ -59,4 +59,5 @@
+@@ -59,4 +59,6 @@
  [assembly: AssemblyFileVersion("1.0.0.00")]
  [assembly: AssemblyInformationalVersion("1.0")]
  [assembly: AllowPartiallyTrustedCallers]
 +[assembly: AssemblyKeyFile("/usr/share/cli-common/keys/mono.snk")]
++[assembly: AssemblyDelaySign(false)]
  #endif
 --- git.orig/ndp/fx/src/Core/Microsoft/Scripting/Properties/ExtensionAssemblyInfo.cs
 +++ git/ndp/fx/src/Core/Microsoft/Scripting/Properties/ExtensionAssemblyInfo.cs
-@@ -59,4 +59,5 @@
+@@ -59,4 +59,6 @@
  [assembly: AssemblyFileVersion("1.0.0.00")]
  [assembly: AssemblyInformationalVersion("1.0")]
  [assembly: AllowPartiallyTrustedCallers]
 +[assembly: AssemblyKeyFile("/usr/share/cli-common/keys/mono.snk")]
++[assembly: AssemblyDelaySign(false)]
  #endif
 --- git.orig/ndp/fx/src/Dynamic/System/Dynamic/Properties/AssemblyInfo.cs
 +++ git/ndp/fx/src/Dynamic/System/Dynamic/Properties/AssemblyInfo.cs
-@@ -55,6 +55,7 @@
+@@ -55,6 +55,8 @@
  [assembly: AssemblyFileVersion("1.0.0.00")]
  [assembly: AssemblyInformationalVersion("1.0")]
  [assembly: AllowPartiallyTrustedCallers]
 +[assembly: AssemblyKeyFile("/usr/share/cli-common/keys/mono.snk")]
++[assembly: AssemblyDelaySign(false)]
  #else
  
  [assembly: InternalsVisibleTo("Microsoft.CSharp, PublicKey =" +
+--- git.orig/Merlin/Main/Runtime/Microsoft.Scripting/Properties/AssemblyInfo.cs
++++ git/Merlin/Main/Runtime/Microsoft.Scripting/Properties/AssemblyInfo.cs
+@@ -57,7 +57,7 @@
+ #if SIGNED
+ [assembly: InternalsVisibleTo("TestInternalDLR, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
+ #else
+-[assembly: InternalsVisibleTo("TestInternalDLR")]
++//[assembly: InternalsVisibleTo("TestInternalDLR")]
+ #endif
+ 
+ #if !SILVERLIGHT
+@@ -65,4 +65,6 @@
+ [assembly: AssemblyFileVersion("1.0.0.00")]
+ [assembly: AssemblyInformationalVersion("1.0")]
+ [assembly: AllowPartiallyTrustedCallers]
++[assembly: AssemblyKeyFile("/usr/share/cli-common/keys/mono.snk")]
++[assembly: AssemblyDelaySign(false)]
+ #endif

-- 
ironruby



More information about the Pkg-cli-libs-commits mailing list