diff --git a/iputils.spec b/iputils.spec index b5848e2..e953297 100644 --- a/iputils.spec +++ b/iputils.spec @@ -1,7 +1,7 @@ Summary: The ping program for checking to see if network hosts are alive. Name: iputils Version: 20001110 -Release: 4 +Release: 5 Copyright: BSD Group: System Environment/Daemons Source0: http://ftp.sunet.se/pub/os/Linux/ip-routing/iputils-ss001110.tar.gz @@ -100,14 +100,17 @@ rm -rf ${RPM_BUILD_ROOT} %{_sbindir}/arping %{_sbindir}/ifenslave %endif -%{_sbindir}/ping6 +%attr(4755,root,root) %{_sbindir}/ping6 %{_sbindir}/tracepath %{_sbindir}/tracepath6 -%{_sbindir}/traceroute6 +%attr(4755,root,root) %{_sbindir}/traceroute6 %{_sbindir}/rdisc %{_mandir}/man8/* %changelog +* Mon Jul 01 2001 Philipp Knirsch +- Made ping6 and traceroute6 setuid (safe as they drop it VERY early) (#46769) + * Thu Jun 28 2001 Philipp Knirsch - Fixed ping statistics overflow bug (#43801)