commit: c47379650569d612f6b0da06655b4b1cdb8539fe Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Wed Oct 15 20:19:40 2025 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Wed Oct 15 20:19:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4737965
net-misc/curl: bump mbedtls dependency >=net-misc/curl-8.16.0 now requires mbedtls >=3.2.0. Depend on the appropriate slot. No revbump as any users with mbedtls selected will have experienced a build failure. Closes: https://bugs.gentoo.org/964194 Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> net-misc/curl/curl-8.16.0-r1.ebuild | 2 +- net-misc/curl/curl-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/curl/curl-8.16.0-r1.ebuild b/net-misc/curl/curl-8.16.0-r1.ebuild index c915eaa6be04..7207f56f4b2c 100644 --- a/net-misc/curl/curl-8.16.0-r1.ebuild +++ b/net-misc/curl/curl-8.16.0-r1.ebuild @@ -123,7 +123,7 @@ RDEPEND=" ) mbedtls? ( app-misc/ca-certificates - net-libs/mbedtls:0=[${MULTILIB_USEDEP}] + net-libs/mbedtls:3=[${MULTILIB_USEDEP}] ) openssl? ( >=dev-libs/openssl-1.0.2:=[static-libs?,${MULTILIB_USEDEP}] diff --git a/net-misc/curl/curl-9999.ebuild b/net-misc/curl/curl-9999.ebuild index f9ed048bec45..12f52e19f992 100644 --- a/net-misc/curl/curl-9999.ebuild +++ b/net-misc/curl/curl-9999.ebuild @@ -123,7 +123,7 @@ RDEPEND=" ) mbedtls? ( app-misc/ca-certificates - net-libs/mbedtls:0=[${MULTILIB_USEDEP}] + net-libs/mbedtls:3=[${MULTILIB_USEDEP}] ) openssl? ( >=dev-libs/openssl-1.0.2:=[static-libs?,${MULTILIB_USEDEP}]
