From 94b6280228d8d68b256b90c4b1c2301d6cf06cc9 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Wed, 14 Feb 2024 15:07:49 +0100 Subject: [PATCH] mbedtls@2: deprecate --- Formula/m/mbedtls@2.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/m/mbedtls@2.rb b/Formula/m/mbedtls@2.rb index 91c1601b5321..0b42c42dfa14 100644 --- a/Formula/m/mbedtls@2.rb +++ b/Formula/m/mbedtls@2.rb @@ -23,6 +23,10 @@ class MbedtlsAT2 < Formula keg_only :versioned_formula + # see https://github.com/Mbed-TLS/mbedtls/releases/tag/v2.28.7, + # v2 will be supported with bug-fixes and security fixes until end of 2024. + disable! date: "2024-12-31", because: :deprecated_upstream + depends_on "cmake" => :build depends_on "python@3.12" => :build