cvsdist 884c1c7
%define	_vararpwatch	%{_localstatedir}/arpwatch
cvsdist df62d49
%define PCAP_UID 77
cvsdist df62d49
%define PCAP_GID 77
cvsdist d42d137
cvsdist 884c1c7
Summary: A network traffic monitoring tool.
cvsdist 884c1c7
Name: tcpdump
cvsdist d42d137
Version: 3.6.2
cvsdist d42d137
%define	tcpdump_dir	tcpdump-3.6.2
cvsdist d42d137
%define tcpslice_dir	tcpslice
cvsdist df62d49
Release: 7
cvsdist 884c1c7
# XXX epoch is necessary to obsolete tcpdump-3.4a5
cvsdist df62d49
Epoch: 10
cvsdist 884c1c7
Copyright: BSD
cvsdist 884c1c7
Group: Applications/Internet
cvsdist d42d137
Source0: http://www.tcpdump.org/release/tcpdump-3.6.2.tar.gz
cvsdist d42d137
Source1: http://www.tcpdump.org/release/libpcap-0.6.2.tar.gz
cvsdist d42d137
Source2: ftp://ftp.ee.lbl.gov/arpwatch-2.1a11.tar.gz
cvsdist 884c1c7
Source3: arpwatch.init
cvsdist d42d137
Source4: tcpslice-CVS.20010207.tar.gz
cvsdist df62d49
Source5: arpwatch.sysconfig
cvsdist df62d49
Source6: arpwatch-ethercodes.dat 
cvsdist d42d137
cvsdist d42d137
cvsdist d42d137
Patch5: tcpdump-3.6.2-tcpslice-time.patch
cvsdist d42d137
Patch6: tcpdump-3.6.2-usageman.patch
cvsdist d42d137
Patch7: tcpdump-3.6.2-redhat.patch
cvsdist d42d137
Patch8: tcpdump-3.6.1-droproot2.patch 
cvsdist d42d137
Patch9: tcpdump-3.6.1-smb-quiet.patch
cvsdist d42d137
Patch10: tcpdump-3.6.1-portnumbers.patch
cvsdist d42d137
Patch11: tcpdump-3.6.1-non-promisc-default.patch
cvsdist df62d49
Patch12: tcpdump-3.6.2-afsprinting.patch
cvsdist d42d137
cvsdist 884c1c7
Patch34: arpwatch-2.1a4-fhs.patch
cvsdist d42d137
Patch35: arpwatch-2.1a10-man.patch
cvsdist d42d137
Patch38: arpwatch-drop.patch
cvsdist d42d137
Patch39: arpwatch-drop-man.patch
cvsdist d42d137
cvsdist df62d49
Patch50: libpcap-shared.patch
cvsdist df62d49
cvsdist 884c1c7
Prefix: %{_prefix}
cvsdist d42d137
BuildRequires: kernel-headers >= 2.2.0 openssl-devel
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 d42d137
Version: 0.6.2
cvsdist d42d137
%define	libpcap_dir	libpcap-0.6.2
cvsdist 884c1c7
Summary: A system-independent interface for user-level packet capture.
cvsdist 884c1c7
Group: Development/Libraries
cvsdist d42d137
Requires: kernel >= 2.2.0 openssl
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 d42d137
Version: 2.1a11
cvsdist d42d137
%define	arpwatch_dir	arpwatch-2.1a11
cvsdist 884c1c7
Summary: Network monitoring tools for tracking IP addresses on a network.
cvsdist 884c1c7
Group: Applications/System
cvsdist d42d137
Prereq: /sbin/chkconfig /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 d42d137
%setup -q -c -a 1 -a 2 -a 4
cvsdist 884c1c7
cvsdist d42d137
%patch5 -p1 -b .tcpslicetime
cvsdist d42d137
%patch7 -p0 -b .rh
cvsdist d42d137
cvsdist d42d137
pushd %libpcap_dir
cvsdist df62d49
%patch50 -p1 -b .shared 
cvsdist d42d137
popd
cvsdist d42d137
cvsdist d42d137
pushd %tcpdump_dir
cvsdist d42d137
%patch6 -p1 -b .usageman
cvsdist d42d137
%patch8 -p1 -b .droproot
cvsdist d42d137
%patch9 -p1 -b .smb
cvsdist d42d137
%patch10 -p1 -b .portnumbers
cvsdist d42d137
#%patch11 -p1 -b .nonpromisc		# Not by default
cvsdist df62d49
%patch12 -p1 -b .afsprinting
cvsdist d42d137
popd
cvsdist d42d137
cvsdist d42d137
pushd %arpwatch_dir
cvsdist 884c1c7
%patch34 -p1 -b .fhs
cvsdist d42d137
%patch35 -p1 -b .arpsnmpman
cvsdist d42d137
%patch38 -p1 -b .droproot
cvsdist d42d137
%patch39 -p0 -b .droprootman
cvsdist ff5a692
chmod u+w ethercodes.dat
cvsdist df62d49
cp %SOURCE6 ethercodes.dat
cvsdist d42d137
popd
cvsdist 884c1c7
cvsdist 884c1c7
%build
cvsdist d42d137
pushd %libpcap_dir
cvsdist 884c1c7
cvsdist d42d137
%configure --enable-ipv6
cvsdist 884c1c7
cvsdist d42d137
DEFS="-g -fPIC -DHAVE_CONFIG_H"
cvsdist 884c1c7
%ifarch alpha sparc sparc64
cvsdist 884c1c7
DEFS="$DEFS -DHAVE_ETHER_HOSTTON=1 -DLBL_ALIGN=1"
cvsdist 884c1c7
%endif
cvsdist 884c1c7
make DEFS="$DEFS"
cvsdist 884c1c7
cvsdist d42d137
popd
cvsdist 884c1c7
cvsdist d42d137
pushd %tcpslice_dir
cvsdist d42d137
aclocal
cvsdist d42d137
autoconf
cvsdist d42d137
%configure
cvsdist d42d137
make
cvsdist d42d137
popd
cvsdist 884c1c7
cvsdist d42d137
pushd %tcpdump_dir
cvsdist 884c1c7
%define	optflags $RPM_OPT_FLAGS -DIP_MAX_MEMBERSHIPS=20
cvsdist 884c1c7
autoconf
cvsdist d42d137
%configure --enable-ipv6
cvsdist 884c1c7
%undefine optflags
cvsdist 884c1c7
cvsdist d42d137
DEFS="-g -DHAVE_CONFIG_H"
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 d42d137
popd
cvsdist 884c1c7
cvsdist d42d137
pushd %arpwatch_dir
cvsdist d42d137
aclocal
cvsdist d42d137
autoconf
cvsdist 884c1c7
%configure
cvsdist 884c1c7
make ARPDIR=%{_vararpwatch}
cvsdist d42d137
popd
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 d42d137
pushd %libpcap_dir
cvsdist 884c1c7
mkdir -p ${RPM_BUILD_ROOT}%{_includedir}/pcap/net
cvsdist d42d137
make DESTDIR=${RPM_BUILD_ROOT} includedir=%{_includedir}/pcap install
cvsdist d42d137
popd
cvsdist d42d137
cvsdist d42d137
pushd %tcpslice_dir
cvsdist d42d137
install -m755 -s tcpslice ${RPM_BUILD_ROOT}%{_sbindir}
cvsdist d42d137
install -m644 tcpslice.1 ${RPM_BUILD_ROOT}%{_mandir}/man8/tcpslice.8
cvsdist d42d137
popd
cvsdist 884c1c7
cvsdist d42d137
pushd %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 d42d137
popd
cvsdist 884c1c7
cvsdist d42d137
pushd %arpwatch_dir
cvsdist 884c1c7
make DESTDIR=${RPM_BUILD_ROOT} install install-man
cvsdist 884c1c7
mkdir -p ${RPM_BUILD_ROOT}%{_vararpwatch}
cvsdist d42d137
for n in arp2ethers arpfetch massagevendor massagevendor-old; do
cvsdist 884c1c7
	install -m755 $n ${RPM_BUILD_ROOT}%{_vararpwatch}
