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.4.2.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ad9bd7ae55d
branches:  trunk
changeset: 564401:1ad9bd7ae55d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 02 12:09:01 2009 +0000

description:
Update to 2.4.2.3:

Mono 2.4.2.3 is a bug fix release for Mono 2.4, which is the foundation
for Novell's own long-term support Mono-based product.

This release includes the following bug fixes from 2.4.2.2:

* 502016 (https://bugzilla.novell.com/show_bug.cgi?id=502016) - Simple
  precompiled MVC app does not run on Mono 2.4.2
* 524726 (https://bugzilla.novell.com/show_bug.cgi?id=524726) -
  Precompiling for / then deploying elsewhere causes failure for ASP.NET
  apps.

Changes in Mono 2.4.2.3

XSP now has Silverlight mime types registered.

Updated the browser database.

The C# Shell (csharp) will now accept C# scripts specified on the command
line, like:

$ csharp demo.cs

A major bug was fixed for multi-threaded applications using XPath, if you
are using XPath in a multithreaded application, we strongly recommend that
you upgrade to this version.

diffstat:

 lang/mono/Makefile |  6 ++----
 lang/mono/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 8 deletions(-)

diffs (39 lines):

diff -r 3cb10bf0d067 -r 1ad9bd7ae55d lang/mono/Makefile
--- a/lang/mono/Makefile        Wed Sep 02 11:43:30 2009 +0000
+++ b/lang/mono/Makefile        Wed Sep 02 12:09:01 2009 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.92 2009/08/21 09:29:28 kefren Exp $
+# $NetBSD: Makefile,v 1.93 2009/09/02 12:09:01 wiz Exp $
 
 DISTNAME=      mono-${MONO_VERSION}
-PKGREVISION=   1
 CATEGORIES=    lang
-PKGREVISION=   2
 MASTER_SITES=  http://ftp.novell.com/pub/mono/sources/mono/
 EXTRACT_SUFX=  .tar.bz2
 
@@ -17,7 +15,7 @@
 
 CONFLICTS=     pnet-[0-9]*
 
-MONO_VERSION=          2.4.2.2
+MONO_VERSION=          2.4.2.3
 ALL_ENV+=              MONO_SHARED_DIR=${WRKDIR:Q}
 
 USE_TOOLS+=            bison gmake gtar perl:run pkg-config bash:run msgfmt
diff -r 3cb10bf0d067 -r 1ad9bd7ae55d lang/mono/distinfo
--- a/lang/mono/distinfo        Wed Sep 02 11:43:30 2009 +0000
+++ b/lang/mono/distinfo        Wed Sep 02 12:09:01 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.54 2009/08/21 09:29:28 kefren Exp $
+$NetBSD: distinfo,v 1.55 2009/09/02 12:09:01 wiz Exp $
 
-SHA1 (mono-2.4.2.2.tar.bz2) = dd70a6f749df7b497189e0ecb6796e00c50394c1
-RMD160 (mono-2.4.2.2.tar.bz2) = f2e61a1ab78cd6c7fe488092c1d10e8f29a732d3
-Size (mono-2.4.2.2.tar.bz2) = 24813167 bytes
+SHA1 (mono-2.4.2.3.tar.bz2) = c0e7c2992ef6c1ea3d1fd48ef581aa1ff6ec29cb
+RMD160 (mono-2.4.2.3.tar.bz2) = f52bf6e281b076b859a567c17917577710522684
+Size (mono-2.4.2.3.tar.bz2) = 24815426 bytes
 SHA1 (patch-ab) = cd21ae3674ff3c19343a60556a20198ead2d0e16
 SHA1 (patch-ac) = f88e1a034063a7f14e73d2e314e362d950c65e05
 SHA1 (patch-ae) = 0280993f1565ebd6fb552d12cfe12d105421de53



Home | Main Index | Thread Index | Old Index