Diff sslscan-2.0.16 with a sslscan-2.1.0
/usr/portage/net-analyzer/sslscan/sslscan-2.1.0.ebuild 2023-10-09 14:52:33.340368447 +0300 | ||
---|---|---|
7 | 7 | |
8 | 8 |
# sslscan builds against a static openssl library to allow weak ciphers |
9 | 9 |
# to be enabled so that they can be tested. |
10 |
OPENSSL_RELEASE_TAG="OpenSSL_1_1_1t" |
|
10 |
OPENSSL_RELEASE_TAG="openssl-3.0.10" |
|
11 | 11 | |
12 | 12 |
DESCRIPTION="Fast SSL configuration scanner" |
13 | 13 |
HOMEPAGE="https://github.com/rbsec/sslscan" |
... | ... | |
16 | 16 | |
17 | 17 |
LICENSE="GPL-3" |
18 | 18 |
SLOT="0" |
19 |
KEYWORDS="amd64 ~arm64 x86" |
|
19 |
KEYWORDS="~amd64 ~arm64 ~x86" |
|
20 | 20 | |
21 | 21 |
# Requires a docker environment |
22 | 22 |
RESTRICT="test" |