pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/mono Update to 2.10.9:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1043c75d1410
branches:  trunk
changeset: 610265:1043c75d1410
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 21 21:21:40 2012 +0000

description:
Update to 2.10.9:

2.10.9

Fix a libgdiplus issue that had forced linking against Apple's X11 stack for text rendering.
Fix issue where a native crash causes MonoDevelop to hang and neither Force Quit nor kill -9 would terminate it (Xamarin #2548).
Fix sgen failing with Assertion at sgen-gc.c:2506, condition `mono_sgen_need_bridge_processing ()' not met.

2.10.8

 Changes

    Updated the Task Parallel Library to include the latest fixes from our main development branch.
    SQLiteConnection can now set the threading mode (Xamarin #652)
    Improved the debugger protocol to speed up debugging and value lookup
    Added basic support for MSBuild 4.0 (Leszek Ciesielski, Paul Selormey)
    NuGet now runs on Mono
    Phalanger 3.0 now runs with Mono
    Adds support for some Azure libraries
    Added support for bundling profilers in a static binary
    The profiler can now log its data to any file descriptor (for over-the-net profile logging)
    SGen now has native support for object systems that implement ToggleRefs
    Mobile Profile now contains System.IO.MemoryMappedFiles
    Added PerformanceCounters for JIT statistics
    Add support for Android CPU count.
    HashSet<T> can now be serialized (Neale Ferguson)

Bug Fixes

    The --profile loader will now work on MacOS X without setting any environment variables
    Fixes slow start on threads (Xamarin #1036)
    Fixed the SGen interaction between weak references and ephemerons
    Fixes --profile=log on x64 systems (Xamarin #971)
    Fixes crash on some debugging configurations (Xamarin #1093)
    Fixes timezone race condition (Xamarin #1055)
    Fixes SendAsync reporting the wrong number of bytes sent (Xamarin #531)
    Plug a managed leak in the ASP.NET stack (HttpResponse)
    Fix an infinite loop in Path.GetTempFileName
    Fixes Soap12 message serialisation incorrect for ReplyTo header value (Xamarin #1244)
    Linked away exception on AsyncWaitHandle.WaitOne() on device (Xamarin #1144)
    Fixed MonoDoc to avoid loading the same documentation more than once (fixes MonoDoc browser)
    Fixes regression in System.Diagnostics.Process.PrivateMemorySize64 (Xamarin #1459)
    ASP.NET fix for WebResource.axd and hashes containing /
    ServiceModel now allows https endpoints (Xamarin #1203)
    ServiceModel now allow requests with no headers (Xamarin #1205 and #1207 by Mario Kosmiskaso)
    Fix for WebOperationContext.IncomingResponse (Xamarin #1209 by Mario Kosmiskaso)
    Fix for propagating operation context (Xamarin #1210 by Mario Kosmiskaso)
    Fix WebConnectionStream to return the correct length for input streams
    Fix serialization reader (Xamarin #1462)
    Various fixes to System.IO.Packaging
    mono-service now passes the command line arguments to the services
    Alternate path separator on Unix improves compatibility with Windows software
    Fixes xsi:nil handling (Xamarin #1198)
    Fixes hang caused by gdb attaching to the wrong process when Mono hard-crashes
    Fixes the handling of XmlSchemaFrom importing, which is exposed by WebSphere WSDL tools
    Fixes crash on inlined code that contained some patterns of exception throwing (Xamarin #1835)
    Fixes monotonic clock on OSX and iOS (Xamarin #1366)
    Fixes leak in Process class if WaitForExit was not called (Xamarin #1682)
    Fixes typo in ASP.NET's SQLServer SessionState
    Fixes marshaling of IPv6 addresses in Win32
    Fixes race in ServiceModel.Logger
    Fixes string truncation in Tds protocol (Xamarin #1916, Neale Ferguson)
    Fixes System.Data DataView sorting
    Fixes Debug information for dynamic methods (Novell #731579)
    On Android, stdout/stderr become the logcat
    Fixes ConditionalWeakTable behavior with SGen (Xamarin #1175)
    Fixes SIGSEGV during GC when write barrier is set to cardtable (Xamarin #1917)
    Added JSonSerializer support for nullables (Xamarin #163)
    Fixes deadlock on SDB (Xamarin #2190)
    Fixes heuristics for inserting breakpoints (Xamarin #407)
    Fixes Array.Containsfor null items via ICollection<T> (Xamarin #2260)
    Fixes scanning of complex values in SGen (Xamarin #228)
    Fixes assignability of arrays with generic interfaces (Xamarin #2304)
    Fixes FullAOT support for iterating Linq.OrderedEnumerable (Xamarin #2155)
    Fix a libgdiplus issue that had forced linking against Apple's X11 stack for text rendering on MacOS.
    Fix issue on Mac where a native crash causes MonoDevelop to hang and neither Force Quit nor kill -9 would terminate it (Xamarin #2548).

Mobile Profile Fixes

    Xamarin 233: support commit/rollback/update events in iOS/Sqlite
    Xamarin 154: Support Dispose on BinaryReader on the Mobile Profile
    SGen bridge processing is now a two-step process (used for Mono/Android)
    Xamarin 1999: all threads are now wrapped in NSAutoreleasePools.

diffstat:

 lang/mono/Makefile     |   5 ++---
 lang/mono/PLIST.common |  17 ++++++++++-------
 lang/mono/distinfo     |   8 ++++----
 3 files changed, 16 insertions(+), 14 deletions(-)

diffs (88 lines):

diff -r 22b88b1ea46a -r 1043c75d1410 lang/mono/Makefile
--- a/lang/mono/Makefile        Sun Oct 21 21:07:42 2012 +0000
+++ b/lang/mono/Makefile        Sun Oct 21 21:21:40 2012 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.127 2012/10/03 21:56:19 wiz Exp $
+# $NetBSD: Makefile,v 1.128 2012/10/21 21:21:40 wiz Exp $
 
-DISTNAME=      mono-2.10.6
-PKGREVISION=   6
+DISTNAME=      mono-2.10.9
 CATEGORIES=    lang
 MASTER_SITES=  http://download.mono-project.com/sources/mono/
 EXTRACT_SUFX=  .tar.bz2
diff -r 22b88b1ea46a -r 1043c75d1410 lang/mono/PLIST.common
--- a/lang/mono/PLIST.common    Sun Oct 21 21:07:42 2012 +0000
+++ b/lang/mono/PLIST.common    Sun Oct 21 21:21:40 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.common,v 1.15 2011/06/10 04:11:29 kefren Exp $
+@comment $NetBSD: PLIST.common,v 1.16 2012/10/21 21:21:40 wiz Exp $
 bin/al
 bin/al2
 bin/caspol
@@ -288,6 +288,7 @@
 lib/mono/4.0/Microsoft.Build.Framework.dll
 lib/mono/4.0/Microsoft.Build.Tasks.v4.0.dll
 lib/mono/4.0/Microsoft.Build.Utilities.v4.0.dll
+lib/mono/4.0/Microsoft.Build.dll
 lib/mono/4.0/Microsoft.Build.xsd
 lib/mono/4.0/Microsoft.CSharp.dll
 lib/mono/4.0/Microsoft.CSharp.targets
@@ -559,6 +560,8 @@
 lib/mono/gac/Microsoft.Build.Utilities.v4.0/4.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Utilities.v4.0.dll.mdb
 lib/mono/gac/Microsoft.Build.Utilities/2.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Utilities.dll
 lib/mono/gac/Microsoft.Build.Utilities/2.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.Utilities.dll.mdb
+lib/mono/gac/Microsoft.Build/4.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.dll
+lib/mono/gac/Microsoft.Build/4.0.0.0__b03f5f7f11d50a3a/Microsoft.Build.dll.mdb
 lib/mono/gac/Microsoft.CSharp/4.0.0.0__b03f5f7f11d50a3a/Microsoft.CSharp.dll
 lib/mono/gac/Microsoft.CSharp/4.0.0.0__b03f5f7f11d50a3a/Microsoft.CSharp.dll.mdb
 lib/mono/gac/Microsoft.VisualC/0.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualC.dll
@@ -693,8 +696,8 @@
 lib/mono/gac/System.Data.OracleClient/2.0.0.0__b77a5c561934e089/System.Data.OracleClient.dll.mdb
 lib/mono/gac/System.Data.OracleClient/4.0.0.0__b77a5c561934e089/System.Data.OracleClient.dll
 lib/mono/gac/System.Data.OracleClient/4.0.0.0__b77a5c561934e089/System.Data.OracleClient.dll.mdb
-lib/mono/gac/System.Data.Services.Client/3.5.0.0__b03f5f7f11d50a3a/System.Data.Services.Client.dll
-lib/mono/gac/System.Data.Services.Client/3.5.0.0__b03f5f7f11d50a3a/System.Data.Services.Client.dll.mdb
+lib/mono/gac/System.Data.Services.Client/3.5.0.0__b77a5c561934e089/System.Data.Services.Client.dll
+lib/mono/gac/System.Data.Services.Client/3.5.0.0__b77a5c561934e089/System.Data.Services.Client.dll.mdb
 lib/mono/gac/System.Data.Services.Client/4.0.0.0__b77a5c561934e089/System.Data.Services.Client.dll
 lib/mono/gac/System.Data.Services.Client/4.0.0.0__b77a5c561934e089/System.Data.Services.Client.dll.mdb
 lib/mono/gac/System.Data.Services/3.5.0.0__b77a5c561934e089/System.Data.Services.dll
@@ -885,6 +888,10 @@
 lib/mono/mono-configuration-crypto/4.0/mono-configuration-crypto.exe
 lib/mono/mono-configuration-crypto/4.0/mono-configuration-crypto.exe.mdb
 lib/mono/monodoc/monodoc.dll
+lib/mono/xbuild-frameworks/.NETFramework/v2.0/RedistList/FrameworkList.xml
+lib/mono/xbuild-frameworks/.NETFramework/v3.0/RedistList/FrameworkList.xml
+lib/mono/xbuild-frameworks/.NETFramework/v3.5/RedistList/FrameworkList.xml
+lib/mono/xbuild-frameworks/.NETFramework/v4.0/RedistList/FrameworkList.xml
 lib/mono/xbuild/Microsoft/Silverlight/v2.0/Microsoft.Silverlight.CSharp.targets
 lib/mono/xbuild/Microsoft/Silverlight/v2.0/Microsoft.Silverlight.Common.targets
 lib/mono/xbuild/Microsoft/Silverlight/v2.0/Microsoft.Silverlight.VisualBasic.targets
@@ -894,10 +901,6 @@
 lib/mono/xbuild/Microsoft/Silverlight/v3.0/Microsoft.Silverlight.VisualBasic.targets
 lib/mono/xbuild/Microsoft/Silverlight/v3.0/Moonlight.Build.Tasks.dll
 lib/mono/xbuild/Microsoft/VisualStudio/v9.0/WebApplications/Microsoft.WebApplication.targets
-lib/mono/xbuild-frameworks/.NETFramework/v2.0/RedistList/FrameworkList.xml
-lib/mono/xbuild-frameworks/.NETFramework/v3.0/RedistList/FrameworkList.xml
-lib/mono/xbuild-frameworks/.NETFramework/v3.5/RedistList/FrameworkList.xml
-lib/mono/xbuild-frameworks/.NETFramework/v4.0/RedistList/FrameworkList.xml
 lib/monodoc/monodoc.xml
 lib/monodoc/sources/Mono.source
 lib/monodoc/sources/Mono.tree
diff -r 22b88b1ea46a -r 1043c75d1410 lang/mono/distinfo
--- a/lang/mono/distinfo        Sun Oct 21 21:07:42 2012 +0000
+++ b/lang/mono/distinfo        Sun Oct 21 21:21:40 2012 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.85 2012/05/04 16:23:20 joerg Exp $
+$NetBSD: distinfo,v 1.86 2012/10/21 21:21:40 wiz Exp $
 
-SHA1 (mono-2.10.6.tar.bz2) = c17d211475a321680b4772dd3b8cadde7eaa60aa
-RMD160 (mono-2.10.6.tar.bz2) = ca4037531046f60348350e7ab5a760ddbc152bc4
-Size (mono-2.10.6.tar.bz2) = 34006551 bytes
+SHA1 (mono-2.10.9.tar.bz2) = 1a6e8c5a0c3d88d87982259aa04402e028a283de
+RMD160 (mono-2.10.9.tar.bz2) = ac9784c413eb2cdb490750a86a96cce5c11ad5bd
+Size (mono-2.10.9.tar.bz2) = 34038017 bytes
 SHA1 (patch-aa) = f3c88247c143cba6d0475f1dabb653adbc841bdb
 SHA1 (patch-ab) = f4d7c412a34e6ce5321361616888b601ff666cdd
 SHA1 (patch-ac) = 78f3b0786480e066959cc191e3f45d3f773220e2



Home | Main Index | Thread Index | Old Index