Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 6cb20d1b54cb1d5e9252622fc550f8b1 > files > 2

sslscan-1.8.2-2.mga3.src.rpm

Name:           sslscan
Version:        1.8.2
Release:        %mkrel 2
Summary:        Fast SSL Scanner
Group:          Monitoring
License:        GPLv3+
URL:            http://sourceforge.net/projects/sslscan/
Source0:        http://sourceforge.net/projects/sslscan/files/sslscan/sslscan-%{version}.tgz
BuildRequires:  openssl-devel

%description
SSLScan queries SSL services, such as HTTPS, in order to determine the ciphers
that are supported. SSLScan is designed to be easy, lean and fast. The output
includes prefered ciphers of the SSL service, the certificate and is in Text
and XML formats.

%prep
%setup -q

%build
%make CFLAGS="%{optflags}" LDFLAGS="-lcrypto"

%install
rm -rf %{buildroot}
install -D -m 755 sslscan %{buildroot}%{_bindir}/sslscan
install -D -m 644 sslscan.1 %{buildroot}%{_mandir}/man1/sslscan.1

%files
%doc Changelog LICENSE
%{_bindir}/%{name}
%{_mandir}/man1/sslscan.1*


%changelog

* Mon Jan 14 2013 umeabot <umeabot> 1.8.2-2.mga3
+ Revision: 382664
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed Jun 20 2012 guillomovitch <guillomovitch> 1.8.2-1.mga3
+ Revision: 262112
- imported package sslscan