]> git.pld-linux.org Git - packages/sslsplit.git/blame - sslsplit.spec
- updated to 0.5.4
[packages/sslsplit.git] / sslsplit.spec
CommitLineData
4d44774e
AM
1Summary: Transparent and scalable SSL/TLS interception
2Name: sslsplit
9e51ae52 3Version: 0.5.4
5738f6e3 4Release: 1
4d44774e 5License: BSD
4d44774e 6Source0: https://github.com/droe/sslsplit/archive/%{version}.tar.gz
9e51ae52 7# Source0-md5: c9173a87936941d7e56f90245862efdc
4d44774e 8Group: Applications/System
56dcb5e9 9URL: http://www.roe.ch/SSLsplit
4d44774e
AM
10BuildRequires: check-devel
11BuildRequires: libevent-devel
12BuildRequires: openssl-devel
13Requires: iproute2
14Requires: iptables
56dcb5e9 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
4d44774e
AM
16
17%description
18SSLsplit is a tool for man-in-the-middle attacks against SSL/TLS
19encrypted network connections. Connections are transparently
20intercepted through a network address translation engine and
21redirected to SSLsplit. SSLsplit terminates SSL/TLS and initiates a
22new SSL/TLS connection to the original destination address, while
23logging all data transmitted. SSLsplit is intended to be useful for
24network forensics and penetration testing.
25
26It uses Linux netfilter REDIRECT and TPROXY.
27
28%prep
29%setup -q
30
31%build
32%{__make} \
33 CC="%{__cc}" \
34 DEBUG_CFLAGS="%{rpmcflags} %{rpmcppflags}"
35
36%install
37rm -rf $RPM_BUILD_ROOT
56dcb5e9 38install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
4d44774e 39
56dcb5e9
ER
40install -p %{name} $RPM_BUILD_ROOT%{_bindir}
41cp -p %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
4d44774e
AM
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
48%doc README.md NEWS.md
56dcb5e9 49%attr(755,root,root) %{_bindir}/sslsplit
4d44774e 50%{_mandir}/man1/sslsplit.1*
This page took 0.075901 seconds and 4 git commands to generate.