|
|
da6692 |
%global _hardened_build 1
|
|
|
da6692 |
|
|
|
da6692 |
Summary: Network monitoring tools including ping
|
|
|
da6692 |
Name: iputils
|
|
|
da6692 |
Version: 20180629
|
|
|
f9e185 |
Release: 4%{?dist}
|
|
|
da6692 |
# some parts are under the original BSD (ping.c)
|
|
|
da6692 |
# some are under GPLv2+ (tracepath.c)
|
|
|
da6692 |
License: BSD and GPLv2+
|
|
|
da6692 |
URL: https://github.com/iputils/iputils
|
|
|
da6692 |
Group: System Environment/Daemons
|
|
|
da6692 |
|
|
|
da6692 |
Source0: https://github.com/iputils/iputils/archive/s%{version}.tar.gz#/%{name}-s%{version}.tar.gz
|
|
|
da6692 |
Source1: ifenslave.tar.gz
|
|
|
da6692 |
Source2: rdisc.service
|
|
|
da6692 |
Source3: ninfod.service
|
|
|
da6692 |
# Taken from ping.c on 2014-07-12
|
|
|
da6692 |
Source4: bsd.txt
|
|
|
da6692 |
Source5: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
|
|
|
da6692 |
|
|
|
da6692 |
Patch0: iputils-rh.patch
|
|
|
da6692 |
Patch1: iputils-ifenslave.patch
|
|
|
da6692 |
Patch2: iputils-freeaddrinfo.patch
|
|
|
da6692 |
Patch3: fix-incorrect-statistics.patch
|
|
|
f9e185 |
Patch4: ping-add-support-for-sub-second-timeouts.patch
|
|
|
da6692 |
|
|
|
da6692 |
%if ! 0%{?_module_build}
|
|
|
da6692 |
BuildRequires: docbook-utils perl-SGMLSpm
|
|
|
da6692 |
%endif
|
|
|
da6692 |
BuildRequires: glibc-kernheaders >= 2.4-8.19
|
|
|
da6692 |
BuildRequires: libidn2-devel
|
|
|
da6692 |
BuildRequires: openssl-devel
|
|
|
da6692 |
BuildRequires: libcap-devel
|
|
|
da6692 |
BuildRequires: libxslt docbook-style-xsl
|
|
|
da6692 |
Requires(post): systemd
|
|
|
da6692 |
Requires(preun): systemd
|
|
|
da6692 |
Requires(postun): systemd
|
|
|
da6692 |
BuildRequires: systemd
|
|
|
da6692 |
Provides: /bin/ping
|
|
|
da6692 |
Provides: /bin/ping6
|
|
|
da6692 |
Provides: /sbin/arping
|
|
|
da6692 |
Provides: /sbin/rdisc
|
|
|
da6692 |
|
|
|
da6692 |
%description
|
|
|
da6692 |
The iputils package contains basic utilities for monitoring a network,
|
|
|
da6692 |
including ping. The ping command sends a series of ICMP protocol
|
|
|
da6692 |
ECHO_REQUEST packets to a specified network host to discover whether
|
|
|
da6692 |
the target machine is alive and receiving network traffic.
|
|
|
da6692 |
|
|
|
da6692 |
%package ninfod
|
|
|
da6692 |
Group: System Environment/Daemons
|
|
|
da6692 |
Summary: Node Information Query Daemon
|
|
|
da6692 |
Requires: %{name} = %{version}-%{release}
|
|
|
da6692 |
Provides: %{_sbindir}/ninfod
|
|
|
da6692 |
|
|
|
da6692 |
%description ninfod
|
|
|
da6692 |
Node Information Query (RFC4620) daemon. Responds to IPv6 Node Information
|
|
|
da6692 |
Queries.
|
|
|
da6692 |
|
|
|
da6692 |
%prep
|
|
|
da6692 |
%setup -q -a 1 -n %{name}-s%{version}
|
|
|
da6692 |
cp %{SOURCE4} %{SOURCE5} .
|
|
|
da6692 |
|
|
|
da6692 |
%patch0 -p1
|
|
|
da6692 |
%patch1 -p1
|
|
|
da6692 |
%patch2 -p1
|
|
|
da6692 |
%patch3 -p1
|
|
|
f9e185 |
%patch4 -p1
|
|
|
da6692 |
|
|
|
da6692 |
%build
|
|
|
da6692 |
%ifarch s390 s390x
|
|
|
da6692 |
export CFLAGS="-fPIE"
|
|
|
da6692 |
%else
|
|
|
da6692 |
export CFLAGS="-fpie"
|
|
|
da6692 |
%endif
|
|
|
da6692 |
export LDFLAGS="-pie -Wl,-z,relro,-z,now"
|
|
|
da6692 |
|
|
|
da6692 |
make %{?_smp_mflags} arping clockdiff ping rdisc tracepath ninfod
|
|
|
da6692 |
gcc -Wall $RPM_OPT_FLAGS $CFLAGS $LDFLAGS ifenslave.c -o ifenslave
|
|
|
da6692 |
%if ! 0%{?_module_build}
|
|
|
da6692 |
make -C doc man
|
|
|
da6692 |
%endif
|
|
|
da6692 |
|
|
|
da6692 |
%install
|
|
|
da6692 |
mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
|
|
|
da6692 |
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
|
|
|
da6692 |
mkdir -p $RPM_BUILD_ROOT/%{_unitdir}
|
|
|
da6692 |
|
|
|
da6692 |
install -c clockdiff ${RPM_BUILD_ROOT}%{_sbindir}/
|
|
|
da6692 |
install -cp arping ${RPM_BUILD_ROOT}%{_sbindir}/
|
|
|
da6692 |
install -cp ping ${RPM_BUILD_ROOT}%{_bindir}/
|
|
|
da6692 |
install -cp ifenslave ${RPM_BUILD_ROOT}%{_sbindir}/
|
|
|
da6692 |
install -cp rdisc ${RPM_BUILD_ROOT}%{_sbindir}/
|
|
|
da6692 |
install -cp tracepath ${RPM_BUILD_ROOT}%{_bindir}/
|
|
|
da6692 |
install -cp ninfod/ninfod ${RPM_BUILD_ROOT}%{_sbindir}/
|
|
|
da6692 |
|
|
|
da6692 |
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
|
|
|
da6692 |
ln -sf ../bin/ping ${RPM_BUILD_ROOT}%{_sbindir}/ping
|
|
|
da6692 |
ln -sf ../bin/ping ${RPM_BUILD_ROOT}%{_sbindir}/ping6
|
|
|
da6692 |
ln -sf ../bin/tracepath ${RPM_BUILD_ROOT}%{_sbindir}/tracepath
|
|
|
da6692 |
ln -sf ../bin/tracepath ${RPM_BUILD_ROOT}%{_sbindir}/tracepath6
|
|
|
da6692 |
|
|
|
da6692 |
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
|
|
|
da6692 |
%if ! 0%{?_module_build}
|
|
|
da6692 |
install -cp doc/clockdiff.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
|
|
da6692 |
install -cp doc/arping.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
|
|
da6692 |
install -cp doc/ping.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
|
|
da6692 |
install -cp doc/rdisc.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
|
|
da6692 |
install -cp doc/tracepath.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
|
|
da6692 |
install -cp doc/ninfod.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
|
|
da6692 |
install -cp ifenslave.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
|
|
|
da6692 |
ln -s ping.8.gz ${RPM_BUILD_ROOT}%{_mandir}/man8/ping6.8.gz
|
|
|
da6692 |
ln -s tracepath.8.gz ${RPM_BUILD_ROOT}%{_mandir}/man8/tracepath6.8.gz
|
|
|
da6692 |
%endif
|
|
|
da6692 |
|
|
|
da6692 |
install -dp ${RPM_BUILD_ROOT}%{_sysconfdir}/rc.d/init.d
|
|
|
da6692 |
install -m 644 %SOURCE2 ${RPM_BUILD_ROOT}/%{_unitdir}
|
|
|
da6692 |
install -m 644 %SOURCE3 ${RPM_BUILD_ROOT}/%{_unitdir}
|
|
|
da6692 |
|
|
|
da6692 |
%post
|
|
|
da6692 |
%systemd_post rdisc.service
|
|
|
da6692 |
|
|
|
da6692 |
%preun
|
|
|
da6692 |
%systemd_preun rdisc.service
|
|
|
da6692 |
|
|
|
da6692 |
%postun
|
|
|
da6692 |
%systemd_postun_with_restart rdisc.service
|
|
|
da6692 |
|
|
|
da6692 |
%post ninfod
|
|
|
da6692 |
%systemd_post ninfod.service
|
|
|
da6692 |
|
|
|
da6692 |
%preun ninfod
|
|
|
da6692 |
%systemd_preun ninfod.service
|
|
|
da6692 |
|
|
|
da6692 |
%postun ninfod
|
|
|
da6692 |
%systemd_postun_with_restart ninfod.service
|
|
|
da6692 |
|
|
|
da6692 |
%files
|
|
|
da6692 |
%doc README.bonding
|
|
|
da6692 |
%{!?_licensedir:%global license %%doc}
|
|
|
da6692 |
%license bsd.txt gpl-2.0.txt
|
|
|
da6692 |
%{_unitdir}/rdisc.service
|
|
|
da6692 |
%attr(0755,root,root) %caps(cap_net_raw=p) %{_sbindir}/clockdiff
|
|
|
da6692 |
%attr(0755,root,root) %caps(cap_net_raw=p) %{_sbindir}/arping
|
|
|
da6692 |
%attr(0755,root,root) %caps(cap_net_raw=p cap_net_admin=p) %{_bindir}/ping
|
|
|
da6692 |
%{_sbindir}/ifenslave
|
|
|
da6692 |
%{_sbindir}/rdisc
|
|
|
da6692 |
%{_bindir}/tracepath
|
|
|
da6692 |
%{_sbindir}/ping
|
|
|
da6692 |
%{_sbindir}/ping6
|
|
|
da6692 |
%{_sbindir}/tracepath
|
|
|
da6692 |
%{_sbindir}/tracepath6
|
|
|
da6692 |
%if ! 0%{?_module_build}
|
|
|
da6692 |
%attr(644,root,root) %{_mandir}/man8/clockdiff.8.gz
|
|
|
da6692 |
%attr(644,root,root) %{_mandir}/man8/arping.8.gz
|
|
|
da6692 |
%attr(644,root,root) %{_mandir}/man8/ping.8.gz
|
|
|
da6692 |
%{_mandir}/man8/ping6.8.gz
|
|
|
da6692 |
%attr(644,root,root) %{_mandir}/man8/rdisc.8.gz
|
|
|
da6692 |
%attr(644,root,root) %{_mandir}/man8/tracepath.8.gz
|
|
|
da6692 |
%{_mandir}/man8/tracepath6.8.gz
|
|
|
da6692 |
%attr(644,root,root) %{_mandir}/man8/ifenslave.8.gz
|
|
|
da6692 |
%endif
|
|
|
da6692 |
|
|
|
da6692 |
%files ninfod
|
|
|
da6692 |
%attr(0755,root,root) %caps(cap_net_raw=ep) %{_sbindir}/ninfod
|
|
|
da6692 |
%{_unitdir}/ninfod.service
|
|
|
da6692 |
%if ! 0%{?_module_build}
|
|
|
da6692 |
%attr(644,root,root) %{_mandir}/man8/ninfod.8.gz
|
|
|
da6692 |
%endif
|
|
|
da6692 |
|
|
|
da6692 |
%changelog
|
|
|
f9e185 |
* Wed Dec 09 2020 Jan Macku <jamacku@redhat.com> - 20180629-4
|
|
|
f9e185 |
- Fix infinite loop caused by subsecond timeouts (#1852638)
|
|
|
f9e185 |
|
|
|
da6692 |
* Tue Dec 08 2020 Jan Macku <jamacku@redhat.com> - 20180629-3
|
|
|
da6692 |
- Fix incorrect ping statistics (#1901780)
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Jul 10 2019 Jan Synáček <jsynacek@redhat.com> - 20180629-2
|
|
|
da6692 |
- covscan fix (#1606968)
|
|
|
da6692 |
|
|
|
da6692 |
* Tue Jul 03 2018 Jan Synáček <jsynacek@redhat.com> - 20180629-1
|
|
|
da6692 |
- update to s20180629 (#1596893)
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20161105-9
|
|
|
da6692 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
da6692 |
|
|
|
da6692 |
* Fri Nov 24 2017 Jan Synáček <jsynacek@redhat.com> - 20161105-8
|
|
|
da6692 |
- switch to libidn2 (#1449149)
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20161105-7
|
|
|
da6692 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
da6692 |
|
|
|
da6692 |
* Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 20161105-6
|
|
|
da6692 |
- Rebuild with binutils fix for ppc64le (#1475636)
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Jul 27 2017 Jan Synáček <jsynacek@redhat.com> - 20161105-5
|
|
|
da6692 |
- ping does not work in dkr images (#1350019)
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20161105-4
|
|
|
da6692 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
da6692 |
|
|
|
da6692 |
* Fri May 12 2017 Karsten Hopp <karsten@redhat.com> - 20161105-3
|
|
|
da6692 |
- don't build docs for module builds to limit dependencies
|
|
|
da6692 |
|
|
|
da6692 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20161105-2
|
|
|
da6692 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
da6692 |
|
|
|
da6692 |
* Tue Nov 8 2016 Jan Synáček <jsynacek@redhat.com> - 20161105-1
|
|
|
da6692 |
- Update to s20161105 (#1392759)
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Oct 13 2016 Tomáš Mráz <tmraz@redhat.com> - 20160308-4
|
|
|
da6692 |
- rebuild with OpenSSL 1.1.0
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Jun 22 2016 Jan Synáček <jsynacek@redhat.com> - 20160308-3
|
|
|
da6692 |
- Fix: Failed to bind to device (#1348934)
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Mar 9 2016 Jan Synáček <jsynacek@redhat.com> - 20160308-2
|
|
|
da6692 |
- Don't build against libnettle
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Mar 9 2016 Jan Synáček <jsynacek@redhat.com> - 20160308-1
|
|
|
da6692 |
- Update to s20160308 (#1315975)
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 20150815-3
|
|
|
da6692 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Nov 19 2015 Jan Synáček <jsynacek@redhat.com> - 20150815-2
|
|
|
da6692 |
- Fix: Always use POSIX locale when parsing -i (#1283277)
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Sep 24 2015 Jan Synáček <jsynacek@redhat.com> - 20150815-1
|
|
|
da6692 |
- Update to s20150815 (#617934)
|
|
|
da6692 |
|
|
|
da6692 |
* Sun Aug 23 2015 Peter Robinson <pbrobinson@fedoraproject.org> 20140519-6
|
|
|
da6692 |
- Don't depend on chkconfig, uses systemctl now
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20140519-5
|
|
|
da6692 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
da6692 |
|
|
|
da6692 |
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20140519-4
|
|
|
da6692 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
da6692 |
|
|
|
da6692 |
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 2040519-3
|
|
|
da6692 |
- fix license handling
|
|
|
da6692 |
|
|
|
da6692 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20140519-2
|
|
|
da6692 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
da6692 |
|
|
|
da6692 |
* Tue May 20 2014 Jan Synáček <jsynacek@redhat.com> - 20140519-1
|
|
|
da6692 |
- Update to iputils-s20140519 (#1096617)
|
|
|
da6692 |
|
|
|
da6692 |
* Fri Apr 11 2014 Jan Synáček <jsynacek@redhat.com> - 20121221-10
|
|
|
da6692 |
- Fix arping hang if SIGALRM is blocked (#1085971)
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Mar 26 2014 Jan Synáček <jsynacek@redhat.com> - 20121221-9
|
|
|
da6692 |
- Fix message flood when EPERM is encountered in ping (#1061867)
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Feb 3 2014 Jan Synáček <jsynacek@redhat.com> - 20121221-8
|
|
|
da6692 |
- reference documentation in the service files
|
|
|
da6692 |
- remove redundant sysconfig-related stuff
|
|
|
da6692 |
- remove sysvinit script
|
|
|
da6692 |
|
|
|
da6692 |
* Tue Jan 21 2014 Jan Synáček <jsynacek@redhat.com> - 20121221-7
|
|
|
da6692 |
- Build with pie/full RELRO (#1055742)
|
|
|
da6692 |
|
|
|
da6692 |
* Sun Jan 19 2014 Ville Skyttä <ville.skytta@iki.fi> - 20121221-6
|
|
|
da6692 |
- Don't order services after syslog.target.
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Oct 31 2013 Jan Synáček <jsynacek@redhat.com> - 20121221-5
|
|
|
da6692 |
- Harden the package even more (full RELRO)
|
|
|
da6692 |
|
|
|
da6692 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20121221-4
|
|
|
da6692 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Jul 15 2013 Jan Synáček <jsynacek@redhat.com> - 20121221-3
|
|
|
da6692 |
- Harden the package
|
|
|
da6692 |
|
|
|
da6692 |
* Fri Feb 01 2013 Jan Synáček <jsynacek@redhat.com> - 20121221-2
|
|
|
da6692 |
- Always use posix locale when reading -i (#905840)
|
|
|
da6692 |
- Set correct ninfod capabilities
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Jan 07 2013 Jan Synáček <jsynacek@redhat.com> - 20121221-1
|
|
|
da6692 |
- Update to iputils-s20121207 (#890397) and remove unnecessary patches
|
|
|
da6692 |
|
|
|
da6692 |
* Fri Dec 07 2012 Jan Synáček <jsynacek@redhat.com> - 20121207-1
|
|
|
da6692 |
- Update to iputils-s20121207 (#884983) - fixes a ping segfault introduced
|
|
|
da6692 |
by the previous update
|
|
|
da6692 |
- Update ninfod-minor patch
|
|
|
da6692 |
- Renumber patches
|
|
|
da6692 |
- Fix -F switch (flowlabel patch)
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Dec 06 2012 Jan Synáček <jsynacek@redhat.com> - 20121205-1
|
|
|
da6692 |
- Update to iputils-s20121205 (#884436) and remove unnecessary patches
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Dec 06 2012 Jan Synáček <jsynacek@redhat.com> - 20121125-3
|
|
|
da6692 |
- Package ninfod (#877530)
|
|
|
da6692 |
- Update systemd requirements
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Nov 26 2012 Jan Synáček <jsynacek@redhat.com> - 20121125-2
|
|
|
da6692 |
- Comment patches and cleanup
|
|
|
da6692 |
- Update ifaddrs patch
|
|
|
da6692 |
- Call usage() before limiting capabilities
|
|
|
da6692 |
- Correct ifaddrs patch
|
|
|
da6692 |
- Drop corr_type patch (gcc 4.4 build hack)
|
|
|
da6692 |
- Fix missing end tags in sgml documentation
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Nov 26 2012 Jan Synáček <jsynacek@redhat.com> - 20121125-1
|
|
|
da6692 |
- Update to iputils-s20121125 (#879952)
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Nov 26 2012 Jan Synáček <jsynacek@redhat.com> - 20121121-2
|
|
|
da6692 |
- Re-fix arping's default device search logic (#879807)
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Nov 22 2012 Jan Synáček <jsynacek@redhat.com> - 20121121-1
|
|
|
da6692 |
- Update to iputils-s20121121, drop unnecessary patches
|
|
|
da6692 |
- Add capabilities to clockdiff and arping
|
|
|
da6692 |
- Renumber patches
|
|
|
da6692 |
- Fix arping's default device search logic
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Nov 19 2012 Jan Synáček <jsynacek@redhat.com> - 20121112-2
|
|
|
da6692 |
- Update License field
|
|
|
da6692 |
|
|
|
da6692 |
* Tue Nov 13 2012 Jan Synáček <jsynacek@redhat.com> - 20121112-1
|
|
|
da6692 |
- Update to iputils-s20121112 (#875767)
|
|
|
da6692 |
+ drop unnecessary patches
|
|
|
da6692 |
+ update patches
|
|
|
da6692 |
+ wrap SO_BINDTODEVICE with the correct capability
|
|
|
da6692 |
+ fix incorrect free (hits when -lidn is used)
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Nov 08 2012 Jan Synáček <jsynacek@redhat.com> - 20121106-2
|
|
|
da6692 |
- Update ifenslave tarball (#859182)
|
|
|
da6692 |
|
|
|
da6692 |
* Tue Nov 06 2012 Jan Synáček <jsynacek@redhat.com> - 20121106-1
|
|
|
da6692 |
- Update to iputils-s20121106 (#873571) and update patches
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Oct 15 2012 Jan Synáček <jsynacek@redhat.com> - 20121011-1
|
|
|
da6692 |
- Update to iputils-s20121011
|
|
|
da6692 |
+ drop unnecessary patches
|
|
|
da6692 |
+ update patches
|
|
|
da6692 |
+ improve spec
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Aug 22 2012 Jan Synáček <jsynacek@redhat.com> - 20101006-18
|
|
|
da6692 |
- Improve spec for fedora
|
|
|
da6692 |
- Add systemd-rpm macros (#850167)
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Jul 23 2012 Jan Synáček <jsynacek@redhat.com> 20101006-17
|
|
|
da6692 |
- Minor update: capabilities patch
|
|
|
da6692 |
|
|
|
da6692 |
* Fri Jul 20 2012 Jan Synáček <jsynacek@redhat.com> 20101006-16
|
|
|
da6692 |
- Make fedora-review friendly
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20101006-16
|
|
|
da6692 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Jun 25 2012 Jan Synáček <jsynacek@redhat.com> 20101006-15
|
|
|
da6692 |
- Ping fixes:
|
|
|
da6692 |
+ enable marking packets when the correct capabilities are set (#802197)
|
|
|
da6692 |
+ integer overflow (#834661)
|
|
|
da6692 |
+ Fallback to numeric addresses while exiting (#834661)
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 20101006-14
|
|
|
da6692 |
- install everything in /usr
|
|
|
da6692 |
https://fedoraproject.org/wiki/Features/UsrMove
|
|
|
da6692 |
|
|
|
da6692 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20101006-13
|
|
|
da6692 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Nov 24 2011 Jiri Skala <jskala@redhat.com> - 20101006-12
|
|
|
da6692 |
- fixes #756439 - ping Record Route report incorrect (same route)
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Nov 10 2011 Jiri Skala <jskala@redhat.com> - 20101006-11
|
|
|
da6692 |
- fixes #752397 - arping uses eth0 as default interface
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Aug 01 2011 Jiri Skala <jskala@redhat.com> - 20101006-10
|
|
|
da6692 |
- rebuild for libcap
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Jun 27 2011 Jiri Skala <jskala@redhat.com> - 20101006-9
|
|
|
da6692 |
- fixes #697532 - The SysV initscript should be packaged into subpackage
|
|
|
da6692 |
|
|
|
da6692 |
* Tue Mar 29 2011 Jiri Skala <jskala@redhat.com> - 20101006-8
|
|
|
da6692 |
- fixes #663734 - ping/ping6 man page fixes
|
|
|
da6692 |
- fixes #673831 - tracepath/tracepath6 manpage fixes
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Feb 09 2011 Jiri Skala <jskala@redhat.com> - 20101006-7
|
|
|
da6692 |
- fixes build errors due to unused variables
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20101006-6
|
|
|
da6692 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Jan 19 2011 Jiri Skala <jskala@redhat.com> - 20101006-5
|
|
|
da6692 |
- fixes #670380 - added /etc/sysconfig/rdisc, modified initscript
|
|
|
da6692 |
- initscript moved to git
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Dec 15 2010 Jiri Skala <jskala@redhat.com> - 20101006-4
|
|
|
da6692 |
- fixes #662720 - Providing native systemd file
|
|
|
da6692 |
- freeing memory when capabilities are dropped
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Nov 08 2010 Jiri Skala <jskala@redhat.com> - 20101006-3
|
|
|
da6692 |
- applied patch dropping capabilities of Ludwig Nussel
|
|
|
da6692 |
- fixes building ping, pinpg6 with -pie option
|
|
|
da6692 |
- moves most CFLAGS options from spec to Makefile
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Oct 27 2010 Jiri Skala <jskala@redhat.com> - 20101006-2
|
|
|
da6692 |
- fixes #646444 - Replace SETUID in spec file with the correct file capabilities
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Oct 11 2010 Jiri Skala <jskala@redhat.com> - 20101006-1
|
|
|
da6692 |
- update to latest upstream
|
|
|
da6692 |
|
|
|
da6692 |
* Tue Jul 13 2010 Jiri Skala <jskala@redhat.com> - 20100418-3
|
|
|
da6692 |
- applied patch preventing ping against dos attack
|
|
|
da6692 |
|
|
|
da6692 |
* Wed May 19 2010 Jiri Skala <jskala@redhat.com> - 20100418-2
|
|
|
da6692 |
- fixes #593641 - update bonding files (updated ifenslave tarball)
|
|
|
da6692 |
|
|
|
da6692 |
* Tue Apr 20 2010 Jiri Skala <jskala@redhat.com> - 20100418-1
|
|
|
da6692 |
- update to latest upstream
|
|
|
da6692 |
- enables flowlabel feature (-F option)
|
|
|
da6692 |
|
|
|
da6692 |
* Fri Mar 05 2010 Jiri Skala <jskala@redhat.com> - 20071127-10
|
|
|
da6692 |
- fixes #557308 - arping ignores the deadline option
|
|
|
da6692 |
|
|
|
da6692 |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071127-9
|
|
|
da6692 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Feb 25 2009 Jiri Skala <jskala@redhat.com> - 20071127-8
|
|
|
da6692 |
- remake type conversions to gcc4.4 requirements
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071127-7
|
|
|
da6692 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
da6692 |
|
|
|
da6692 |
* Fri Sep 26 2008 Jiri Skala <jskala@redhat.com> - 20071127-6
|
|
|
da6692 |
- #455713 not accepted - suid is back
|
|
|
da6692 |
|
|
|
da6692 |
* Fri Aug 15 2008 Jiri Skala <jskala@redhat.com> - 20071127-5
|
|
|
da6692 |
- removed a dependency on libsysfs library in arping
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Aug 06 2008 Jiri Skala <jskala@redhat.com> - 20071127-4
|
|
|
da6692 |
- Resolves: #455713 remove suid from ping
|
|
|
da6692 |
- corrected typing error in man
|
|
|
da6692 |
|
|
|
da6692 |
* Tue Jun 03 2008 Martin Nagy <mnagy@redhat.com> - 20071127-3
|
|
|
da6692 |
- major patch cleanup so it will be easier to get patches upstream
|
|
|
da6692 |
- fix for #68212, previous fix actually didn't work for ping6
|
|
|
da6692 |
- renewed the ia64 align patches
|
|
|
da6692 |
- update README.bonding
|
|
|
da6692 |
- clear up the code from warnings
|
|
|
da6692 |
- spec file cleanup
|
|
|
da6692 |
|
|
|
da6692 |
* Tue Mar 25 2008 Martin Nagy <mnagy@redhat.com> - 20071127-2
|
|
|
da6692 |
- fix inconsistent behaviour of ping (#360881)
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Feb 25 2008 Martin Nagy <mnagy@redhat.com> - 20071127-1
|
|
|
da6692 |
- update to new upstream version
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Feb 18 2008 Martin Nagy <mnagy@redhat.com> - 20070202-9
|
|
|
da6692 |
- rebuild
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Feb 18 2008 Martin Nagy <mnagy@redhat.com> - 20070202-8
|
|
|
da6692 |
- correctly fix the -w option and return code of arping (#387881)
|
|
|
da6692 |
|
|
|
da6692 |
* Fri Feb 01 2008 Martin Nagy <mnagy@redhat.com> - 20070202-7
|
|
|
da6692 |
- fix -Q option of ping6 (#213544)
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Jan 14 2008 Martin Nagy <mnagy@redhat.com> - 20070202-6
|
|
|
da6692 |
- fix absolute symlinks and character encoding for RELNOTES (#225909)
|
|
|
da6692 |
- preserve file timestamps (#225909)
|
|
|
da6692 |
- use %%{?_smp_mflags} (#225909)
|
|
|
da6692 |
- fix service rdisc stop removing of lock file
|
|
|
da6692 |
|
|
|
da6692 |
* Fri Sep 14 2007 Martin Bacovsky <mbacovsk@redhat.com> - 20070202-5
|
|
|
da6692 |
- rebuild
|
|
|
da6692 |
|
|
|
da6692 |
* Fri Aug 3 2007 Martin Bacovsky <mbacovsk@redhat.com> - 20070202-4
|
|
|
da6692 |
- resolves: #236725: ping does not work for subsecond intervals for ordinary user
|
|
|
da6692 |
- resolves: #243197: RFE: Please sync ifenslave with current kernel
|
|
|
da6692 |
- resolves: #246954: Initscript Review
|
|
|
da6692 |
- resolves: #251124: can't build rdisc - OPEN_MAX undeclared
|
|
|
da6692 |
|
|
|
da6692 |
* Fri Apr 6 2007 Martin Bacovsky <mbacovsk@redhat.com> - 20070202-3
|
|
|
da6692 |
- resolves: #235374: Update of iputils starts rdisc, breaking connectivity
|
|
|
da6692 |
|
|
|
da6692 |
* Tue Mar 27 2007 Martin Bacovsky <mbacovsk@redhat.com> - 20070202-2
|
|
|
da6692 |
- Resolves: #234060: [PATCH] IDN (umlaut domains) support for ping and ping6
|
|
|
da6692 |
patch provided by Robert Scheck <redhat@linuxnetz.de>
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Mar 15 2007 Martin Bacovsky <mbacovsk@redhat.com> - 20070202-1
|
|
|
da6692 |
- upgarde to new upstream iputils-s20070202
|
|
|
da6692 |
- Resolves: #229995
|
|
|
da6692 |
- Resolves: #225909 - Merge Review: iputils
|
|
|
da6692 |
- patches revision
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Feb 22 2007 Martin Bacovsky <mbacovsk@redhat.com>- 20020927-42
|
|
|
da6692 |
- Resolves: #218706 - now defines the destination address along RFC3484
|
|
|
da6692 |
- Resolves: #229630 - ifenslave(8) man page added
|
|
|
da6692 |
- Resolves: #213716 - arping doesn't work on InfiniBand ipoib interfaces
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Sep 13 2006 Radek Vokal <rvokal@redhat.com> - 20020927-41
|
|
|
da6692 |
- new ifenslave/bonding documentation
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Aug 21 2006 Martin Bacovsky <mbacovsk@redhat.com> - 20020927-40
|
|
|
da6692 |
- tracepath doesn't continue past destination host (#174032)
|
|
|
da6692 |
previous patch replaced by new one provided by <mildew@gmail.com>
|
|
|
da6692 |
option -c added
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Jul 17 2006 Radek Vokal <rvokal@redhat.com> - 20020927-39
|
|
|
da6692 |
- rebuilt
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Jul 10 2006 Radek Vokal <rvokal@redhat.com> - 20020927-38
|
|
|
da6692 |
- tracepath doesn't continue past destination host (#174032) <mildew@gmail.com>
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Mar 29 2006 Radek Vokál <rvokal@redhat.com> - 20020927-37
|
|
|
da6692 |
- fix ifenslave, shows interface addresses
|
|
|
da6692 |
- add RPM_OPT_FLAGS to ifenslave
|
|
|
da6692 |
|
|
|
da6692 |
* Sun Mar 12 2006 Radek Vokál <rvokal@redhat.com> - 20020927-36
|
|
|
da6692 |
- fix ifenslave man page (#185223)
|
|
|
da6692 |
|
|
|
da6692 |
* Fri Feb 24 2006 Radek Vokál <rvokal@redhat.com> - 20020927-35
|
|
|
da6692 |
- add PreReq: chkconfig (#182799,#182798)
|
|
|
da6692 |
|
|
|
da6692 |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 20020927-34.2
|
|
|
da6692 |
- bump again for double-long bug on ppc(64)
|
|
|
da6692 |
|
|
|
da6692 |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 20020927-34.1
|
|
|
da6692 |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Feb 06 2006 Radek Vokál <rvokal@redhat.com> 20020927-34
|
|
|
da6692 |
- ping clean-up, added new ICMP warning messages
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Jan 25 2006 Radek Vokál <rvokal@redhat.com> 20020927-33
|
|
|
da6692 |
- gcc patch, warnings cleaned-up
|
|
|
da6692 |
|
|
|
da6692 |
* Tue Dec 13 2005 Radek Vokal <rvokal@redhat.com> 20020927-32
|
|
|
da6692 |
- fix HOPLIMIT option for setsockopt() (#175471)
|
|
|
da6692 |
|
|
|
da6692 |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
da6692 |
- rebuilt
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Dec 05 2005 Radek Vokal <rvokal@redhat.com> 20020927-31
|
|
|
da6692 |
- ifenslave.8 from debian.org
|
|
|
da6692 |
- separate ifenslave to its own tarball
|
|
|
da6692 |
|
|
|
da6692 |
* Tue Nov 08 2005 Radek Vokal <rvokal@redhat.com> 20020927-30
|
|
|
da6692 |
- don't ship traceroute6, now part of traceroute package
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Oct 05 2005 Radek Vokal <rvokal@redhat.com> 20020927-29
|
|
|
da6692 |
- add ping6 and tracepath6 manpages, fix attributes.
|
|
|
da6692 |
|
|
|
da6692 |
* Fri Sep 30 2005 Radek Vokal <rvokal@redhat.com> 20020927-28
|
|
|
da6692 |
- memset structure before using it (#168166)
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Sep 26 2005 Radek Vokal <rvokal@redhat.com> 20020927-27
|
|
|
da6692 |
- fixed ping -f, flooding works again (#134859,#169141)
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Sep 08 2005 Radek Vokal <rvokal@redhat.com> 20020927-26
|
|
|
da6692 |
- tracepath6 and tracepath fix, use getaddrinfo instead of gethostbyname(2)
|
|
|
da6692 |
(#100778,#167735)
|
|
|
da6692 |
|
|
|
da6692 |
* Fri Aug 12 2005 Radek Vokal <rvokal@redhat.com> 20020927-25
|
|
|
da6692 |
- fixed arping timeout (#165715)
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Jul 18 2005 Radek Vokal <rvokal@redhat.com> 20020927-24
|
|
|
da6692 |
- fixed arping buffer overflow (#163383)
|
|
|
da6692 |
|
|
|
da6692 |
* Fri May 27 2005 Radek Vokal <rvokal@redhat.com> 20020927-23
|
|
|
da6692 |
- fixed un-initialized "device" (#158914)
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Apr 07 2005 Radek Vokal <rvokal@redhat.com> 20020927-22
|
|
|
da6692 |
- don't start rdisc as default (#154075)
|
|
|
da6692 |
|
|
|
da6692 |
* Tue Apr 05 2005 Radek Vokal <rvokal@redhat.com> 20020927-21
|
|
|
da6692 |
- rdisc init script added (#151614)
|
|
|
da6692 |
|
|
|
da6692 |
* Fri Mar 04 2005 Radek Vokal <rvokal@redhat.com> 20020927-20
|
|
|
da6692 |
- arping fix for infiniband (#150156)
|
|
|
da6692 |
|
|
|
da6692 |
* Tue Dec 07 2004 Radek Vokal <rvokal@redhat.com> 20020927-19
|
|
|
da6692 |
- return values fixed - patch from suse.de
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Oct 18 2004 Radek Vokal <rvokal@redhat.com>
|
|
|
da6692 |
- ifenslave.c and README.bonding updated from kernel-2.6.8-1.521 (#136059)
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Oct 11 2004 Radek Vokal <rvokal@redhat.com>
|
|
|
da6692 |
- spec file updated, source fixed (#135193)
|
|
|
da6692 |
|
|
|
da6692 |
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
da6692 |
- rebuilt
|
|
|
da6692 |
|
|
|
da6692 |
* Wed May 12 2004 Phil Knirsch <pknirsch@redhat.com> 20020927-15
|
|
|
da6692 |
- Updated rh patch to enable PIE build of binaries.
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Apr 22 2004 Phil Knirsch <pknirsch@redhat.com> 20020927-14
|
|
|
da6692 |
- Fixed bug with wrong return code check of inet_pton() in traceroute6 (#100684)
|
|
|
da6692 |
|
|
|
da6692 |
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
da6692 |
- rebuilt
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Oct 02 2003 Phil Knirsch <pknirsch@redhat.com> 20020927-12
|
|
|
da6692 |
- Fixed unaligned access problem on ia64 (#101417)
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Sep 10 2003 Phil Knirsch <pknirsch@redhat.com> 20020927-11
|
|
|
da6692 |
- Don't use own headers, use glibc and kernheaders.
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Sep 04 2003 Bill Nottingham <notting@redhat.com> 20020927-10
|
|
|
da6692 |
- fix build with new glibc-kernheaders
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Sep 03 2003 Phil Knirsch <pknirsch@redhat.com> 20020927-9.1
|
|
|
da6692 |
- rebuilt
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Sep 03 2003 Phil Knirsch <pknirsch@redhat.com> 20020927-9
|
|
|
da6692 |
- Start icmp_seq from 0 instead of 1 (Conform with debian and Solaris #100609).
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Jul 31 2003 Phil Knirsch <pknirsch@redhat.com> 20020927-8
|
|
|
da6692 |
- One more update to ifenslave.c
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Jun 16 2003 Phil Knirsch <pknirsch@redhat.com> 20020927-7
|
|
|
da6692 |
- Updated ifenslave.c and README.bonding to latest version.
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
da6692 |
- rebuilt
|
|
|
da6692 |
|
|
|
da6692 |
* Thu May 15 2003 Phil Knirsch <pknirsch@redhat.com> 20020927-5
|
|
|
da6692 |
- Bumped release and rebuilt
|
|
|
da6692 |
|
|
|
da6692 |
* Thu May 15 2003 Phil Knirsch <pknirsch@redhat.com> 20020927-4
|
|
|
da6692 |
- Fixed DNS lookup problems (#68212).
|
|
|
da6692 |
- Added warning if binding problem failed on subinterface (#81640).
|
|
|
da6692 |
|
|
|
da6692 |
* Tue May 13 2003 Phil Knirsch <pknirsch@redhat.com> 20020927-3
|
|
|
da6692 |
- Removed bonding tarball and replaced it with ifenslave.c and README
|
|
|
da6692 |
- FHS compliance for all tools, now to be found in /bin with compat symlinks to
|
|
|
da6692 |
old places.
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 20020927-2
|
|
|
da6692 |
- rebuilt
|
|
|
da6692 |
|
|
|
da6692 |
* Fri Nov 29 2002 Phil Knirsch <pknirsch@redhat.com> 20020927-1
|
|
|
da6692 |
- Updated to latest upstream version.
|
|
|
da6692 |
|
|
|
da6692 |
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 20020124-8
|
|
|
da6692 |
- automated rebuild
|
|
|
da6692 |
|
|
|
da6692 |
* Tue Jun 18 2002 Phil Knirsch <pknirsch@redhat.com> 20020124-7
|
|
|
da6692 |
- Added new BuildPreReqs for docbook-utils and perl-SGMLSpm (#66661)
|
|
|
da6692 |
- Fixed ipv6 error printing problem (#66659).
|
|
|
da6692 |
|
|
|
da6692 |
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
|
|
da6692 |
- automated rebuild
|
|
|
da6692 |
|
|
|
da6692 |
* Tue May 21 2002 Phil Knirsch <pknirsch@redhat.com>
|
|
|
da6692 |
- Added a patch to activate the rdisc server (#64270).
|
|
|
da6692 |
- Display the countermeasures warning only in verbose (#55236)
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Apr 18 2002 Bill Nottingham <notting@redhat.com>
|
|
|
da6692 |
- quit trying to build HTML versions of the man pages
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Mar 14 2002 Phil Knirsch <pknirsch@redhat.com>
|
|
|
da6692 |
- Added fix by Tom "spot" Callaway to fix buffer overflow problems in stats.
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Feb 27 2002 Phil Knirsch <pknirsch@redhat.com>
|
|
|
da6692 |
- Update to iputils-ss020124.
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
da6692 |
- automated rebuild
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Aug 27 2001 Philipp Knirsch <pknirsch@redhat.de> 20001110-6
|
|
|
da6692 |
- Fixed buffer overflow problem in traceroute6.c (#51135)
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Jul 02 2001 Philipp Knirsch <pknirsch@redhat.de>
|
|
|
da6692 |
- Made ping6 and traceroute6 setuid (safe as they drop it VERY early) (#46769)
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Jun 28 2001 Philipp Knirsch <pknirsch@redhat.de>
|
|
|
da6692 |
- Fixed ping statistics overflow bug (#43801)
|
|
|
da6692 |
|
|
|
da6692 |
* Tue Jun 26 2001 Philipp Knirsch <pknirsch@redhat.de>
|
|
|
da6692 |
- Fixed a bunch of compiler warnings (#37131)
|
|
|
da6692 |
- Fixed wrong exit code for no packets and deadline (#40323)
|
|
|
da6692 |
- Moved arping to /sbin from /usr/sbin due to ifup call (#45785). Symlink from
|
|
|
da6692 |
/usr/sbin/ provided for backwards compatibility.
|
|
|
da6692 |
|
|
|
da6692 |
* Mon Apr 30 2001 Preston Brown <pbrown@redhat.com>
|
|
|
da6692 |
- install in.rdisc.8c as rdisc.8
|
|
|
da6692 |
|
|
|
da6692 |
* Tue Jan 16 2001 Jeff Johnson <jbj@redhat.com>
|
|
|
da6692 |
- update to ss001110
|
|
|
da6692 |
- doco fixes (#23844).
|
|
|
da6692 |
|
|
|
da6692 |
* Sun Oct 8 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
da6692 |
- update to ss001007.
|
|
|
da6692 |
|
|
|
da6692 |
* Tue Aug 8 2000 Tim Waugh <twaugh@redhat.com>
|
|
|
da6692 |
- fix spelling mistake (#15714).
|
|
|
da6692 |
|
|
|
da6692 |
* Tue Aug 8 2000 Tim Waugh <twaugh@redhat.com>
|
|
|
da6692 |
- turn on -U on machines without TSC (#15223).
|
|
|
da6692 |
|
|
|
da6692 |
* Tue Aug 1 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
da6692 |
- better doco patch (#15050).
|
|
|
da6692 |
|
|
|
da6692 |
* Tue Jul 25 2000 Jakub Jelinek <jakub@redhat.com>
|
|
|
da6692 |
- fix include-glibc/ to work with new glibc 2.2 resolver headers
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
|
|
|
da6692 |
- automatic rebuild
|
|
|
da6692 |
|
|
|
da6692 |
* Sun Jun 18 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
da6692 |
- FHS packaging.
|
|
|
da6692 |
- update to ss000418.
|
|
|
da6692 |
- perform reverse DNS lookup only once for same input.
|
|
|
da6692 |
|
|
|
da6692 |
* Sun Mar 5 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
da6692 |
- include README.ifenslave doco.
|
|
|
da6692 |
- "ping -i N" was broke for N >= 3 (#9929).
|
|
|
da6692 |
- update to ss000121:
|
|
|
da6692 |
-- clockdiff: preserve raw socket errno.
|
|
|
da6692 |
-- ping: change error exit code to 1 (used to be 92,93, ...)
|
|
|
da6692 |
-- ping,ping6: if -w specified, transmit until -c limit is reached.
|
|
|
da6692 |
-- ping,ping6: exit code non-zero if some packets not received within deadline.
|
|
|
da6692 |
|
|
|
da6692 |
* Tue Feb 22 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
da6692 |
- man page corrections (#9690).
|
|
|
da6692 |
|
|
|
da6692 |
* Wed Feb 9 2000 Jeff Johnson <jbj@jbj.org>
|
|
|
da6692 |
- add ifenslave.
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Feb 3 2000 Elliot Lee <sopwith@redhat.com>
|
|
|
da6692 |
- List /usr/sbin/rdisc in %%files list.
|
|
|
da6692 |
|
|
|
da6692 |
* Thu Jan 27 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
da6692 |
- add remaining binaries.
|
|
|
da6692 |
- casts to remove compilation warnings.
|
|
|
da6692 |
- terminate if -w deadline is reached exactly (#8724).
|
|
|
da6692 |
|
|
|
da6692 |
* Fri Dec 24 1999 Jeff Johnson <jbj@redhat.com>
|
|
|
da6692 |
- create (only ping for now, traceroute et al soon).
|