- update IKEv2 support
This commit is contained in:
parent
8a878f66bf
commit
203e1d5ebf
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@ Summary: A network traffic monitoring tool
|
||||
Name: tcpdump
|
||||
Epoch: 14
|
||||
Version: 3.9.8
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: BSD with advertising
|
||||
URL: http://www.tcpdump.org
|
||||
Group: Applications/Internet
|
||||
@ -15,7 +15,7 @@ Source1: ftp://ftp.ee.lbl.gov/tcpslice-1.2a3.tar.gz
|
||||
Patch1: tcpdump-3.9.7-droproot.patch
|
||||
Patch2: tcpdump-3.6.1-portnumbers.patch
|
||||
Patch3: tcpdump-3.9.7-crypto.patch
|
||||
Patch4: tcpdump-3.9.7-ikev2.patch
|
||||
Patch4: tcpdump-3.9.8-ikev2.patch
|
||||
Patch5: tcpslice-1.2a3-time.patch
|
||||
Patch6: tcpslice-CVS.20010207-bpf.patch
|
||||
Patch7: tcpdump-3.9.8-gethostby.patch
|
||||
@ -63,7 +63,7 @@ mkdir -p ${RPM_BUILD_ROOT}%{_libdir}
|
||||
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
|
||||
mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
|
||||
|
||||
pushd %tcpslice_dir
|
||||
pushd %{tcpslice_dir}
|
||||
install -m755 tcpslice ${RPM_BUILD_ROOT}%{_sbindir}
|
||||
install -m644 tcpslice.1 ${RPM_BUILD_ROOT}%{_mandir}/man8/tcpslice.8
|
||||
popd
|
||||
@ -93,6 +93,9 @@ exit 0
|
||||
%{_mandir}/man8/tcpdump.8*
|
||||
|
||||
%changelog
|
||||
* Thu Dec 06 2007 Miroslav Lichvar <mlichvar@redhat.com> - 14:3.9.8-3
|
||||
- update IKEv2 support
|
||||
|
||||
* Thu Dec 6 2007 Jeremy Katz <katzj@redhat.com> - 14:3.9.8-2
|
||||
- rebuild for new openssl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user