diff --git a/sslscan-2.0.16.tar.gz b/sslscan-2.0.16.tar.gz deleted file mode 100644 index af4d4ed..0000000 --- a/sslscan-2.0.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eae49b9c2023f9c9adeb10c50a6ee3ddf5da7aae20f6a6c59251e7a84aa44131 -size 113523 diff --git a/sslscan-2.1.0.tar.gz b/sslscan-2.1.0.tar.gz new file mode 100644 index 0000000..da2df59 --- /dev/null +++ b/sslscan-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3140af055f067411a726f1061d8d7fd79e08fd4286e228dc3a230067b5704a72 +size 113646 diff --git a/sslscan.changes b/sslscan.changes index bd8bc95..7d1dc8c 100644 --- a/sslscan.changes +++ b/sslscan.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 14 12:41:24 UTC 2023 - Andrea Manzini + +- update to 2.1.0: + * Build against OpenSSL 3.0 instead of 1.1.0 (credit jtesta) + ------------------------------------------------------------------- Sun Apr 16 17:56:03 UTC 2023 - Dirk Müller diff --git a/sslscan.spec b/sslscan.spec index 57f97c4..337c518 100644 --- a/sslscan.spec +++ b/sslscan.spec @@ -17,7 +17,7 @@ Name: sslscan -Version: 2.0.16 +Version: 2.1.0 Release: 0 Summary: SSL cipher scanning tool License: SUSE-GPL-3.0+-with-openssl-exception @@ -27,7 +27,7 @@ Source: https://github.com/rbsec/sslscan/archive/%{version}.tar.gz#/%{na #Patches copied from Debian package Patch1: fedora-sslscan-patents.patch BuildRequires: pkgconfig -BuildRequires: pkgconfig(libssl) >= 1.1.1 +BuildRequires: pkgconfig(libssl) >= 3.0 %description SSLScan determines what ciphers are supported on SSL-based services,