-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mbedtls@2: deprecate #162684
mbedtls@2: deprecate #162684
Conversation
we can also remove the livecheck per this change |
There might still be releases though. It's deprecated, not abandoned. |
That's a disappointing amount of dependencies. dislocker
* Dependency 'mbedtls@2' is deprecated but has un-deprecated dependents. Either
un-deprecate 'mbedtls@2' or deprecate it and all of its dependents.
hashlink
* Dependency 'mbedtls@2' is deprecated but has un-deprecated dependents. Either
un-deprecate 'mbedtls@2' or deprecate it and all of its dependents.
haxe
* Dependency 'mbedtls@2' is deprecated but has un-deprecated dependents. Either
un-deprecate 'mbedtls@2' or deprecate it and all of its dependents.
julia
* Dependency 'mbedtls@2' is deprecated but has un-deprecated dependents. Either
un-deprecate 'mbedtls@2' or deprecate it and all of its dependents.
neko
* Dependency 'mbedtls@2' is deprecated but has un-deprecated dependents. Either
un-deprecate 'mbedtls@2' or deprecate it and all of its dependents.
shadowsocks-libev
* Dependency 'mbedtls@2' is deprecated but has un-deprecated dependents. Either
un-deprecate 'mbedtls@2' or deprecate it and all of its dependents. |
Neko seems deprecated itself: HaxeFoundation/neko#287 |
Dislocker seems abandoned: Aorimn/dislocker#314 |
Shadowsocks issues are piling up without any answers anywhere: https://github.com/shadowsocks/shadowsocks-libev |
Haxe has an issue open: HaxeFoundation/haxe#11195 |
They did try switching to
We can probably deprecate it when we feel like (probably at same time as
The problem is
Julia is the biggest issue. There isn't much progress on what they plan to do (e.g. switch to OpenSSL, update to MbedTLS 3, switch to BoringSSL, etc). I assume they will decide on something before EOL given there are enough maintainers over there. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?