From e99937125e640ada8f940a6efe8191151c3fba76 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 7 Jan 2021 00:03:24 +0100 Subject: [PATCH] testssl.sh: rebuild against OpenSSL --- srcpkgs/testssl.sh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/testssl.sh/template b/srcpkgs/testssl.sh/template index 317c175a2b1..84b5510f598 100644 --- a/srcpkgs/testssl.sh/template +++ b/srcpkgs/testssl.sh/template @@ -1,8 +1,8 @@ # Template file for 'testssl.sh' pkgname=testssl.sh version=3.0.2 -revision=2 -depends="libressl bind-utils" +revision=3 +depends="openssl bind-utils" short_desc="Command line tool which checks a server for the support of TLS/SSL" maintainer="Enno Boland " license="GPL-2.0-only"