cvsdist 884c1c7
done
cvsdist d42d137
for n in *.awk *.dat missingcodes.txt; 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 df62d49
  mkdir -p ./etc/sysconfig
cvsdist df62d49
  install -c -m644 $RPM_SOURCE_DIR/arpwatch.sysconfig ./etc/sysconfig/arpwatch
cvsdist 884c1c7
)
cvsdist d42d137
popd
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 df62d49
%pre -n arpwatch
cvsdist df62d49
/usr/sbin/groupadd -g %{PCAP_GID} pcap  2> /dev/null || :  
cvsdist df62d49
/usr/sbin/useradd -u %{PCAP_UID} -g %{PCAP_GID} \
cvsdist df62d49
        -s /bin/nologin -M -r -d %{_vararpwatch} pcap 2> /dev/null || :
cvsdist df62d49
cvsdist 884c1c7
%postun -n arpwatch
cvsdist 884c1c7
if [ "$1" -ge "1" ]; then
cvsdist d42d137
  /sbin/service 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 df62d49
%post -n libpcap -p /sbin/ldconfig
cvsdist df62d49
 
cvsdist df62d49
%postun -n libpcap -p /sbin/ldconfig
cvsdist df62d49
cvsdist 884c1c7
%files
cvsdist 884c1c7
%defattr(-,root,root)
cvsdist 884c1c7
%doc	%tcpdump_dir/README %tcpdump_dir/CHANGES
cvsdist 884c1c7
%{_sbindir}/tcpdump
cvsdist d42d137
%{_sbindir}/tcpslice
cvsdist d42d137
%{_mandir}/man8/tcpslice.8*
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 df62d49
%{_libdir}/libpcap.*
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 df62d49
%config(noreplace) /etc/sysconfig/arpwatch
cvsdist df62d49
%defattr(-,pcap,pcap)
cvsdist 884c1c7
%dir	%{_vararpwatch}
cvsdist 884c1c7
%config	%{_vararpwatch}/arp.dat
cvsdist 884c1c7
%config	%{_vararpwatch}/ethercodes.dat
cvsdist d42d137
%config	%{_vararpwatch}/missingcodes.txt
cvsdist 884c1c7
%{_vararpwatch}/*.awk
cvsdist 884c1c7
%{_vararpwatch}/arp2ethers
cvsdist d42d137
%{_vararpwatch}/arpfetch
cvsdist 884c1c7
%{_vararpwatch}/massagevendor
cvsdist d42d137
%{_vararpwatch}/massagevendor-old
cvsdist 884c1c7
cvsdist 884c1c7
%changelog
cvsdist df62d49
* Thu Jul 19 2001 Harald Hoyer <harald@redhat.de> 10:3.6.2-7
cvsdist df62d49
- added shared library to libpcap (#47174)
cvsdist df62d49
- afs printing security patch (#49294)
cvsdist df62d49
cvsdist d42d137
* Wed Jun 20 2001 Harald Hoyer <harald@redhat.de>
cvsdist d42d137
- use initgroups, instead of setgroups
cvsdist d42d137
cvsdist d42d137
* Mon Jun 18 2001 Harald Hoyer <harald@redhat.de>
cvsdist d42d137
- added dropgroup patches (#44563)
cvsdist d42d137
cvsdist d42d137
* Mon May 07 2001 Harald Hoyer <harald@redhat.de>
cvsdist d42d137
- switched to Pekka's tcpdump-3.6.2 package
cvsdist d42d137
- incremented epoch
cvsdist d42d137
cvsdist d42d137
* Sat Apr 14 2001 Pekka Savola <pekkas@netcore.fi>
cvsdist d42d137
- fix building of tcpslice on glibc 2.2.2 (time.h)
cvsdist d42d137
- disable /etc/init.d requirement and fix %post scripts in arpwatch
cvsdist 0920d9d
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 d42d137
* Wed Feb  7 2001 Pekka Savola <pekkas@netcore.fi>
cvsdist d42d137
- update to 3.6.2, 0.6.2 and new CVS of tcpslice.
cvsdist d42d137
- i18n'ize arpwatch init script
cvsdist d42d137
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 d42d137
* Sun Jan 14 2001 Pekka Savola <pekkas@netcore.fi>
cvsdist d42d137
- use --enable-ipv6
cvsdist d42d137
- Add two patches from CVS to enhance 802.2 printing, and more importantly,
cvsdist d42d137
  to be able to specify 'no stp'
cvsdist d42d137
cvsdist d42d137
* Sat Jan 13 2001 Pekka Savola <pekkas@netcore.fi>
cvsdist d42d137
- Make SMB printing output a lot more quiet unless in verbose mode.
cvsdist d42d137
- Make -n resolve port/protocol numbers but not hostnames, -nn for no
cvsdist d42d137
  resolving at all
cvsdist d42d137
- Separate droproot patch from a more generic man/usage fix one
cvsdist d42d137
- Add non-promiscuous mode -by default patch, but don't apply it by default
cvsdist d42d137
cvsdist d42d137
* Thu Jan 11 2001 Pekka Savola <pekkas@netcore.fi>
cvsdist d42d137
- Update to tcpdump 3.6.1 and libpcap 0.6.1 releases.
cvsdist d42d137
cvsdist d42d137
* Mon Jan  8 2001 Pekka Savola <pekkas@netcore.fi>
cvsdist d42d137
- Update to 20010108 CVS, disable some upstreamed patches.
cvsdist d42d137
- Change some additional .1 pages to .8.
cvsdist d42d137
- Add droproot patch, some --usage and man page fixes.
cvsdist d42d137
cvsdist d42d137
* Mon Jan  1 2001 Pekka Savola <pekkas@netcore.fi>
cvsdist d42d137
- Initial packaging with latest tcpdump.org CVS tcpdump-3.6 and libpcap-0.6.
cvsdist d42d137
- add earlier print-domain.c, the latest is segfaulting
cvsdist d42d137
- don't unnecesessarily include snprintf.o, it didn't compile with gcc 2.96 anyway
cvsdist d42d137
- don't use savestr, require openssl, tweak tweak tweak
cvsdist d42d137
- add tcpslice, patch it a bit for egcs detection
cvsdist d42d137
cvsdist d42d137
* Sun Dec 31 2000 Pekka Savola <pekkas@netcore.fi>
cvsdist d42d137
- tcpdump: spice up the manpage about interfaces
cvsdist d42d137
- tcpdump: add 'all' and 'any' keywords to -i, saner default behaviour.
cvsdist d42d137
- upgrade arpwatch to 2.1a10
cvsdist d42d137
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