auto-import changelog data from tcpdump-3.7.2-7.fc1.1.src.rpm
3.7.2-7.9.1 - CAN-2003-0989 fixed - additional fixes 3.7.2-7 - build libpcap shared library with gcc and not ld 3.7.2-6.1 - rebuilt 3.7.2-6 - rebuilt Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt 3.7.2-5 - add proper attributes for arp.dat, ethercodes 3.7.2-4 - take ethercodes.dat from the arpwatch package now
This commit is contained in:
parent
dde5349368
commit
8c23c2ea93
45
tcpdump.spec
45
tcpdump.spec
@ -2,7 +2,8 @@
|
||||
%define PCAP_UID 77
|
||||
%define PCAP_GID 77
|
||||
|
||||
%define releaseno 1.9.1
|
||||
#%define releaseno 7.E3.1
|
||||
%define releaseno 7.fc1.1
|
||||
|
||||
%define arpwatch_release %{releaseno}
|
||||
%define pcap_release %{releaseno}
|
||||
@ -27,7 +28,7 @@ Source2: ftp://ftp.ee.lbl.gov/arpwatch-2.1a11.tar.gz
|
||||
Source3: arpwatch.init
|
||||
Source4: tcpslice-CVS.20010207.tar.gz
|
||||
Source5: arpwatch.sysconfig
|
||||
Source6: arpwatch-ethercodes.dat
|
||||
#Source6: arpwatch-ethercodes.dat
|
||||
|
||||
Patch5: tcpdump-3.6.2-tcpslice-time.patch
|
||||
#Patch6: tcpdump-3.6.2-usageman.patch
|
||||
@ -43,6 +44,8 @@ Patch15: tcpdump-3.6.2-ip6opts.patch
|
||||
Patch16: tcpdump-3.7.2-sctp.patch
|
||||
#Patch16: tcpdump-3.6.2-bgp.patch
|
||||
Patch17: tcpdump-3.7.2-sctpdef.patch
|
||||
Patch18: tcpdump-3.7.2-CAN-2003-0989.patch
|
||||
Patch19: tcpdump-3.6.2-CAN-2003-0989-2.patch
|
||||
|
||||
Patch34: arpwatch-2.1a4-fhs.patch
|
||||
Patch35: arpwatch-2.1a10-man.patch
|
||||
@ -141,6 +144,8 @@ pushd %tcpdump_dir
|
||||
# Fixed in 3.7.2
|
||||
#%patch16 -p2 -b .bgp
|
||||
%patch17 -p1 -b .sctpdef
|
||||
%patch18 -p1 -b .CAN-2003-0989
|
||||
%patch19 -p0 -b .CAN-2003-0989-2
|
||||
popd
|
||||
|
||||
pushd %arpwatch_dir
|
||||
@ -150,8 +155,8 @@ pushd %arpwatch_dir
|
||||
%patch39 -p0 -b .droprootman
|
||||
%patch40 -p1 -b .cshpatch
|
||||
%patch41 -p1 -b .mailuser
|
||||
chmod u+w ethercodes.dat
|
||||
cp %SOURCE6 ethercodes.dat
|
||||
#chmod u+w ethercodes.dat
|
||||
#cp %SOURCE6 ethercodes.dat
|
||||
popd
|
||||
|
||||
|
||||
@ -183,7 +188,7 @@ autoheader
|
||||
%configure --enable-ipv6 --with-user=pcap
|
||||
%undefine optflags
|
||||
|
||||
DEFS="-g -DHAVE_CONFIG_H"
|
||||
DEFS="-D_U_=\"\" -g -DHAVE_CONFIG_H"
|
||||
%ifarch alpha sparc sparc64
|
||||
DEFS="$DEFS -DHAVE_ETHER_HOSTTON=1 -DLBL_ALIGN=1 -DHAVE_ETHER_NTOA=1"
|
||||
%endif
|
||||
@ -277,7 +282,7 @@ fi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc %tcpdump_dir/README %tcpdump_dir/CHANGES
|
||||
%doc %tcpdump_dir/README %tcpdump_dir/CHANGES %tcpdump_dir/LICENSE
|
||||
%{_sbindir}/tcpdump
|
||||
%{_sbindir}/tcpslice
|
||||
%{_mandir}/man8/tcpslice.8*
|
||||
@ -285,7 +290,7 @@ fi
|
||||
|
||||
%files -n libpcap
|
||||
%defattr(-,root,root)
|
||||
%doc %libpcap_dir/README %libpcap_dir/CHANGES
|
||||
%doc %libpcap_dir/README %libpcap_dir/CHANGES %libpcap_dir/LICENSE
|
||||
%{_includedir}/*
|
||||
%{_libdir}/libpcap.*
|
||||
%{_mandir}/man3/pcap.3*
|
||||
@ -301,8 +306,8 @@ fi
|
||||
%config(noreplace) /etc/sysconfig/arpwatch
|
||||
%defattr(-,pcap,pcap)
|
||||
%dir %{_vararpwatch}
|
||||
%config %{_vararpwatch}/arp.dat
|
||||
%config %{_vararpwatch}/ethercodes.dat
|
||||
%verify(not md5 size mtime) %config(noreplace) %{_vararpwatch}/arp.dat
|
||||
%verify(not md5 size mtime) %config %{_vararpwatch}/ethercodes.dat
|
||||
%config %{_vararpwatch}/missingcodes.txt
|
||||
%{_vararpwatch}/*.awk
|
||||
%{_vararpwatch}/arp2ethers
|
||||
@ -311,6 +316,28 @@ fi
|
||||
%{_vararpwatch}/massagevendor-old
|
||||
|
||||
%changelog
|
||||
* Wed Jan 14 2004 Harald Hoyer <harald@redhat.com> 14:3.7.2-7.9.1
|
||||
- CAN-2003-0989 fixed
|
||||
- additional fixes
|
||||
|
||||
* Fri Aug 29 2003 Harald Hoyer <harald@redhat.de> 14:3.7.2-7
|
||||
- build libpcap shared library with gcc and not ld
|
||||
|
||||
* Tue Jul 22 2003 Phil Knirsch <pknirsch@redhat.com> 14:3.7.2-6.1
|
||||
- rebuilt
|
||||
|
||||
* Mon Jul 21 2003 Phil Knirsch <pknirsch@redhat.com> 14:3.7.2-6
|
||||
- rebuilt
|
||||
|
||||
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Wed May 21 2003 Harald Hoyer <harald@redhat.de> 14:3.7.2-5
|
||||
- add proper attributes for arp.dat, ethercodes
|
||||
|
||||
* Tue May 20 2003 Harald Hoyer <harald@redhat.de> 14:3.7.2-4
|
||||
- take ethercodes.dat from the arpwatch package now
|
||||
|
||||
* Tue May 6 2003 Harald Hoyer <harald@redhat.de> 14:3.7.2-3
|
||||
- compile tcpdump with autoheader #90208
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user