- fixed arping buffer overflow (#163383)
This commit is contained in:
parent
5f89512434
commit
337fa61706
11
iputils.spec
11
iputils.spec
@ -1,7 +1,7 @@
|
||||
Summary: Network monitoring tools including ping.
|
||||
Name: iputils
|
||||
Version: 20020927
|
||||
Release: 23
|
||||
Release: 24
|
||||
License: BSD
|
||||
Group: System Environment/Daemons
|
||||
Source0: http://www.tux.org/pub/net/ip-routing/%{name}-ss020927.tar.gz
|
||||
@ -20,8 +20,9 @@ Patch8: iputils-20020927-headers.patch
|
||||
Patch9: iputils-20020927-unaligned.patch
|
||||
Patch10: iputils-20020927-inet_pton.patch
|
||||
Patch11: iputils-retvals.patch
|
||||
Patch12: iputils-arping.patch
|
||||
#Patch12: iputils-arping.patch
|
||||
Patch13: iputils-20020927-ia64_align.patch
|
||||
Patch14: iputils-arping_buf_overflow.patch
|
||||
Prefix: %{_prefix}
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
BuildPreReq: docbook-utils perl-SGMLSpm
|
||||
@ -50,8 +51,9 @@ cp %{SOURCE2} .
|
||||
%patch9 -p1 -b .unaligned
|
||||
%patch10 -p1 -b .inet_pton
|
||||
%patch11 -p1 -b .retvals
|
||||
%patch12 -b .arping
|
||||
#%patch12 -b .arping
|
||||
%patch13 -p1 -b .align
|
||||
%patch14 -p1 -b .buf_overflow
|
||||
|
||||
%build
|
||||
%ifarch s390 s390x
|
||||
@ -148,6 +150,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%config(noreplace) %{_sysconfdir}/rc.d/init.d/rdisc
|
||||
|
||||
%changelog
|
||||
* Mon Jul 18 2005 Radek Vokal <rvokal@redhat.com> 20020927-24
|
||||
- fixed arping buffer overflow (#163383)
|
||||
|
||||
* Fri May 27 2005 Radek Vokal <rvokal@redhat.com> 20020927-23
|
||||
- fixed un-initialized "device" (#158914)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user