From cd001e8da8711380072ceaf760eb1ed127f1c9ff Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 13:09:31 +0000 Subject: 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 --- diff --git a/tcpdump.spec b/tcpdump.spec index f567993..6cb4c3b 100644 --- a/tcpdump.spec +++ b/tcpdump.spec @@ -7,9 +7,9 @@ Name: tcpdump Version: 3.6.2 %define tcpdump_dir tcpdump-3.6.2 %define tcpslice_dir tcpslice -Release: 7 +Release: 9 # XXX epoch is necessary to obsolete tcpdump-3.4a5 -Epoch: 10 +Epoch: 12 Copyright: BSD Group: Applications/Internet 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 Patch50: libpcap-shared.patch +Patch51: libpcap-filter.patch + Prefix: %{_prefix} BuildRequires: kernel-headers >= 2.2.0 openssl-devel @@ -45,10 +47,8 @@ BuildRoot: %{_tmppath}/%{name}-root %description Tcpdump is a command-line tool for monitoring network traffic. Tcpdump can capture and display the packet headers on a particular -network interface or on all interfaces. Tcpdump can display all of -the packet headers, or just the ones that match particular criteria. - -Install tcpdump if you need a program to monitor network traffic. +network interface or on all interfaces. Tcpdump can display all of the +packet headers, or just the ones that match particular criteria. %package -n libpcap Version: 0.6.2 @@ -59,8 +59,8 @@ Requires: kernel >= 2.2.0 openssl %description -n libpcap Libpcap provides a portable framework for low-level network -monitoring. Libpcap can provide network statistics collection, -security monitoring and network debugging. Since almost every system +monitoring. Libpcap can provide network statistics collection, +security monitoring and network debugging. Since almost every system vendor provides a different interface for packet capture, the libpcap authors created this system-independent API to ease in porting and to alleviate the need for several system-dependent packet capture modules @@ -77,8 +77,8 @@ Group: Applications/System Prereq: /sbin/chkconfig /sbin/service %description -n arpwatch -The arpwatch package contains arpwatch and arpsnmp. Arpwatch and -arpsnmp are both network monitoring tools. Both utilities monitor +The arpwatch package contains arpwatch and arpsnmp. Arpwatch and +arpsnmp are both network monitoring tools. Both utilities monitor Ethernet or FDDI network traffic and build databases of Ethernet/IP address pairs, and can report certain changes via email. @@ -94,6 +94,7 @@ network. pushd %libpcap_dir %patch50 -p1 -b .shared +%patch51 -p1 -b .filter popd pushd %tcpdump_dir @@ -262,6 +263,12 @@ fi %{_vararpwatch}/massagevendor-old %changelog +* Fri Aug 31 2001 Harald Hoyer 12:3.6.2-9 +- took better fix for #52654 from tcpdump cvs + +* Thu Aug 30 2001 Harald Hoyer 11:3.6.2-8 +- fixed #52654 + * Thu Jul 19 2001 Harald Hoyer 10:3.6.2-7 - added shared library to libpcap (#47174) - afs printing security patch (#49294)