From 2567b0857993b4a8edb47f38f1b9d122069d63fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Vok=C3=A1l?= Date: Thu, 8 Sep 2005 09:19:28 +0000 Subject: [PATCH] - tracepath6 and tracepath fix, use getaddrinfo instead of gethostbyname(2) (#100778,#167735) --- iputils.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/iputils.spec b/iputils.spec index 874ae29..e4b29fa 100644 --- a/iputils.spec +++ b/iputils.spec @@ -1,7 +1,7 @@ Summary: Network monitoring tools including ping. Name: iputils Version: 20020927 -Release: 25 +Release: 26 License: BSD Group: System Environment/Daemons Source0: http://www.tux.org/pub/net/ip-routing/%{name}-ss020927.tar.gz @@ -24,6 +24,7 @@ Patch11: iputils-retvals.patch Patch13: iputils-20020927-ia64_align.patch Patch14: iputils-arping_buf_overflow.patch Patch15: iputils-20020927-12-arping.patch +Patch16: iputils-getaddrinfo.patch Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-root BuildPreReq: docbook-utils perl-SGMLSpm @@ -56,6 +57,7 @@ cp %{SOURCE2} . %patch13 -p1 -b .align %patch14 -p1 -b .buf_overflow %patch15 -p1 -b .timeout +%patch16 -p1 -b .getaddrinfo %build %ifarch s390 s390x @@ -152,6 +154,10 @@ rm -rf ${RPM_BUILD_ROOT} %config(noreplace) %{_sysconfdir}/rc.d/init.d/rdisc %changelog +* Thu Sep 08 2005 Radek Vokal 20020927-26 +- tracepath6 and tracepath fix, use getaddrinfo instead of gethostbyname(2) + (#100778,#167735) + * Fri Aug 12 2005 Radek Vokal 20020927-25 - fixed arping timeout (#165715)