From 93dc2a4eef424f91fcd56711972b597c28e798ca Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Thu, 19 Oct 2023 14:06:30 +0200 Subject: [PATCH] apache-2.eclass: update rustls-ffi minimal version This version matches the requirement for apache 2.0.48 and is also compatible with apache 2.0.47. Signed-off-by: Hans de Graaff --- eclass/apache-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index 5ff17fd8d228c..4da2e151fed22 100644 --- a/eclass/apache-2.eclass +++ b/eclass/apache-2.eclass @@ -162,7 +162,7 @@ RDEPEND=" apache2_modules_session_crypto? ( dev-libs/apr-util[openssl] ) - apache2_modules_tls? ( net-libs/rustls-ffi:= ) + apache2_modules_tls? ( >=net-libs/rustls-ffi-0.9.2:= ) gdbm? ( sys-libs/gdbm:= ) ldap? ( net-nds/openldap:= ) selinux? ( sec-policy/selinux-apache )