Skip to content

Commit

Permalink
Merge pull request #179727 from Homebrew/mbedtls2-deprecate
Browse files Browse the repository at this point in the history
mbedtls@2: deprecate at end of 2024
  • Loading branch information
BrewTestBot authored Aug 3, 2024
2 parents 5dddda4 + 6f92d2b commit c6853c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/m/mbedtls@2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ class MbedtlsAT2 < Formula

keg_only :versioned_formula

# mbedtls-2.28 maintained until the end of 2024
# Ref: https://github.com/Mbed-TLS/mbedtls/blob/development/BRANCHES.md#current-branches
deprecate! date: "2024-12-31", because: :unsupported

depends_on "cmake" => :build
depends_on "python@3.12" => :build

Expand Down
8 changes: 8 additions & 0 deletions Formula/s/shadowsocks-libev.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ class ShadowsocksLibev < Formula
depends_on "libtool" => :build
end

# From GitHub page:
# Bug-fix-only libev port of shadowsocks. Future development moved to shadowsocks-rust
#
# Unmerged dependency update PRs:
# * MbedTLS 3: https://github.com/shadowsocks/shadowsocks-libev/pull/2999
# * PCRE2: https://github.com/shadowsocks/shadowsocks-libev/pull/1792
deprecate! date: "2024-12-31", because: "uses deprecated `mbedtls@2`"

depends_on "asciidoc" => :build
depends_on "xmlto" => :build
depends_on "c-ares"
Expand Down

0 comments on commit c6853c1

Please sign in to comment.