auto-import changelog data from tcpdump-3.6.2-9.src.rpm

3.6.2-9
- took better fix for #52654 from tcpdump cvs
3.6.2-8
- fixed #52654
This commit is contained in:
cvsdist 2004-09-09 13:09:31 +00:00
parent df62d49c7e
commit cd001e8da8

View File

@ -7,9 +7,9 @@ Name: tcpdump
Version: 3.6.2 Version: 3.6.2
%define tcpdump_dir tcpdump-3.6.2 %define tcpdump_dir tcpdump-3.6.2
%define tcpslice_dir tcpslice %define tcpslice_dir tcpslice
Release: 7 Release: 9
# XXX epoch is necessary to obsolete tcpdump-3.4a5 # XXX epoch is necessary to obsolete tcpdump-3.4a5
Epoch: 10 Epoch: 12
Copyright: BSD Copyright: BSD
Group: Applications/Internet Group: Applications/Internet
Source0: http://www.tcpdump.org/release/tcpdump-3.6.2.tar.gz Source0: http://www.tcpdump.org/release/tcpdump-3.6.2.tar.gz
@ -36,6 +36,8 @@ Patch38: arpwatch-drop.patch
Patch39: arpwatch-drop-man.patch Patch39: arpwatch-drop-man.patch
Patch50: libpcap-shared.patch Patch50: libpcap-shared.patch
Patch51: libpcap-filter.patch
Prefix: %{_prefix} Prefix: %{_prefix}
BuildRequires: kernel-headers >= 2.2.0 openssl-devel BuildRequires: kernel-headers >= 2.2.0 openssl-devel
@ -45,10 +47,8 @@ BuildRoot: %{_tmppath}/%{name}-root
%description %description
Tcpdump is a command-line tool for monitoring network traffic. Tcpdump is a command-line tool for monitoring network traffic.
Tcpdump can capture and display the packet headers on a particular Tcpdump can capture and display the packet headers on a particular
network interface or on all interfaces. Tcpdump can display all of network interface or on all interfaces. Tcpdump can display all of the
the packet headers, or just the ones that match particular criteria. packet headers, or just the ones that match particular criteria.
Install tcpdump if you need a program to monitor network traffic.
%package -n libpcap %package -n libpcap
Version: 0.6.2 Version: 0.6.2
@ -94,6 +94,7 @@ network.
pushd %libpcap_dir pushd %libpcap_dir
%patch50 -p1 -b .shared %patch50 -p1 -b .shared
%patch51 -p1 -b .filter
popd popd
pushd %tcpdump_dir pushd %tcpdump_dir
@ -262,6 +263,12 @@ fi
%{_vararpwatch}/massagevendor-old %{_vararpwatch}/massagevendor-old
%changelog %changelog
* Fri Aug 31 2001 Harald Hoyer <harald@redhat.de> 12:3.6.2-9
- took better fix for #52654 from tcpdump cvs
* Thu Aug 30 2001 Harald Hoyer <harald@redhat.de> 11:3.6.2-8
- fixed #52654
* Thu Jul 19 2001 Harald Hoyer <harald@redhat.de> 10:3.6.2-7 * Thu Jul 19 2001 Harald Hoyer <harald@redhat.de> 10:3.6.2-7
- added shared library to libpcap (#47174) - added shared library to libpcap (#47174)
- afs printing security patch (#49294) - afs printing security patch (#49294)