commit:     ed4f9e6db4820772ae347f5d6a0796c2e9fa0450
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 31 05:53:57 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 05:53:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed4f9e6d

net-misc/curl: tighten net-libs/rustls-ffi dependency

There are multiple upcoming untested releases from rustls
for 0.12 and 0.13 tracks - we can't guarantee that curl will
work with these versions.

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 net-misc/curl/curl-8.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/curl/curl-8.7.1.ebuild b/net-misc/curl/curl-8.7.1.ebuild
index cdb30b15df5c..3338a14e2bef 100644
--- a/net-misc/curl/curl-8.7.1.ebuild
+++ b/net-misc/curl/curl-8.7.1.ebuild
@@ -86,7 +86,7 @@ RDEPEND="
                        
>=dev-libs/openssl-0.9.7:=[sslv3(-)=,static-libs?,${MULTILIB_USEDEP}]
                )
                rustls? (
-                       >=net-libs/rustls-ffi-0.12.0:=[${MULTILIB_USEDEP}]
+                       ~net-libs/rustls-ffi-0.12.1:=[${MULTILIB_USEDEP}]
                )
        )
        zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )

Reply via email to