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
@ -59,8 +59,8 @@ Requires: kernel >= 2.2.0 openssl
%description -n libpcap %description -n libpcap
Libpcap provides a portable framework for low-level network Libpcap provides a portable framework for low-level network
monitoring. Libpcap can provide network statistics collection, monitoring. Libpcap can provide network statistics collection,
security monitoring and network debugging. Since almost every system security monitoring and network debugging. Since almost every system
vendor provides a different interface for packet capture, the libpcap vendor provides a different interface for packet capture, the libpcap
authors created this system-independent API to ease in porting and to authors created this system-independent API to ease in porting and to
alleviate the need for several system-dependent packet capture modules alleviate the need for several system-dependent packet capture modules
@ -77,8 +77,8 @@ Group: Applications/System
Prereq: /sbin/chkconfig /sbin/service Prereq: /sbin/chkconfig /sbin/service
%description -n arpwatch %description -n arpwatch
The arpwatch package contains arpwatch and arpsnmp. Arpwatch and The arpwatch package contains arpwatch and arpsnmp. Arpwatch and
arpsnmp are both network monitoring tools. Both utilities monitor arpsnmp are both network monitoring tools. Both utilities monitor
Ethernet or FDDI network traffic and build databases of Ethernet/IP Ethernet or FDDI network traffic and build databases of Ethernet/IP
address pairs, and can report certain changes via email. address pairs, and can report certain changes via email.
@ -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)