Name: ndisc6 Version: 1.0.4 Release: 5 Summary: IPv6 diagnostic tools License: GPLv2 or GPLv3 URL: http://www.remlab.net/ndisc6 Source0: http://www.remlab.net/files/ndisc6/%{name}-%{version}.tar.bz2 Patch1: 0001-Update-AUTHORS.patch Patch2: backport-Fix-potential-integer-overflow-in-parsednssl.patch BuildRequires: gcc perl-generators Requires: ndisc6-help %description NDisc6 is a small collection of useful tools for IPv6 networking. It includes the follwing programs : - ndisc6: ICMPv6 Neighbor Discovery tool - rdisc6: ICMPv6 Router Discovery tool - tcptraceroute6: lightweight IPv6 tcptraceroute - traceroute6: IPv6 traceroute - rdnssd: Recursive DNS Servers discovery Daemon %package_help %prep %autosetup -n %{name}-%{version} -p1 %build %configure --disable-suid-install %make_build %install %make_install %files %defattr(-,root,root) %doc AUTHORS README %license COPYING %{_sysconfdir}/rdnssd %{_bindir}/* %{_sbindir}/* %{_datadir}/locale/* %files help %defattr(-,root,root) %doc ChangeLog NEWS %{_mandir}/man* %changelog * Tue Jan 7 2025 yinbin - 1.0.4-5 - Fix potential integer overflow in parsednssl * Sat Jan 7 2023 caofei - 1.0.4-4 - Update AUTHORS * Tue Dec 15 2020 orange-snn - 1.0.4-3 - move ndisc.spec to ndisc6.spec * Fri Nov 6 2020 jialei - 1.0.4-2 - add help for Requires * Thu Jan 7 2018 openEuler Buildteam - 1.0.4-1 - Package init