From owner-freebsd-mono@freebsd.org Tue Jan 30 19:01:38 2018 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 154F1EDC4A4 for ; Tue, 30 Jan 2018 19:01:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 9F9417BFA3 for ; Tue, 30 Jan 2018 19:01:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 60D84EDC4A2; Tue, 30 Jan 2018 19:01:37 +0000 (UTC) Delivered-To: mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C582EDC4A1 for ; Tue, 30 Jan 2018 19:01:37 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A69BE7BF99 for ; Tue, 30 Jan 2018 19:01:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id D0CCE1FF19 for ; Tue, 30 Jan 2018 19:01:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w0UJ1ZgZ033025 for ; Tue, 30 Jan 2018 19:01:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w0UJ1Z5M033024 for mono@FreeBSD.org; Tue, 30 Jan 2018 19:01:35 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: mono@FreeBSD.org Subject: [Bug 209670] lang/mono: Update certificates store at install/update time Date: Tue, 30 Jan 2018 19:01:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: mono@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jan 2018 19:01:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209670 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: dbn Date: Tue Jan 30 19:00:31 UTC 2018 New revision: 460430 URL: https://svnweb.freebsd.org/changeset/ports/460430 Log: lang/mono: update to version 5.2.0.215 (and enhance USES=3Dmono) Highlights: - New Roslyn compiler for C# available - Improved support for nuget packages in USES=3Dmono General: - fix pkg-plist: mono now produces '.pdb' debug files instead of '.mdb' - bump all dependant ports USES=3Dmono: - properly handle caching of nuget packages - add support for multiple feeds for nuget packages - add support for nuget dependencies in a separate file - add support for paket packages lang/mono: - update to version 5.2.0.215 - automate certificate initialisation [2] - increase test coverage - mark as conflicting with net/czmq (conflicting on makecert) [1] - patch mono to use $PREFIX/share/mono instead of /usr/share/.mono devel/google-gdata: - use nunit.framework nuget package as the Mono shipped version is no lo= nger suppport. - switch to using csc(1) for compiling (mcs(1) is depreciated). - use delayed signing (and then sign with sn(1)) as csc(1) does not supp= ort signing. - fix reference to system assemblies (the '.dll' suffix is required). - fix reference to HttpUtility: csc(1) is more strict about scoping devel/monodevelop: - reroll distinfo (no changes to content) lang/fsharp: - reroll distinfo (no changes to content) security/gnome-keyring-sharp: - delay sign (then sign with sn(1)) as csc(1) does not support direct signing. PR: 223188 [1] PR: 209670 [2] Differential Revision: https://reviews.freebsd.org/D13752 Changes: head/Mk/Uses/mono.mk head/audio/taglib-sharp/Makefile head/deskutils/tomboy/Makefile head/devel/dbus-sharp/Makefile head/devel/dbus-sharp/pkg-plist head/devel/flickrnet/Makefile head/devel/google-gdata/Makefile head/devel/google-gdata/distinfo head/devel/google-gdata/files/patch-Makefile head/devel/google-gdata/files/patch-src_gapps_auditservice.cs head/devel/log4net/Makefile head/devel/mono-addins/Makefile head/devel/mono-addins/pkg-plist head/devel/monodevelop/Makefile head/devel/monodevelop/distinfo head/devel/monodevelop/pkg-plist head/devel/nant/Makefile head/devel/ndesk-dbus/Makefile head/devel/ndesk-dbus-glib/Makefile head/devel/ndesk-options/Makefile head/devel/newtonsoft-json/Makefile head/devel/nini/Makefile head/devel/notify-sharp/Makefile head/devel/omnisharp-server/Makefile head/devel/omnisharp-server/pkg-plist head/games/gbrainy/Makefile head/games/openclaw/Makefile head/games/openra/Makefile head/graphics/nplot/Makefile head/irc/smartirc4net/Makefile head/lang/fsharp/Makefile head/lang/fsharp/distinfo head/lang/mono/Makefile head/lang/mono/distinfo head/lang/mono/files/patch-configure.ac head/lang/mono/files/patch-eglib_src_gfile-posix.c =20 head/lang/mono/files/patch-mcs_class_Mono.Security_Mono.Security.Cryptograp= hy_KeyPairPersistence.cs =20 head/lang/mono/files/patch-mcs_class_Mono.Security_Mono.Security.X509_X509S= toreManager.cs =20 head/lang/mono/files/patch-mcs_tools_mono-configuration-crypto_lib_Mono.Con= figuration.Crypto_KeyContainerCollection.cs =20 head/lang/mono/files/patch-mcs_tools_xbuild_data_12.0_Microsoft.CSharp.targ= ets =20 head/lang/mono/files/patch-mcs_tools_xbuild_data_14.0_Microsoft.CSharp.targ= ets head/lang/mono/files/patch-mono_metadata_socket-io.c head/lang/mono/files/patch-mono_mini_mini-posix.c head/lang/mono/files/patch-mono_profiler_ptestrunner.pl head/lang/mono/files/patch-mono_utils_mono-compiler.h head/lang/mono/files/patch-mono_utils_mono-proclib.c head/lang/mono/files/patch-mono_utils_mono-threads.c head/lang/mono/files/patch-mono_utils_w32handle.c head/lang/mono/files/patch-scripts_mono-heapviz head/lang/mono/pkg-plist head/lang/mono-basic/Makefile head/mail/gmime2-sharp/Makefile head/mail/gmime24-sharp/Makefile head/misc/cdcollect/Makefile head/misc/podsleuth/Makefile head/multimedia/emby-server/Makefile head/multimedia/emby-server/pkg-plist head/multimedia/gnome-subtitles/Makefile head/net/avahi-sharp/Makefile head/net/mono-zeroconf/Makefile head/net/ntpa/Makefile head/security/gnome-keyring-sharp/Makefile head/security/gnome-keyring-sharp/files/ head/security/gnome-keyring-sharp/files/patch-configure.ac =20 head/security/gnome-keyring-sharp/files/patch-src_Gnome.Keyring_AssemblyInf= o.cs.in head/security/gnome-keyring-sharp/files/patch-src_Makefile.am head/security/gnome-keyring-sharp/pkg-plist head/security/keepass/Makefile head/www/mod_mono/Makefile head/www/webkit-sharp/Makefile head/www/xsp/Makefile head/x11-toolkits/gnome-sharp20/Makefile head/x11-toolkits/gtk-sharp20/Makefile head/x11-toolkits/gtk-sharp30/Makefile --=20 You are receiving this mail because: You are the assignee for the bug.=