From 1a9c55d3cbafe9c6df404d3b43287eb942104e76 Mon Sep 17 00:00:00 2001 From: Minsoo Choo Date: Thu, 22 Jun 2023 00:51:31 -0400 Subject: [PATCH 1/3] dotnet: switch to `openssl@3` --- Formula/dotnet.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/dotnet.rb b/Formula/dotnet.rb index 7d83958c1f4f0..2931bf3268c5d 100644 --- a/Formula/dotnet.rb +++ b/Formula/dotnet.rb @@ -7,6 +7,7 @@ class Dotnet < Formula revision: "e12b7af219b96b5e07039ea8e3e268380329d72c" version "7.0.100" license "MIT" + revision 1 # https://github.com/dotnet/source-build/#support livecheck do @@ -52,7 +53,7 @@ class Dotnet < Formula depends_on "pkg-config" => :build depends_on "python@3.11" => :build depends_on "icu4c" - depends_on "openssl@1.1" + depends_on "openssl@3" uses_from_macos "llvm" => :build uses_from_macos "krb5" From 66cbb7db0768e66208221e542e0005e5e59c450b Mon Sep 17 00:00:00 2001 From: Minsoo Choo Date: Sat, 24 Jun 2023 00:32:15 -0400 Subject: [PATCH 2/3] dotnet 7.0.108 --- Formula/dotnet.rb | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Formula/dotnet.rb b/Formula/dotnet.rb index 2931bf3268c5d..bcefa2e855605 100644 --- a/Formula/dotnet.rb +++ b/Formula/dotnet.rb @@ -3,9 +3,8 @@ class Dotnet < Formula homepage "https://dotnet.microsoft.com/" # Source-build tag announced at https://github.com/dotnet/source-build/discussions url "https://github.com/dotnet/installer.git", - tag: "v7.0.100-rtm.22521.12", - revision: "e12b7af219b96b5e07039ea8e3e268380329d72c" - version "7.0.100" + tag: "v7.0.108", + revision: "31ced64b58ad86bb12d655ab9f8f4ac213459339" license "MIT" revision 1 @@ -68,14 +67,6 @@ class Dotnet < Formula # GCC builds have limited support via community. fails_with :gcc - # Backport fix for error on aspnetcore version while building 'installer in tarball'. - # TODO: Remove when available in release. - # PR ref: https://github.com/dotnet/installer/pull/14938 - patch do - url "https://raw.githubusercontent.com/Homebrew/formula-patches/f206f7a45b330cce79e6bfe9116fccd93b0d3ed8/dotnet/aspnetcore-version.patch" - sha256 "00103452e2f52831c04007f1b7f9fcd5ecddf0671943657104f0ac8d3a9ca613" - end - # Fix build failure on macOS due to missing bootstrap packages # Fix build failure on macOS ARM due to `osx-x64` override # Issue ref: https://github.com/dotnet/source-build/issues/2795 From 9ff5f219231fd60aa2d7068f02592fae04e94400 Mon Sep 17 00:00:00 2001 From: Minsoo Choo Date: Tue, 11 Jul 2023 20:58:13 -0400 Subject: [PATCH 3/3] dotnet 7.0.109 --- Formula/dotnet.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/dotnet.rb b/Formula/dotnet.rb index bcefa2e855605..cdabce43bf34f 100644 --- a/Formula/dotnet.rb +++ b/Formula/dotnet.rb @@ -3,8 +3,8 @@ class Dotnet < Formula homepage "https://dotnet.microsoft.com/" # Source-build tag announced at https://github.com/dotnet/source-build/discussions url "https://github.com/dotnet/installer.git", - tag: "v7.0.108", - revision: "31ced64b58ad86bb12d655ab9f8f4ac213459339" + tag: "v7.0.109", + revision: "3e9283a8e906761fcf9973c0007a75c0eb20baea" license "MIT" revision 1