Received: by mail.netbsd.org (Postfix, from userid 605) id 5CC7084E8A; Mon, 13 Feb 2023 14:15:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8B4D884D66 for ; Mon, 13 Feb 2023 14:15:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id VhC5bUSYVhl4 for ; Mon, 13 Feb 2023 14:15:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 906FE84D14 for ; Mon, 13 Feb 2023 14:15:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 89B19FA90; Mon, 13 Feb 2023 14:15:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1676297712167320" MIME-Version: 1.0 Date: Mon, 13 Feb 2023 14:15:12 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/lang/mono To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20230213141512.89B19FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1676297712167320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: ryoon Date: Mon Feb 13 14:15:12 UTC 2023 Modified Files: pkgsrc/lang/mono: Makefile distinfo Log Message: mono: Update to 6.12.0.182 Changelog: Mono 6.12.0.182 Release Notes Highlights Fix for NuGet security issue https://github.com/NuGet/Home/issues/11883 Various bugfixes Mono 6.12.0.174 Release Notes Highlights Various bugfixes Resolved Issues 19395 Ensure generic parameter constraint type is included when building image 19434 [metadata] Handle MONO_TYPE_FNPTR case in collect_type_images 20218 Trying to open a pseudo-tty throws an exception · Issue #20218 · mono/mono · GitHub 20219 Ignore EINVAL errors on ioctl TIOCMGET/TIOCMSET 20909 [2020-02] Backport Apple silicon support 20918 [2020-02][marshal] Fix VARIANT and BSTR marshaling in structs 20978 [2020-02] Fix the System.String.Replace throwing NotImplementedException 20983 [2020-02] Bump msbuild, roslyn and nuget 20986 [2020-02] Backport r4-conv-i fixes 21006 [2020-02][arm64] Fix wrong marshalling in gsharedvt transition 21018 [2020-02] bump corefx 21029 [2020-02][System.Native] Handle ReadDir EINTR 21042 [2020-02][MonoIO] Wrap calls to open() in EINTR handling 21053 [2020-02] Fix leak in assembly-specific dllmap lookups 21073 [2020-02][MSBuild] Update to vs16.10 branch 21116 [2020-02] Fix memory leak during data registration (#21107) 21126 [2020-02] Start a dedicated thread for MERP crash reporting 21142 [mono] Fix race during mono_image_storage_open 21186 [2020-02][mini] Add GC Unsafe transitions in mono_pmip 21190 2020 02 backport metadata fixes 21195 [2020-02] Adding null check to avoid abort when invalid IL is encountered 21196 [2020-02] [Mono.Profiler.Aot] Write true string wire length 21201 [2020-02] Ignore inherit param for ParameterInfo.GetCustomAttributes 21203 Trying to open a pseudo-tty throws an exception on 5.13+ Linux kernels · Issue #21203 · mono/mono · GitHub 21205 [2020-02][linux] Some pseudo-tty fixes 21209 [2020-02] [mini] Don’t add unbox tramopline on generic DIM calls 21218 [MacSDK] Add F# targets to VisualStudio/v17.0 directory 21225 [2020-02][aot] Don’t leak unbox trampolines 21240 Revert “[2020-02] Start a dedicated thread for MERP crash reporting (#21126)” 21261 Allow nfloat to be in the ObjCRuntime namespace, and make it work for Xamarin.MacCatalyst.dll as well. 21309 [2020-02] [aot] Prepend the assembly name to the names of gsharedvt wrappers to avoid duplicate symbol errors during static linking. 21351 [2020-02] Adds full path to libcairo for correct assembly directory resolution in monterey 21366 [2020-02] [cominterop] Add coop handle enter/return on native CCW methods 21391 [2020-02] transform sgen_get_descriptor to parallel safe version in job_major_mod_union_preclean 21395 [2020-02][interp] Remove hack for nint/nfloat 21407 [2020-02] Add missing handle function enter/return macros 21419 [2020-02] [AOT] Use .short directive instead of .hword 21420 [2020-02] Avoid an assert in ves_icall_RuntimeFieldInfo_SetValueInternal 21422 [2020-02] vtable setup fix for generic default interface methods in mono runtime 21431 [2020-02] [Tools] Fix mono-api-html MarkdownFormatter.cs to avoid a NRE 21433 [Android] Workaround for invalid return value from clock_nanosleep 21435 [2020-02][Android] Workaround for invalid return value from clock_nanosleep 21452 [2020-02] [AOT] Don’t set the ‘CorrectedSynthesize’ flag in the objc_imageinfo section. 21453 [2020-02][cominterop] Fix CCW memory leak 21460 [2020-02] Use upstream zlib 1.2.12 21471 [2020-02] [mono] Remove some of the restrictions on constrained calls from gsha… 21475 [2020-02] Bump corefx to get MaxResponseHeadersLength fix To generate a diff of this commit: cvs rdiff -u -r1.207 -r1.208 pkgsrc/lang/mono/Makefile cvs rdiff -u -r1.118 -r1.119 pkgsrc/lang/mono/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1676297712167320 Content-Disposition: inline Content-Length: 1788 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/mono/Makefile diff -u pkgsrc/lang/mono/Makefile:1.207 pkgsrc/lang/mono/Makefile:1.208 --- pkgsrc/lang/mono/Makefile:1.207 Wed Nov 23 16:18:50 2022 +++ pkgsrc/lang/mono/Makefile Mon Feb 13 14:15:12 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.207 2022/11/23 16:18:50 adam Exp $ +# $NetBSD: Makefile,v 1.208 2023/02/13 14:15:12 ryoon Exp $ -DISTNAME= mono-6.12.0.122 -PKGREVISION= 8 +DISTNAME= mono-6.12.0.182 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.118 pkgsrc/lang/mono/distinfo:1.119 --- pkgsrc/lang/mono/distinfo:1.118 Sat Sep 24 07:48:06 2022 +++ pkgsrc/lang/mono/distinfo Mon Feb 13 14:15:12 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.118 2022/09/24 07:48:06 nia Exp $ +$NetBSD: distinfo,v 1.119 2023/02/13 14:15:12 ryoon Exp $ -BLAKE2s (mono-6.12.0.122.tar.xz) = 0f4ef4106e8974fea9ddc2b61ab1b0ebd2a8182fb9f098ec9c46655b4ac1b867 -SHA512 (mono-6.12.0.122.tar.xz) = 0fbd4147498cc81e384933147eb6aa5c559d17a794a308af7ffa43dce51e0faefde24fc75e987ed804dcb161b52756944bc3611100fc0a4adcc260ca97ddaecd -Size (mono-6.12.0.122.tar.xz) = 292266176 bytes +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 SHA1 (patch-acceptance-tests_Makefile.in) = b2edf3ed54d3669c5651c6d63bb8fb04fae0fec0 SHA1 (patch-acceptance-tests_microbench-perf_sh_in) = d46118c1685e3e48a5b8594bf7f77acd2bebaf94 SHA1 (patch-configure.ac) = b43ae23e74790660435eb13ac358dc56ad243779 --_----------=_1676297712167320--