SHA256
1
0
forked from pool/sslscan

Accepting request 559796 from home:weberho:branches:security

- Fix building on factory (use openssl 1.0.0)
- Upgrade to version 1.11.10
  * Support for ChaCha ciphers
  * Add support for STARTTLS on mysql (--starttls-mysql)
  * Display SNI information in XML output
  * Mark SHA-1 certificates as weak

OBS-URL: https://build.opensuse.org/request/show/559796
OBS-URL: https://build.opensuse.org/package/show/security/sslscan?expand=0&rev=13
This commit is contained in:
Johannes Weberhofer 2017-12-25 06:37:31 +00:00 committed by Git OBS Bridge
parent e48315b885
commit 3a1070f1b8
4 changed files with 22 additions and 6 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fbb26fdbf2cf5b2f3f8c88782721b7875f206552cf83201981411e0af9521204
size 52108

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1449f8bb45d323b322cb070a74d8dcc57b43ca2dba0560e7a16151efc8b3d911
size 51583

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Dec 25 06:30:34 UTC 2017 - jweberhofer@weberhofer.at
- Fix building on factory (use openssl 1.0.0)
- Upgrade to version 1.11.10
* Support for ChaCha ciphers
* Add support for STARTTLS on mysql (--starttls-mysql)
* Display SNI information in XML output
* Mark SHA-1 certificates as weak
-------------------------------------------------------------------
Mon Dec 18 06:03:17 UTC 2017 - jweberhofer@weberhofer.at

View File

@ -17,16 +17,20 @@
Name: sslscan
Version: 1.11.8
Version: 1.11.10
Release: 0
Summary: SSL cipher scanning tool
License: SUSE-GPL-3.0+-with-openssl-exception
Group: Productivity/Networking/Diagnostic
Url: https://www.titania-security.com/labs/sslscan
URL: https://github.com/rbsec/sslscan
Source: https://github.com/rbsec/sslscan/archive/%{version}-rbsec.tar.gz#/%{name}-%{version}-rbsec.tar.gz
#Patches copied from Debian package
Patch1: fedora-sslscan-patents.patch
BuildRequires: openssl-devel
%if 0%{?suse_version} > 1500
BuildRequires: pkgconfig(libssl) < 1.1.0
%else
BuildRequires: pkgconfig(libssl)
%endif
%if 0%{?sle_version}
%ifarch x86_64
BuildRequires: glibc-devel-32bit(x86-32)
@ -53,6 +57,7 @@ install -d "%{buildroot}%{_mandir}/man1"
make install PREFIX="%{buildroot}%{_prefix}"
%files
%defattr(0644,root,root)
%doc LICENSE README.md
%attr(0755,root,root) %{_bindir}/sslscan
%{_mandir}/man1/sslscan.1%{ext_man}