cvsdist 884c1c7
%define	_vararpwatch	%{_localstatedir}/arpwatch
cvsdist 884c1c7
cvsdist 884c1c7
Summary: A network traffic monitoring tool.
cvsdist 884c1c7
Name: tcpdump
cvsdist 884c1c7
Version: 3.4
cvsdist 884c1c7
%define	tcpdump_dir	tcpdump-3.4
cvsdist e1243ca
Release: 39
cvsdist 884c1c7
# XXX epoch is necessary to obsolete tcpdump-3.4a5
cvsdist e1243ca
Epoch: 5
cvsdist 884c1c7
Copyright: BSD
cvsdist 884c1c7
Group: Applications/Internet
cvsdist 884c1c7
Source0: ftp://ftp.ee.lbl.gov/tcpdump-3.4.tar.gz
cvsdist 884c1c7
Source1: ftp://ftp.ee.lbl.gov/libpcap-0.4.tar.gz
cvsdist e1243ca
Source2: ftp://ftp.ee.lbl.gov/arpwatch-2.1a10.tar.gz
cvsdist 884c1c7
Source3: arpwatch.init
cvsdist ff5a692
Source4: arpwatch-ethercodes.dat
cvsdist 884c1c7
Patch0: tcpdump-3.4a5-man.patch
cvsdist 884c1c7
# XXX patch1 not applied, already in the Kuznetsov patch. Reapply if not.
cvsdist 884c1c7
Patch1: tcpdump-3.4a5-sack.patch
cvsdist 884c1c7
Patch10: ftp://ftp.inr.ac.ru/ip-routing/lbl-tools/libpcap-0.4-ss991029.dif.gz
cvsdist 884c1c7
Patch20: ftp://ftp.inr.ac.ru/ip-routing/lbl-tools/tcpdump-3.4-ss991030.dif.gz
cvsdist 884c1c7
Patch21: tcpdump-3.4-glibc21.patch
cvsdist 884c1c7
Patch22: tcpdump-3.4-sparc64.patch
cvsdist 884c1c7
Patch23: tcpdump-3.4-iphl.patch
cvsdist 884c1c7
Patch24: tcpdump-3.4-getproto.patch
cvsdist 884c1c7
Patch25: tcpdump-3.4-manpage.patch
cvsdist 884c1c7
Patch26: ftp://openrock.net/bridge/patches/tcpdump-3.1-802.1d.diff
cvsdist ff5a692
Patch27: tcpdump-3.4-bufovfl.patch
cvsdist ff5a692
Patch29: tcpdump-3.4-ethertype.patch
cvsdist 884c1c7
Patch32: libpcap-sparc.patch
cvsdist 884c1c7
Patch33: libpcap-0.4-fhs.patch
cvsdist 884c1c7
Patch34: arpwatch-2.1a4-fhs.patch
cvsdist 884c1c7
Patch36: libpcap-0.4-kern24.patch
cvsdist e1243ca
Patch38: arpwatch-2.1a10-bug19696.patch
cvsdist ff5a692
Patch39: libpcap-intf.patch
cvsdist e1243ca
Patch40: libpcap-intf2.patch
cvsdist e1243ca
Patch41: libpcap-0.4-eintr.patch
cvsdist e1243ca
Patch42: tcpdump-3.4-interfaces.patch 
cvsdist e1243ca
Patch43: tcpdump-rootdrop.patch
cvsdist e1243ca
Patch44: tcpdump-3.4-glibc.patch
cvsdist 884c1c7
Prefix: %{_prefix}
cvsdist 884c1c7
BuildRequires: kernel-headers >= 2.2.0
cvsdist 884c1c7
Requires: kernel >= 2.2.0
cvsdist 884c1c7
BuildRoot: %{_tmppath}/%{name}-root
cvsdist 884c1c7
cvsdist 884c1c7
%description
cvsdist 884c1c7
Tcpdump is a command-line tool for monitoring network traffic.
cvsdist 884c1c7
Tcpdump can capture and display the packet headers on a particular
cvsdist 884c1c7
network interface or on all interfaces.  Tcpdump can display all of
cvsdist 884c1c7
the packet headers, or just the ones that match particular criteria.
cvsdist 884c1c7
cvsdist 884c1c7
Install tcpdump if you need a program to monitor network traffic.
cvsdist 884c1c7
cvsdist 884c1c7
%package -n libpcap
cvsdist 884c1c7
Version: 0.4
cvsdist 884c1c7
%define	libpcap_dir	libpcap-0.4
cvsdist 884c1c7
Summary: A system-independent interface for user-level packet capture.
cvsdist 884c1c7
Group: Development/Libraries
cvsdist 884c1c7
Requires: kernel >= 2.2.0
cvsdist 884c1c7
cvsdist 884c1c7
%description -n libpcap
cvsdist 884c1c7
Libpcap provides a portable framework for low-level network
cvsdist 884c1c7
monitoring.  Libpcap can provide network statistics collection,
cvsdist 884c1c7
security monitoring and network debugging.  Since almost every system
cvsdist 884c1c7
vendor provides a different interface for packet capture, the libpcap
cvsdist 884c1c7
authors created this system-independent API to ease in porting and to
cvsdist 884c1c7
alleviate the need for several system-dependent packet capture modules
cvsdist 884c1c7
in each application.
cvsdist 884c1c7
cvsdist 884c1c7
Install libpcap if you need to do low-level network traffic monitoring
cvsdist 884c1c7
on your network.
cvsdist 884c1c7
cvsdist 884c1c7
%package -n arpwatch
cvsdist e1243ca
Version: 2.1a10
cvsdist e1243ca
%define	arpwatch_dir	arpwatch-2.1a10
cvsdist 884c1c7
Summary: Network monitoring tools for tracking IP addresses on a network.
cvsdist 884c1c7
Group: Applications/System
cvsdist 884c1c7
Prereq: /sbin/chkconfig /etc/init.d /sbin/service
cvsdist 884c1c7
cvsdist 884c1c7
%description -n arpwatch
cvsdist 884c1c7
The arpwatch package contains arpwatch and arpsnmp.  Arpwatch and
cvsdist 884c1c7
arpsnmp are both network monitoring tools.  Both utilities monitor
cvsdist 884c1c7
Ethernet or FDDI network traffic and build databases of Ethernet/IP
cvsdist 884c1c7
address pairs, and can report certain changes via email.
cvsdist 884c1c7
cvsdist 884c1c7
Install the arpwatch package if you need networking monitoring devices
cvsdist 884c1c7
which will automatically keep track of the IP addresses on your
cvsdist 884c1c7
network.
cvsdist 884c1c7
cvsdist 884c1c7
%prep
cvsdist 884c1c7
%setup -q -c -a 1 -a 2
cvsdist 884c1c7
cvsdist 884c1c7
cd %libpcap_dir
cvsdist 884c1c7
%patch10 -p1
cvsdist 884c1c7
%ifarch sparc sparc64
cvsdist 884c1c7
%patch32 -p1
cvsdist 884c1c7
%endif
cvsdist 884c1c7
%patch33 -p1 -b .fhs
cvsdist 884c1c7
%patch36 -p1 -b .kern24
cvsdist ff5a692
%patch39 -p1 -b .intf
cvsdist e1243ca
%patch40 -p1 -b .intf2
cvsdist e1243ca
%patch41 -p1 -b .eintr
cvsdist 884c1c7
cd ..
cvsdist 884c1c7
cvsdist 884c1c7
cd %tcpdump_dir
cvsdist 884c1c7
%patch0 -p2
cvsdist 884c1c7
# XXX patch1 not applied, already in the Kuznetsov patch. Reapply if not.
cvsdist 884c1c7
#%patch1 -p2
cvsdist 884c1c7
%patch20 -p1 -b .tcpdump-ANK
cvsdist 884c1c7
%patch21 -p1 -b .glibc21
cvsdist 884c1c7
# XXX this patch needed on sparc64 if SIOCGIFNAME is broke (kernel ~= 2.2.10)
cvsdist 884c1c7
#%patch22 -p1 -b .sparc64
cvsdist 884c1c7
%patch23 -p1 -b .iphl
cvsdist 884c1c7
%patch24 -p1 -b .getproto
cvsdist 884c1c7
%patch25 -p1 -b .manpage
cvsdist 884c1c7
%patch26 -p1 -b .stp
cvsdist ff5a692
%patch27 -p1 -b .bufovfl
cvsdist ff5a692
%patch29 -p1 -b .ethertype
cvsdist e1243ca
%patch42 -p1 -b .interfaces
cvsdist e1243ca
%patch43 -p1 -b .rootdrop
cvsdist 884c1c7
cd ..
cvsdist 884c1c7
cvsdist 884c1c7
cd %arpwatch_dir
cvsdist 884c1c7
%patch34 -p1 -b .fhs
cvsdist ff5a692
%patch38 -p1 -b .bug19696
cvsdist ff5a692
chmod u+w ethercodes.dat
cvsdist ff5a692
cp %SOURCE4 ethercodes.dat
cvsdist 884c1c7
cd ..
cvsdist 884c1c7
cvsdist e1243ca
%patch44 -p1 -b .glibc
cvsdist e1243ca
cvsdist 884c1c7
cvsdist 884c1c7
%build
cvsdist 884c1c7
cd %libpcap_dir
cvsdist 884c1c7
cvsdist 884c1c7
%configure
cvsdist 884c1c7
cvsdist 884c1c7
DEFS="-fPIC -DHAVE_MALLOC_H=1 -DHAVE_STRERROR=1 -DHAVE_NET_IF_ARP_H=1"
cvsdist 884c1c7
%ifarch alpha sparc sparc64
cvsdist 884c1c7
DEFS="$DEFS -DHAVE_ETHER_HOSTTON=1 -DLBL_ALIGN=1"
cvsdist 884c1c7
%endif
cvsdist 884c1c7
cvsdist 884c1c7
make DEFS="$DEFS"
cvsdist 884c1c7
cvsdist 884c1c7
cd ..
cvsdist 884c1c7
cvsdist 884c1c7
cd %tcpdump_dir
cvsdist 884c1c7
cvsdist 884c1c7
%define	optflags $RPM_OPT_FLAGS -DIP_MAX_MEMBERSHIPS=20
cvsdist 884c1c7
autoconf
cvsdist 884c1c7
%configure
cvsdist 884c1c7
%undefine optflags
cvsdist 884c1c7
cvsdist 884c1c7
DEFS="-DHAVE_FCNTL_H=1 -DHAVE_MALLOC_H=1 -DHAVE_MEMORY_H=1 -DHAVE_RPC_RPCENT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_NET_SLIP_H=1 -DHAVE_VFPRINTF=1 -DHAVE_STRCASECMP=1 -DHAVE_SETLINEBUF=1 -DHAVE_LIBRPC=1 -DRETSIGTYPE=void -DRETSIGVAL= -DHAVE_SIGACTION=1  -DHAVE_FDDI"
cvsdist 884c1c7
%ifarch alpha sparc sparc64
cvsdist 884c1c7
DEFS="$DEFS -DHAVE_ETHER_HOSTTON=1 -DLBL_ALIGN=1 -DHAVE_ETHER_NTOA=1"
cvsdist 884c1c7
%endif
cvsdist 884c1c7
%ifarch sparc sparc64
cvsdist 884c1c7
DEFS="$DEFS -DWORDS_BIGENDIAN"
cvsdist 884c1c7
%endif
cvsdist 884c1c7
cvsdist 884c1c7
make DEFS="$DEFS"
cvsdist 884c1c7
cd ..
cvsdist 884c1c7
cvsdist 884c1c7
cd %arpwatch_dir
cvsdist 884c1c7
cvsdist 884c1c7
%configure
cvsdist 884c1c7
make ARPDIR=%{_vararpwatch}
cvsdist 884c1c7
cd ..
cvsdist 884c1c7
cvsdist 884c1c7
%install
cvsdist 884c1c7
rm -rf ${RPM_BUILD_ROOT}
cvsdist 884c1c7
mkdir -p ${RPM_BUILD_ROOT}%{_libdir}
cvsdist 884c1c7
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man{3,8}
cvsdist 884c1c7
mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
cvsdist 884c1c7
cvsdist 884c1c7
cd %libpcap_dir
cvsdist 884c1c7
mkdir -p ${RPM_BUILD_ROOT}%{_includedir}/pcap/net
cvsdist 884c1c7
make DESTDIR=${RPM_BUILD_ROOT} INCLDEST=%{_includedir}/pcap install install-incl install-man
cvsdist 884c1c7
cd ..
cvsdist 884c1c7
cvsdist 884c1c7
cd %tcpdump_dir
cvsdist 884c1c7
install -m755 -s tcpdump ${RPM_BUILD_ROOT}%{_sbindir}
cvsdist 884c1c7
install -m644 tcpdump.1 ${RPM_BUILD_ROOT}%{_mandir}/man8/tcpdump.8
cvsdist 884c1c7
cd ..
cvsdist 884c1c7
cvsdist 884c1c7
cd %arpwatch_dir
cvsdist 884c1c7
make DESTDIR=${RPM_BUILD_ROOT} install install-man
cvsdist 884c1c7
mkdir -p ${RPM_BUILD_ROOT}%{_vararpwatch}
cvsdist 884c1c7
for n in arp2ethers massagevendor; do
cvsdist 884c1c7
	install -m755 $n ${RPM_BUILD_ROOT}%{_vararpwatch}
