fix for CAN-2005-1267 - BGP DoS, #159209

This commit is contained in:
Martin Stransky 2005-06-07 15:31:36 +00:00
parent b6ac129f8b
commit 44eca44f0a

View File

@ -2,7 +2,7 @@
%define PCAP_UID 77
%define PCAP_GID 77
%define releaseno 12
%define releaseno 13
%define arpwatch_release %{releaseno}
%define pcap_release %{releaseno}
%define tcpdump_release %{releaseno}
@ -46,6 +46,7 @@ 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
Patch23: tcpdump-3.8.2-bgp-dos-2.patch
Patch34: arpwatch-2.1a4-fhs.patch
Patch35: arpwatch-2.1a10-man.patch
@ -139,6 +140,7 @@ pushd %tcpdump_dir
%patch20 -p1 -b .bgp-dos
%patch21 -p1 -b .isis-dos
%patch22 -p2 -b .ldp-dos
%patch23 -p2 -b .bgp-dos-2
tar xzf %{SOURCE6}
popd
@ -317,6 +319,9 @@ exit 0
%{_vararpwatch}/massagevendor-old
%changelog
* Tue Jun 7 2005 Martin Stransky <stransky@redhat.com> - 14:3.8.2-13
- fix for CAN-2005-1267 - BGP DoS, #159209
* 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