Blame SPECS/iputils.spec

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