- memset structure before using it (#168166)
This commit is contained in:
parent
f5c654ed4e
commit
919af919a0
@ -1,7 +1,7 @@
|
||||
Summary: Network monitoring tools including ping.
|
||||
Name: iputils
|
||||
Version: 20020927
|
||||
Release: 27
|
||||
Release: 28
|
||||
License: BSD
|
||||
Group: System Environment/Daemons
|
||||
Source0: http://www.tux.org/pub/net/ip-routing/%{name}-ss020927.tar.gz
|
||||
@ -26,6 +26,7 @@ Patch14: iputils-arping_buf_overflow.patch
|
||||
Patch15: iputils-20020927-12-arping.patch
|
||||
Patch16: iputils-getaddrinfo.patch
|
||||
Patch17: iputils-flood.patch
|
||||
Patch18: iputils-ping-168166.patch
|
||||
Prefix: %{_prefix}
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
BuildPreReq: docbook-utils perl-SGMLSpm
|
||||
@ -60,6 +61,7 @@ cp %{SOURCE2} .
|
||||
%patch15 -p1 -b .timeout
|
||||
%patch16 -p1 -b .getaddrinfo
|
||||
%patch17 -p1 -b .flood
|
||||
%patch18 -p1 -b .memset
|
||||
|
||||
%build
|
||||
%ifarch s390 s390x
|
||||
@ -156,6 +158,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%config(noreplace) %{_sysconfdir}/rc.d/init.d/rdisc
|
||||
|
||||
%changelog
|
||||
* Fri Sep 30 2005 Radek Vokal <rvokal@redhat.com> 20020927-28
|
||||
- memset structure before using it (#168166)
|
||||
|
||||
* Mon Sep 26 2005 Radek Vokal <rvokal@redhat.com> 20020927-27
|
||||
- fixed ping -f, flooding works again (#134859,#169141)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user