cvsdist 884c1c7
done
cvsdist 884c1c7
for n in *.awk *.dat; do
cvsdist 884c1c7
	install -m644 $n ${RPM_BUILD_ROOT}%{_vararpwatch}
cvsdist 884c1c7
done
cvsdist 884c1c7
( cd ${RPM_BUILD_ROOT}
cvsdist 884c1c7
  mkdir -p ./etc/rc.d/init.d
cvsdist 884c1c7
  install -c -m755 $RPM_SOURCE_DIR/arpwatch.init ./etc/rc.d/init.d/arpwatch
cvsdist e1243ca
  mkdir -p ./etc/sysconfig
cvsdist e1243ca
  cat >./etc/sysconfig/arpwatch <
cvsdist e1243ca
# Define here the options for arpwatch, e.g. -u nobody
cvsdist e1243ca
OPTIONS=""
cvsdist e1243ca
EOF
cvsdist 884c1c7
)
cvsdist 884c1c7
cd ..
cvsdist 884c1c7
cvsdist e1243ca
cvsdist 884c1c7
( cd ${RPM_BUILD_ROOT}
cvsdist 884c1c7
  strip .%{_sbindir}/* || :
cvsdist 884c1c7
)
cvsdist 884c1c7
cvsdist 884c1c7
%clean
cvsdist 884c1c7
rm -rf ${RPM_BUILD_ROOT}
cvsdist 884c1c7
cvsdist 884c1c7
%post -n arpwatch
cvsdist 884c1c7
/sbin/chkconfig --add arpwatch
cvsdist 884c1c7
cvsdist 884c1c7
%postun -n arpwatch
cvsdist 884c1c7
if [ "$1" -ge "1" ]; then
cvsdist 884c1c7
  /etc/init.d/arpwatch condrestart >/dev/null 2>&1
cvsdist 884c1c7
fi
cvsdist 884c1c7
cvsdist 884c1c7
%preun -n arpwatch
cvsdist 884c1c7
if [ $1 = 0 ]; then
cvsdist 884c1c7
	/sbin/service arpwatch stop > /dev/null 2>&1
cvsdist 884c1c7
	/sbin/chkconfig --del arpwatch
cvsdist 884c1c7
fi
cvsdist 884c1c7
cvsdist 884c1c7
%files
cvsdist 884c1c7
%defattr(-,root,root)
cvsdist 884c1c7
%doc	%tcpdump_dir/README %tcpdump_dir/CHANGES
cvsdist 884c1c7
%{_sbindir}/tcpdump
cvsdist 884c1c7
%{_mandir}/man8/tcpdump.8*
cvsdist 884c1c7
cvsdist 884c1c7
%files -n libpcap
cvsdist 884c1c7
%defattr(-,root,root)
cvsdist 884c1c7
%doc	%libpcap_dir/README %libpcap_dir/CHANGES
cvsdist 884c1c7
%{_includedir}/pcap
cvsdist 884c1c7
%{_libdir}/libpcap.a
cvsdist 884c1c7
%{_mandir}/man3/pcap.3*
cvsdist 884c1c7
cvsdist 884c1c7
%files -n arpwatch
cvsdist 884c1c7
%defattr(-,root,root)
cvsdist 884c1c7
%doc	%arpwatch_dir/README %arpwatch_dir/CHANGES
cvsdist 884c1c7
%{_sbindir}/arpwatch
cvsdist 884c1c7
%{_sbindir}/arpsnmp
cvsdist 884c1c7
%{_mandir}/man8/arpwatch.8*
cvsdist 884c1c7
%{_mandir}/man8/arpsnmp.8*
cvsdist ff5a692
%config	/etc/rc.d/init.d/arpwatch
cvsdist e1243ca
%config /etc/sysconfig/arpwatch
cvsdist 884c1c7
%dir	%{_vararpwatch}
cvsdist 884c1c7
%config	%{_vararpwatch}/arp.dat
cvsdist 884c1c7
%config	%{_vararpwatch}/ethercodes.dat
cvsdist 884c1c7
%{_vararpwatch}/*.awk
cvsdist 884c1c7
%{_vararpwatch}/arp2ethers
cvsdist 884c1c7
%{_vararpwatch}/massagevendor
cvsdist 884c1c7
cvsdist 884c1c7
%changelog
cvsdist e1243ca
* Wed Feb 14 2001 Harald Hoyer <harald@redhat.de>
cvsdist e1243ca
- glibc sys/time -> time include patch
cvsdist e1243ca
cvsdist e1243ca
* Wed Feb  7 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e1243ca
- Add space to this check
cvsdist e1243ca
cvsdist e1243ca
* Wed Feb 07 2001 Harald Hoyer <harald@redhat.com>
cvsdist e1243ca
- added check for presence of /etc/sysconfig/arpwatch (#23172)
cvsdist e1243ca
cvsdist e1243ca
* Fri Feb  2 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist e1243ca
- i18nize initscript
cvsdist e1243ca
cvsdist e1243ca
* Mon Jan 29 2001 Harald Hoyer <harald@redhat.com>
cvsdist e1243ca
- fixed EINTR stopping for e.g. SIGSTOP. (#22008)
cvsdist e1243ca
- added -u option for tcpdump (#20231)
cvsdist e1243ca
- new arpwatch version (#23172)
cvsdist e1243ca
- added "all" and "one" interface for -i (#20907)
cvsdist e1243ca
- added arpwatch sysconfig (#23172)
cvsdist e1243ca
cvsdist e1243ca
* Mon Jan 22 2001 Harald Hoyer <harald@redhat.com>
cvsdist e1243ca
- more (potential) overflows in libpcap. #21373
cvsdist e1243ca
- documentation fix for #20906
cvsdist e1243ca
cvsdist ff5a692
* Sun Nov 26 2000 Jeff Johnson <jbj@redhat.com>
cvsdist ff5a692
- more (potential) overflows in libpcap.
cvsdist ff5a692
cvsdist ff5a692
* Sun Nov 12 2000 Jeff Johnson <jbj@redhat.com>
cvsdist ff5a692
- eliminate still more buffer overflows (from FreeBSD) (#20069).
cvsdist ff5a692
cvsdist ff5a692
* Thu Nov  2 2000 Jeff Johnson <jbj@redhat.com>
cvsdist ff5a692
- eliminate more buffer overflows (from FreeBSD) (#20069).
cvsdist ff5a692
- 802.1q ether type incorrect (#19850).
cvsdist ff5a692
- add -u flag to drop arpwatch privs (#19696).
cvsdist ff5a692
cvsdist ff5a692
* Sun Oct 15 2000 Jeff Johnson <jbj@redhat.com>
cvsdist ff5a692
- updated ethercodes.dat
cvsdist ff5a692
cvsdist ff5a692
* Thu Oct 12 2000 Jeff Johnson <jbj@redhat.com>
cvsdist ff5a692
- fix arpwatch tmp race (#18943).
cvsdist ff5a692
cvsdist 884c1c7
* Fri Aug 11 2000 Bill Nottingham <notting@redhat.com>
cvsdist 884c1c7
- fix condrestart
cvsdist 884c1c7
cvsdist 884c1c7
* Fri Aug 11 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 884c1c7
- correct arpsnmp man pages (#15442).
cvsdist 884c1c7
- don't print harmless ENOPROTOOPT message (#13518).
cvsdist 884c1c7
cvsdist 884c1c7
* Fri Aug  4 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 884c1c7
- rebuild with final kernel headers (#13518).
cvsdist 884c1c7
cvsdist 884c1c7
* Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 884c1c7
- add STP patch (#14112).
cvsdist 884c1c7
cvsdist 884c1c7
* Fri Jul 14 2000 Matt Wilson <msw@redhat.com>
cvsdist 884c1c7
- source /etc/init.d/functions
cvsdist 884c1c7
- back out /etc/init.d/arpwatch, place file in /etc/rc.d
cvsdist 884c1c7
- move initscript to /etc/init.d
cvsdist 884c1c7
- changed initscript to use start() and stop() functions
cvsdist 884c1c7
- added condrestart to init script
cvsdist 884c1c7
- added %%post %%preun %%postun scripts to register arpwatch script
cvsdist 884c1c7
- added Prereq: for all things needed in post/preun/postun
cvsdist 884c1c7
cvsdist 884c1c7
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 884c1c7
- automatic rebuild
cvsdist 884c1c7
cvsdist 884c1c7
* Tue Jul 11 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 884c1c7
- updated man page and help (pekkas@netcore.fi) (#10739 et al).
cvsdist 884c1c7
cvsdist 884c1c7
* Sun Jun 18 2000 Jeff Johnson <jbj@redhat/com>
cvsdist 884c1c7
- FHS packaging.
cvsdist 884c1c7
cvsdist 884c1c7
* Tue May  9 2000 Bill Nottingham <notting@redhat.com>
cvsdist 884c1c7
- minor tweaks for ia64 (prototypes)
cvsdist 884c1c7
cvsdist 884c1c7
* Thu Feb 17 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 884c1c7
- Compile shared libpcap with -fPIC (Bug #6342)
cvsdist 884c1c7
cvsdist 884c1c7
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
cvsdist 884c1c7
- fix descriptions
cvsdist 884c1c7
- man pages are compressed
cvsdist 884c1c7
cvsdist 884c1c7
* Wed Dec 22 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 884c1c7
- remove sparc64 SIOCGIFNAME hack, not needed with (at least) kernel 2.2.12-40.
cvsdist 884c1c7
- upgrade to ANK ss991030 snapshot with pcap magic fix (#6773).
cvsdist 884c1c7
- add getprotobyname lookup (#6725).
cvsdist 884c1c7
- getservbyname port lookup appears functional (#7569).
cvsdist 884c1c7
- remove uid 2090 backdoor (sorry Dave) (#7116).
cvsdist 884c1c7
cvsdist 884c1c7
* Thu Sep 09 1999 Cristian Gafton <gafton@redhat.com>
cvsdist 884c1c7
- fox the pcap.h header
cvsdist 884c1c7
cvsdist 884c1c7
* Fri Aug 20 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 884c1c7
- prevent segfault on obscure spoofed ip header (#4634).
cvsdist 884c1c7
cvsdist 884c1c7
* Wed Aug 18 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 884c1c7
- add defattr to arpwatch (#4591).
cvsdist 884c1c7
cvsdist 884c1c7
* Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
cvsdist 884c1c7
- initscript munging
cvsdist 884c1c7
cvsdist 884c1c7
* Sun Aug  8 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 884c1c7
- add -DWORDS_BIGINDIAN to tcpdump compile on sparc sparc61.
cvsdist 884c1c7
cvsdist 884c1c7
* Tue Aug  3 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 884c1c7
- include A. Kuznetsov's patches to libpcap/tcpdump.
cvsdist 884c1c7
- added arpsnmp to package (#3258).
cvsdist 884c1c7
- arp2ethers written for different of awk (#4326).
cvsdist 884c1c7
cvsdist 884c1c7
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist 884c1c7
- auto rebuild in the new build environment (release 10)
cvsdist 884c1c7
cvsdist 884c1c7
* Fri Mar 19 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 884c1c7
- strip binaries.
cvsdist 884c1c7
cvsdist 884c1c7
* Wed Jan 13 1999 Bill Nottingham <notting@redhat.com>
cvsdist 884c1c7
- autoconf fixes for arm
cvsdist 884c1c7
cvsdist 884c1c7
* Tue Sep 29 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 884c1c7
- libpcap description typo.
cvsdist 884c1c7
cvsdist 884c1c7
* Sat Sep 19 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 884c1c7
- fix arpwatch summary line.
cvsdist 884c1c7
cvsdist 884c1c7
* Mon Aug 17 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 884c1c7
- enable arpwatch
cvsdist 884c1c7
cvsdist 884c1c7
* Mon Aug  3 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 884c1c7
- separate package for libpcap.
cvsdist 884c1c7
- update tcpdump to 3.4, libpcap to 0.4.
cvsdist 884c1c7
- added arpwatch (but disabled for now)
cvsdist 884c1c7
cvsdist 884c1c7
* Thu May 07 1998 Prospector System <bugs@redhat.com>
cvsdist 884c1c7
- translations modified for de, fr, tr
cvsdist 884c1c7
cvsdist 884c1c7
* Sat May  2 1998 Alan Cox <alan@rehat.com>
cvsdist 884c1c7
- Added the SACK printing fix so you can dump Linux 2.1+.
cvsdist 884c1c7
cvsdist 884c1c7
* Tue Oct 21 1997 Erik Troan <ewt@redhat.com>
cvsdist 884c1c7
- updated to release 3.4a5
cvsdist 884c1c7
- uses a buildroot and %attr 
cvsdist 884c1c7
cvsdist 884c1c7
* Thu Jul 17 1997 Erik Troan <ewt@redhat.com>
cvsdist 884c1c7
- built against glibc