fix for CAN-2005-1280 Multiple DoS issues in tcpdump, (CAN-2005-1279
CAN-2005-1278), #156041
This commit is contained in:
parent
b2140a1f84
commit
b6ac129f8b
14
tcpdump.spec
14
tcpdump.spec
@ -2,7 +2,7 @@
|
|||||||
%define PCAP_UID 77
|
%define PCAP_UID 77
|
||||||
%define PCAP_GID 77
|
%define PCAP_GID 77
|
||||||
|
|
||||||
%define releaseno 11
|
%define releaseno 12
|
||||||
%define arpwatch_release %{releaseno}
|
%define arpwatch_release %{releaseno}
|
||||||
%define pcap_release %{releaseno}
|
%define pcap_release %{releaseno}
|
||||||
%define tcpdump_release %{releaseno}
|
%define tcpdump_release %{releaseno}
|
||||||
@ -42,6 +42,10 @@ Patch15: tcpdump-3.6.2-ip6opts.patch
|
|||||||
Patch16: tcpdump-3.8.1-sctp.patch
|
Patch16: tcpdump-3.8.1-sctp.patch
|
||||||
Patch17: tcpdump-3.7.2-sctpdef.patch
|
Patch17: tcpdump-3.7.2-sctpdef.patch
|
||||||
Patch18: tcpdump-3.8.2-gcc34.patch
|
Patch18: tcpdump-3.8.2-gcc34.patch
|
||||||
|
Patch19: tcpdump-3.8.2-rsvp-dos.patch
|
||||||
|
Patch20: tcpdump-3.8.2-bgp-dos.patch
|
||||||
|
Patch21: tcpdump-3.8.2-isis-dos.patch
|
||||||
|
Patch22: tcpdump-3.8.2-ldp-dos.patch
|
||||||
|
|
||||||
Patch34: arpwatch-2.1a4-fhs.patch
|
Patch34: arpwatch-2.1a4-fhs.patch
|
||||||
Patch35: arpwatch-2.1a10-man.patch
|
Patch35: arpwatch-2.1a10-man.patch
|
||||||
@ -131,6 +135,10 @@ pushd %tcpdump_dir
|
|||||||
%patch16 -p1 -b .sctp
|
%patch16 -p1 -b .sctp
|
||||||
%patch17 -p1 -b .sctpdef
|
%patch17 -p1 -b .sctpdef
|
||||||
%patch18 -p1 -b .gcc34
|
%patch18 -p1 -b .gcc34
|
||||||
|
%patch19 -p1 -b .rsvp-dos
|
||||||
|
%patch20 -p1 -b .bgp-dos
|
||||||
|
%patch21 -p1 -b .isis-dos
|
||||||
|
%patch22 -p2 -b .ldp-dos
|
||||||
tar xzf %{SOURCE6}
|
tar xzf %{SOURCE6}
|
||||||
popd
|
popd
|
||||||
|
|
||||||
@ -309,6 +317,10 @@ exit 0
|
|||||||
%{_vararpwatch}/massagevendor-old
|
%{_vararpwatch}/massagevendor-old
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 28 2005 Martin Stransky <stransky@redhat.com> - 14:3.8.2-12
|
||||||
|
- fix for CAN-2005-1280 Multiple DoS issues in tcpdump
|
||||||
|
(CAN-2005-1279 CAN-2005-1278), #156041
|
||||||
|
|
||||||
* Mon Mar 7 2005 Martin Stransky <stransky@redhat.com>
|
* Mon Mar 7 2005 Martin Stransky <stransky@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user