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:
parent
e48315b885
commit
3a1070f1b8
3
sslscan-1.11.10-rbsec.tar.gz
Normal file
3
sslscan-1.11.10-rbsec.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbb26fdbf2cf5b2f3f8c88782721b7875f206552cf83201981411e0af9521204
|
||||
size 52108
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1449f8bb45d323b322cb070a74d8dcc57b43ca2dba0560e7a16151efc8b3d911
|
||||
size 51583
|
@ -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
|
||||
|
||||
|
11
sslscan.spec
11
sslscan.spec
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user