pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/mono



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Nov 24 13:58:45 UTC 2023

Modified Files:
        pkgsrc/lang/mono: Makefile distinfo

Log Message:
mono: Update 6.12.0.199

Changelog:
mono-6.12.0.199

Bump nuget.exe to v6.6.1

mono-6.12.0.198

Fix xar url again

(cherry picked from commit 3005442)

mono-6.12.0.190

Change download URL for PCL reference assemblies

mono-6.12.0.188

Bump NuGetSdkResolver in msbuild

mono-6.12.0.185

Backport fixes for sharing wrappers when type attributes are involved (…

…#21537)

* [wasm] Fix the handling of i8/u8 in get_wrapper_shared_type_full (). (#19859)

Previously, these were returned verbatim, which caused sharing issues when the type had
attributes.

Fixes #19841.

* [aot] Fix the handling of r4/r8 parameter types with attributes during generic sharing. (#20217)

The attributes need to be ignored as with the other types, otherwise gsharedvt wrappers for signatures with
parameters like double f = default will not be found.

Fixes #20195.

mono-6.12.0.184

Backporting dotnet/runtime#59861 (#21532)

Fixes dotnet/runtime#72181

mono-6.12.0.183

Backport dotnet/runtime#71436 (#21519)

Backport dotnet/runtime#71436
Backport of #21516 to 2020-02


To generate a diff of this commit:
cvs rdiff -u -r1.211 -r1.212 pkgsrc/lang/mono/Makefile
cvs rdiff -u -r1.119 -r1.120 pkgsrc/lang/mono/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/mono/Makefile
diff -u pkgsrc/lang/mono/Makefile:1.211 pkgsrc/lang/mono/Makefile:1.212
--- pkgsrc/lang/mono/Makefile:1.211     Wed Nov  8 13:19:49 2023
+++ pkgsrc/lang/mono/Makefile   Fri Nov 24 13:58:45 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.211 2023/11/08 13:19:49 wiz Exp $
+# $NetBSD: Makefile,v 1.212 2023/11/24 13:58:45 ryoon Exp $
 
-DISTNAME=      mono-6.12.0.182
-PKGREVISION=   3
+DISTNAME=      mono-6.12.0.199
 CATEGORIES=    lang
 MASTER_SITES=  https://download.mono-project.com/sources/mono/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/lang/mono/distinfo
diff -u pkgsrc/lang/mono/distinfo:1.119 pkgsrc/lang/mono/distinfo:1.120
--- pkgsrc/lang/mono/distinfo:1.119     Mon Feb 13 14:15:12 2023
+++ pkgsrc/lang/mono/distinfo   Fri Nov 24 13:58:45 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.119 2023/02/13 14:15:12 ryoon Exp $
+$NetBSD: distinfo,v 1.120 2023/11/24 13:58:45 ryoon Exp $
 
-BLAKE2s (mono-6.12.0.182.tar.xz) = b3edd4f0c550a23c2cfcd0a025e3090426efc4ebd5ab2adab40732f6b377a9ca
-SHA512 (mono-6.12.0.182.tar.xz) = 5f0f02f2adf89785af8f620c16d69fc97b87c9b39133286e6f1237a397f4842ea8d26802d9f802f8798a86540dc1bc3b5201428f218c78fbcf91f0d575cde512
-Size (mono-6.12.0.182.tar.xz) = 303230932 bytes
+BLAKE2s (mono-6.12.0.199.tar.xz) = 50c074d858ce32159283f5eb2c5efee22fca111d09e0b1556474a6db33acb25e
+SHA512 (mono-6.12.0.199.tar.xz) = 9e379aaeb2e8750edbda74648c0ae9cc8cb9b2d7af85512bf2e729132c2e0322e776ef0b7657da708cbc1ae2a62f5532519d339fa68f465b30a65ca30d4a1e51
+Size (mono-6.12.0.199.tar.xz) = 304146664 bytes
 SHA1 (patch-acceptance-tests_Makefile.in) = b2edf3ed54d3669c5651c6d63bb8fb04fae0fec0
 SHA1 (patch-acceptance-tests_microbench-perf_sh_in) = d46118c1685e3e48a5b8594bf7f77acd2bebaf94
 SHA1 (patch-configure.ac) = b43ae23e74790660435eb13ac358dc56ad243779



Home | Main Index | Thread Index | Old Index