]> git.pld-linux.org Git - packages/ssldump.git/blame - ssldump.spec
Up to 1.4.
[packages/ssldump.git] / ssldump.spec
CommitLineData
38d05f8c 1Summary: SSLv3/TLS network protocol analyzer
50ca7bdc 2Summary(pl.UTF-8): Analizator protokołu sieciowego SSLv3/TLS
38d05f8c 3Name: ssldump
dcffd7c1
AM
4Version: 1.4
5Release: 1
38d05f8c 6License: BSD
cbaa17e7 7Group: Networking/Utilities
dcffd7c1
AM
8Source0: https://github.com/adulau/ssldump/archive/v%{version}/%{name}-%{version}.tar.gz
9# Source0-md5: 20323bf4b4758f2be4412fa79e6013ab
10URL: https://github.com/adulau/ssldump/
38d05f8c 11BuildRequires: autoconf
1fa37015 12BuildRequires: automake
dcffd7c1
AM
13BuildRequires: json-c-devel
14BuildRequires: libnet-devel
38d05f8c
AM
15BuildRequires: libpcap-devel >= 2:0.8.3
16BuildRequires: openssl-devel >= 0.9.7d
1fa37015 17BuildRequires: sed >= 4.0
38d05f8c
AM
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21ssldump is an SSLv3/TLS network protocol analyzer. It identifies TCP
22connections on the chosen network interface and attempts to interpret
23them as SSLv3/TLS traffic. When it identifies SSLv3/TLS traffic, it
24decodes the records and displays them in a textual form to stdout. If
25provided with the appropriate keying material, it will also decrypt
26the connections and display the application data traffic.
27
a1367123
JR
28%description -l pl.UTF-8
29ssldump to analizator protokołu sieciowego SSLv3/TLS. Identyfikuje
30połączenia TCP na wybranym interfejsie sieciowym i próbuje
31interpretować je jako ruch SSLv3/TLS. Po zidentyfikowaniu ruchu
32SSLv3/TLS dekoduje rekordy i wyświetla je w postaci tekstowej na
33standardowym wyjściu. W przypadku wyposarzenia we właściwe klucze
34będzie także dekodował połączenia i wyświetlał ruch danych aplikacji.
38d05f8c
AM
35
36%prep
37%setup -q
38d05f8c
AM
38
39%build
40cp -f %{_datadir}/automake/config.* .
41%{__aclocal}
42%{__autoconf}
dcffd7c1
AM
43%{__autoheader}
44%{__automake}
45%configure
38d05f8c
AM
46%{__make}
47
48%install
49rm -rf $RPM_BUILD_ROOT
50
51%{__make} install \
dcffd7c1 52 DESTDIR=$RPM_BUILD_ROOT
38d05f8c
AM
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
59%doc CREDITS README
60%attr(755,root,root) %{_sbindir}/ssldump
61%{_mandir}/man1/*
This page took 0.065424 seconds and 4 git commands to generate.