Blame SPECS/net-tools.spec

b18d28
%global checkout 20160912git
b18d28
b18d28
Summary: Basic networking tools
b18d28
Name: net-tools
b18d28
Version: 2.0
b18d28
Release: 0.62.%{checkout}%{?dist}
b18d28
License: GPLv2+
b18d28
URL: http://sourceforge.net/projects/net-tools/
b18d28
b18d28
# git archive --format=tar --remote=git://git.code.sf.net/p/net-tools/code master | xz > net-tools-%%{version}.%%{checkout}.tar.xz
b18d28
Source0: net-tools-%{version}.%{checkout}.tar.xz
b18d28
Source1: net-tools-config.h
b18d28
Source2: net-tools-config.make
b18d28
Source3: ether-wake.c
b18d28
Source4: ether-wake.8
b18d28
Source5: mii-diag.c
b18d28
Source6: mii-diag.8
b18d28
Source7: iptunnel.8
b18d28
Source8: ipmaddr.8
b18d28
Source9: arp-ethers.service
b18d28
b18d28
# adds <delay> option that allows netstat to cycle printing through statistics every delay seconds.
b18d28
Patch1: net-tools-cycle.patch
b18d28
b18d28
# various man page fixes merged into one patch
b18d28
Patch2: net-tools-man.patch
b18d28
b18d28
# linux-4.8
b18d28
Patch3: net-tools-linux48.patch
b18d28
b18d28
# use all interfaces instead of default (#1003875)
b18d28
Patch20: ether-wake-interfaces.patch
b18d28
b18d28
# use all interfaces instead of default (#1003875)
b18d28
Patch21: net-tools-ifconfig-EiB.patch
b18d28
Patch22: net-tools-timer-man.patch
b18d28
Patch23: net-tools-interface-name-len.patch
b18d28
Patch24: net-tools-correct-exit-code.patch
b18d28
Patch25: net-tools-spelling-error.patch
b18d28
Patch26: net-tools-route-inet6-output.patch
b18d28
b18d28
BuildRequires: make
b18d28
BuildRequires: bluez-libs-devel
b18d28
BuildRequires: gettext, libselinux
b18d28
BuildRequires: libselinux-devel
b18d28
BuildRequires: systemd
b18d28
BuildRequires: gcc
b18d28
%{?systemd_requires}
b18d28
b18d28
%description
b18d28
The net-tools package contains basic networking tools,
b18d28
including ifconfig, netstat, route, and others.
b18d28
Most of them are obsolete. For replacement check iproute package.
b18d28
b18d28
%prep
b18d28
%setup -q -c
b18d28
%patch1 -p1 -b .cycle
b18d28
%patch2 -p1 -b .man
b18d28
%patch3 -p1 -b .linux48
b18d28
b18d28
cp %SOURCE1 ./config.h
b18d28
cp %SOURCE2 ./config.make
b18d28
cp %SOURCE3 .
b18d28
cp %SOURCE4 ./man/en_US
b18d28
cp %SOURCE5 .
b18d28
cp %SOURCE6 ./man/en_US
b18d28
cp %SOURCE7 ./man/en_US
b18d28
cp %SOURCE8 ./man/en_US
b18d28
b18d28
%patch20 -p1 -b .interfaces
b18d28
%patch21 -p1 -b .ifconfig-EiB
b18d28
%patch22 -p1 -b .timer-man
b18d28
%patch23 -p1 -b .interface-name-len
b18d28
%patch24 -p1 -b .exit-codes
b18d28
%patch25 -p1 -b .spelling
b18d28
%patch26 -p1 -b .route-inet6
b18d28
b18d28
touch ./config.h
b18d28
b18d28
%build
b18d28
# Sparc and s390 arches need to use -fPIE
b18d28
%ifarch sparcv9 sparc64 s390 s390x
b18d28
export CFLAGS="${RPM_OPT_FLAGS} -fPIE"
b18d28
%else
b18d28
export CFLAGS="${RPM_OPT_FLAGS} -fpie"
b18d28
%endif
b18d28
# RHBZ #853193
b18d28
export LDFLAGS="${RPM_LD_FLAGS} -pie -Wl,-z,now"
b18d28
b18d28
make
b18d28
make ether-wake
b18d28
gcc ${RPM_OPT_FLAGS} ${RPM_LD_FLAGS} -o mii-diag mii-diag.c
b18d28
b18d28
%install
b18d28
mv man/de_DE man/de
b18d28
mv man/fr_FR man/fr
b18d28
mv man/pt_BR man/pt
b18d28
b18d28
make BASEDIR=%{buildroot} BINDIR=%{_bindir} SBINDIR=%{_sbindir} install
b18d28
b18d28
# ifconfig and route are installed into /usr/bin by default
b18d28
# mv them back to /usr/sbin (#1045445)
b18d28
mv %{buildroot}%{_bindir}/ifconfig %{buildroot}%{_sbindir}
b18d28
mv %{buildroot}%{_bindir}/route %{buildroot}%{_sbindir}
b18d28
b18d28
install -p -m 755 ether-wake %{buildroot}%{_sbindir}
b18d28
install -p -m 755 mii-diag %{buildroot}%{_sbindir}
b18d28
b18d28
rm %{buildroot}%{_sbindir}/rarp
b18d28
rm %{buildroot}%{_mandir}/man8/rarp.8*
b18d28
rm %{buildroot}%{_mandir}/de/man8/rarp.8*
b18d28
rm %{buildroot}%{_mandir}/fr/man8/rarp.8*
b18d28
rm %{buildroot}%{_mandir}/pt/man8/rarp.8*
b18d28
b18d28
# otherwise %%find_lang finds them even they're empty
b18d28
rm -rf %{buildroot}%{_mandir}/de/man1
b18d28
rm -rf %{buildroot}%{_mandir}/fr/man1
b18d28
rm -rf %{buildroot}%{_mandir}/man1
b18d28
rm -rf %{buildroot}%{_mandir}/pt/man1
b18d28
rm -rf %{buildroot}%{_mandir}/pt/man5
b18d28
b18d28
# install systemd unit file
b18d28
install -D -p -m 644 %{SOURCE9} %{buildroot}%{_unitdir}/arp-ethers.service
b18d28
b18d28
%find_lang %{name} --all-name --with-man
b18d28
b18d28
%post
b18d28
%systemd_post arp-ethers.service
b18d28
b18d28
%files -f %{name}.lang
b18d28
%license COPYING
b18d28
%{_bindir}/netstat
b18d28
%{_sbindir}/ifconfig
b18d28
%{_sbindir}/route
b18d28
%{_sbindir}/arp
b18d28
%{_sbindir}/ether-wake
b18d28
%{_sbindir}/ipmaddr
b18d28
%{_sbindir}/iptunnel
b18d28
%{_sbindir}/mii-diag
b18d28
%{_sbindir}/mii-tool
b18d28
%{_sbindir}/nameif
b18d28
%{_sbindir}/plipconfig
b18d28
%{_sbindir}/slattach
b18d28
%{_mandir}/man[58]/*
b18d28
b18d28
%attr(0644,root,root)   %{_unitdir}/arp-ethers.service
b18d28
b18d28
%changelog
b18d28
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.0-0.62.20160912git
b18d28
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
b18d28
  Related: rhbz#1991688
b18d28
b18d28
* Wed May 19 2021 Michal Ruprich <mruprich@redhat.com> - 2.0-0.61.20160912git
b18d28
- Resolves: #1961792 - Missing space in 'route' tool for inet6
b18d28
b18d28
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.0-0.60.20160912git
b18d28
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
b18d28
b18d28
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-0.59.20160912git
b18d28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
b18d28
b18d28
* Thu Aug 06 2020 Michal Ruprich <mruprich@redhat.com> - 2.0-0.58.20160912git
b18d28
- Resolves: #1835155 - netstat says "packetes" instead of "packets"
b18d28
b18d28
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-0.57.20160912git
b18d28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
b18d28
b18d28
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-0.56.20160912git
b18d28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
b18d28
b18d28
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-0.55.20160912git
b18d28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
b18d28
b18d28
* Wed Mar 06 2019 Michal Ruprich <mruprich@redhat.com> - 2.0-0.54.20160912git
b18d28
- Resolves: #1670779 - Exit code on wrong parameter is zero for many net-tools binaries
b18d28
b18d28
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-0.53.20160912git
b18d28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
b18d28
b18d28
* Mon Jul 23 2018 Michal Ruprich <mruprich@redhat.com> - 2.0-0.52.20160912git
b18d28
- Resolves: #1604937 - net-tools: FTBFS in Fedora rawhide
b18d28
b18d28
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-0.51.20160912git
b18d28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
b18d28
b18d28
* Wed Apr 25 2018 Michal Ruprich <mruprich@redhat.com> - 2.0-0.50.20160912git
b18d28
- Resolves: 1557470 - netstat -i cut's interface names
b18d28
- Resolves: 1566084 - netstat -agn only shows 10 character interface name for IPv4 addressing
b18d28
b18d28
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0-0.49.20160912git
b18d28
- Escape macros in %%changelog
b18d28
b18d28
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-0.48.20160912git
b18d28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b18d28
b18d28
* Thu Feb  1 2018 Florian Weimer <fweimer@redhat.com> - 2.0-0.47.20160912git
b18d28
- Link mii-diag with $RPM_LD_FLAGS
b18d28
b18d28
* Tue Jan 30 2018 Michal Ruprich <mruprich@redhat.com> - 2.0-0.46.20160912git
b18d28
- removing dependencies on systemd-units from spec file
b18d28
b18d28
* Fri Nov 24 2017 Michal Ruprich <mruprich@redhat.com> - 2.0-0.45.20160912git
b18d28
- Resolves: #1478868 - netstat(8) portion on Timer needs writing
b18d28
b18d28
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-0.44.20160912git
b18d28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
b18d28
b18d28
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-0.43.20160912git
b18d28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b18d28
b18d28
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-0.42.20160912git
b18d28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b18d28
b18d28
* Tue Jan 24 2017 Michal Ruprich <mruprich@redhat.com> - 2.0-0.41.20160912git
b18d28
- Resolves: #1414765 - ifconfig inaccurately rounds exabytes
b18d28
b18d28
* Wed Oct 12 2016 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.40.20160912git
b18d28
- fix build on linux-4.8
b18d28
b18d28
* Mon Sep 12 2016 mruprich <mruprich@redhat.com> - 2.0-0.39.20160912git
b18d28
- latest upstream snapshot
b18d28
b18d28
* Wed Mar 30 2016 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.38.20160329git
b18d28
- just few nitpicks :)
b18d28
b18d28
* Tue Mar 29 2016 Zdenek Dohnal <zdohnal@redhat.com> - 2.0-0.37.20160329git
b18d28
- latest upstream snapshot
b18d28
- adding HAVE_PLIP_TOOLS=1, HAVE_SERIAL_TOOLS=1, HAVE_ARP_TOOLS=1 into net-tools-config.h and net-tools-config.make
b18d28
- commenting out "%%{buildroot}%%{_mandir}/man8/rarp.8*" and its language alternatives in spec
b18d28
- adding "rm -rf %%{buildroot}%%{_mandir}/pt/man5" in spec
b18d28
b18d28
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-0.36.20150915git
b18d28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b18d28
b18d28
* Tue Sep 15 2015 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.35.20150915git
b18d28
- ether-wake: add interface into message (#1149502)
b18d28
- latest upstream snapshot (ipx.patch & sctp-statistics.patch merged)
b18d28
b18d28
* Wed Jul 15 2015 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.34.20150715git
b18d28
- latest upstream snapshot
b18d28
b18d28
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-0.33.20150416git
b18d28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b18d28
b18d28
* Thu Apr 16 2015 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.32.20150416git
b18d28
- latest upstream snapshot
b18d28
b18d28
* Mon Nov 24 2014 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.31.20141124git
b18d28
- latest upstream snapshot (#1162284)
b18d28
b18d28
* Thu Nov 20 2014 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.30.20141007git
b18d28
- ether-wake: apply Debian's hardening patch
b18d28
b18d28
* Tue Oct 07 2014 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.29.20141007git
b18d28
- latest upstream snapshot (#1149405)
b18d28
b18d28
* Fri Oct 03 2014 Lubomir Rintel <lkundrak@v3.sk> - 2.0-0.28.20140707git
b18d28
- Enable bluetooth
b18d28
b18d28
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-0.27.20140707git
b18d28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
b18d28
b18d28
* Fri Jul 18 2014 Tom Callaway <spot@fedoraproject.org> - 2.0-0.26.20140707git
b18d28
- fix license handling
b18d28
b18d28
* Mon Jul 07 2014 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.25.20140707git
b18d28
- latest upstream snapshot
b18d28
b18d28
* Tue Jun 10 2014 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.24.20131119git
b18d28
- __global_ldflags -> RPM_LD_FLAGS, optflags -> RPM_OPT_FLAGS
b18d28
b18d28
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-0.23.20131119git
b18d28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b18d28
b18d28
* Mon Mar 31 2014 Jaromír Končický <jkoncick@redhat.com> - 2.0-0.22.20131119git
b18d28
- output sctp endpoints without -a parameter (#1063913)
b18d28
b18d28
* Fri Feb 14 2014 Jaromír Končický <jkoncick@redhat.com> - 2.0-0.21.20131119git
b18d28
- remake sctp-quiet.patch (#1063906#c7)
b18d28
b18d28
* Tue Feb 11 2014 Jaromír Končický <jkoncick@redhat.com> - 2.0-0.20.20131119git
b18d28
- make sctp quiet on systems without sctp (#1063906)
b18d28
b18d28
* Fri Dec 20 2013 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.19.20131119git
b18d28
- move ifconfig and route back to sbin (#1045445)
b18d28
b18d28
* Tue Dec 03 2013 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.18.20131119git
b18d28
- make mii-diag compile with -Werror=format-security (#1037218)
b18d28
b18d28
* Tue Nov 19 2013 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.17.20131119git
b18d28
- latest snapshot (#1021109)
b18d28
b18d28
* Fri Nov 01 2013 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.16.20131004git
b18d28
- use different compiler/linker flags macros
b18d28
b18d28
* Thu Oct 10 2013 Jaromír Končický <jkoncick@redhat.com> - 2.0-0.15.20131004git
b18d28
- install binaries into /usr/bin and /usr/sbin (#1016674)
b18d28
b18d28
* Fri Oct 04 2013 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.14.20131004git
b18d28
- latest snapshot
b18d28
b18d28
* Mon Sep 23 2013 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.13.20130910git
b18d28
- remove %%ifarch alpha condition from %%prep
b18d28
- improve sctp-statistics.patch (#982638#c10)
b18d28
b18d28
* Tue Sep 10 2013 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.12.20130910git
b18d28
- latest snapshot
b18d28
b18d28
* Wed Sep 04 2013 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.11.20130607git
b18d28
- amend ether-wake-interfaces.patch
b18d28
b18d28
* Wed Sep 04 2013 Jaromír Končický <jkoncick@redhat.com> - 2.0-0.10.20130607git
b18d28
- use all interfaces instead of default (#1003875)
b18d28
- reverted all changes on ether-wake.c and put original file
b18d28
b18d28
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-0.9.20130607git
b18d28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b18d28
b18d28
* Fri Jun 07 2013 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.8.20130607git
b18d28
- latest snapshot
b18d28
b18d28
* Thu Apr 25 2013 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.7.20130425git
b18d28
- latest snapshot
b18d28
b18d28
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-0.6.20130109git
b18d28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b18d28
b18d28
* Wed Jan 09 2013 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.5.20130109git
b18d28
- latest snapshot (#579855)
b18d28
b18d28
* Fri Nov 30 2012 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.4.20121106git
b18d28
- fix URL
b18d28
b18d28
* Fri Nov 16 2012 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.3.20121106git
b18d28
- match actual license
b18d28
b18d28
* Tue Nov 06 2012 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.2.20121106git
b18d28
- few man page fixes
b18d28
b18d28
* Thu Oct 04 2012 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.1.20121004git
b18d28
- the git snapshot we ship is actually much more a
b18d28
  2.0 pre-release then 1.60 post-release
b18d28
b18d28
* Mon Oct 01 2012 Jiri Popelka <jpopelka@redhat.com> - 1.60-145.20120917git
b18d28
- compile without STRIP (Metricom radio) support
b18d28
b18d28
* Mon Sep 17 2012 Jiri Popelka <jpopelka@redhat.com> - 1.60-144.20120917git
b18d28
- upstream git snapshot
b18d28
b18d28
* Wed Sep 05 2012 Jiri Popelka <jpopelka@redhat.com> - 1.60-143.20120702git
b18d28
- Sparc and s390 arches need to use -fPIE
b18d28
b18d28
* Wed Sep 05 2012 Jiri Popelka <jpopelka@redhat.com> - 1.60-142.20120702git
b18d28
- compile with PIE and full RELRO flags (#853193)
b18d28
b18d28
* Wed Aug 22 2012 Jiri Popelka <jpopelka@redhat.com> - 1.60-141.20120702git
b18d28
- fixed building with kernel-3.6
b18d28
b18d28
* Wed Aug 22 2012 Jiri Popelka <jpopelka@redhat.com> - 1.60-140.20120702git
b18d28
- use new systemd-rpm macros (#850225)
b18d28
b18d28
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.60-139.20120702git
b18d28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b18d28
b18d28
* Mon Jul 02 2012 Jiri Popelka <jpopelka@redhat.com> - 1.60-138.20120702git
b18d28
- fixes for #834110 and #836258 merged upstream
b18d28
b18d28
* Wed Jun 20 2012 Jiri Popelka <jpopelka@redhat.com> - 1.60-137.20120509git
b18d28
- compile without Token ring support (http://lwn.net/Articles/497397/)
b18d28
b18d28
* Tue Jun 19 2012 Jiri Popelka <jpopelka@redhat.com> - 1.60-136.20120509git
b18d28
- better SCTP support (#826676)
b18d28
b18d28
* Wed May 09 2012 Jiri Popelka <jpopelka@redhat.com> - 1.60-135.20120509git
b18d28
- don't require hostname package
b18d28
b18d28
* Fri Jan 27 2012 Jiri Popelka <jpopelka@redhat.com> - 1.60-134.20120127git
b18d28
- Do not show interface metric in 'ifconfig', 'ifconfig -s' and 'netstat -i'.
b18d28
  Spare place is used for interface name so trim_iface.patch is no longer needed.
b18d28
- No need to convert man pages to utf-8 as upstream ship them in utf-8 now.
b18d28
b18d28
* Thu Jan 19 2012 Jiri Popelka <jpopelka@redhat.com> - 1.60-133.20120119git
b18d28
- SELinux patch merged upstream
b18d28
- several page fixes merged upstream
b18d28
- mark localized man pages with %%lang
b18d28
b18d28
* Wed Jan 11 2012 Jiri Popelka <jpopelka@redhat.com> - 1.60-132.20120111git
b18d28
- 3 patches merged upstream
b18d28
- removed 2digit.patch (#718610)
b18d28
- removed fgets.patch (probably not needed anymore)
b18d28
b18d28
* Thu Jan 05 2012 Jiri Popelka <jpopelka@redhat.com> - 1.60-131.20120105git
b18d28
- next 11 patches merged upstream
b18d28
- removed bcast.patch (seems to be fixed upstream)
b18d28
- removed netstat-p-basename.patch (upstream is not happy with it)
b18d28
- netstat-leak.patch merged into duplicate-tcp.patch
b18d28
b18d28
* Wed Dec 07 2011 Jiri Popelka <jpopelka@redhat.com> - 1.60-130.20111207git
b18d28
- removed virtualname.patch
b18d28
- added back isofix.patch
b18d28
- improved mii-registers.patch
b18d28
b18d28
* Tue Dec 06 2011 Jiri Popelka <jpopelka@redhat.com> - 1.60-129.20111206git
b18d28
- upstream git snapshot
b18d28
- reduced number of patches from 95 to 32
b18d28
- netstat -T/--notrim option is now -W/--wide
b18d28
b18d28
* Tue Oct 25 2011 Jiri Popelka <jpopelka@redhat.com> - 1.60-128
b18d28
- Removed HFI support.
b18d28
- Improved num-ports.patch
b18d28
b18d28
* Thu Oct 20 2011 Jiri Popelka <jpopelka@redhat.com> - 1.60-127
b18d28
- Merge all upstream fixes into net-tools-1.60-upstream.patch
b18d28
b18d28
* Tue Oct 18 2011 Jiri Popelka <jpopelka@redhat.com> - 1.60-126
b18d28
- Upstream is migrating to Sourceforge.
b18d28
b18d28
* Mon Oct 03 2011 Jiri Popelka <jpopelka@redhat.com> - 1.60-125
b18d28
- Fixed ether-wake(8) and mii-diag(8) man pages (#742629)
b18d28
b18d28
* Mon Sep 19 2011 Jiri Popelka <jpopelka@redhat.com> - 1.60-124
b18d28
- Improved arp-ethers.service unit file (#735617)
b18d28
b18d28
* Wed Aug 24 2011 Jiri Popelka <jpopelka@redhat.com> - 1.60-123
b18d28
- Improved netstat_stop_trim.patch to not truncate IPV6 UDP sockets (#732984)
b18d28
b18d28
* Mon Jul 04 2011 Jiri Popelka <jpopelka@redhat.com> - 1.60-122
b18d28
- Update for 2 digit Linux version numbers (#718610)
b18d28
b18d28
* Fri Jun 17 2011 Jiri Popelka <jpopelka@redhat.com> - 1.60-121
b18d28
- Added arp-ethers.service systemd unit file to run 'arp -f /etc/ethers'
b18d28
  on startup of system. Don't ship default /etc/ethers (#713759)
b18d28
b18d28
* Wed May 25 2011 Jiri Popelka <jpopelka@redhat.com> - 1.60-120
b18d28
- Do not mention /proc/net/socket in ifconfig(8) (#661905)
b18d28
- Merge all 'man page only fix' patches into net-tools-1.60-man.patch
b18d28
b18d28
* Thu Apr 28 2011 Jiri Popelka <jpopelka@redhat.com> - 1.60-119
b18d28
- Fix possible problems found by static analysis of code.
b18d28
b18d28
* Thu Apr 21 2011 Jiri Popelka <jpopelka@redhat.com> - 1.60-118
b18d28
- patch netstat to separate basename of -p only if it is absolute
b18d28
  path (in order to make argv[0]="sshd pty/0" display as sshd, and not as /0).
b18d28
b18d28
* Thu Apr 14 2011 Jiri Popelka <jpopelka@redhat.com> - 1.60-117
b18d28
- plipconfig man page and usage output fixes. (#694766)
b18d28
b18d28
* Mon Mar 07 2011 Jiri Popelka <jpopelka@redhat.com> - 1.60-116
b18d28
- Fix mii-tool/mii-diag/ether-wake to not default to eth0 because
b18d28
  since Fedora 15 network devices can have arbitrary names (#682367)
b18d28
b18d28
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.60-115
b18d28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b18d28
b18d28
* Fri Feb 04 2011 Jiri Popelka <jpopelka@redhat.com> - 1.60-114
b18d28
- Improve scanf-format.patch (#668047)
b18d28
b18d28
* Fri Jan 21 2011 Jiri Popelka <jpopelka@redhat.com> - 1.60-113
b18d28
- Improve route(8) man page saying that 'route mss' actually sets MTU (#671321)
b18d28
b18d28
* Mon Jan 03 2011 Jiri Popelka <jpopelka@redhat.com> - 1.60-112
b18d28
- Fix the handling of some of the HAVE_* flags ifdef vs if. (BerliOS #17812)
b18d28
b18d28
* Thu Dec 16 2010 Jiri Popelka <jpopelka@redhat.com> - 1.60-111
b18d28
- fixed mii-diag(8) man page (#663689)
b18d28
- fixed route(8) man page (#664171)
b18d28
b18d28
* Thu Dec 16 2010 Jiri Popelka <jpopelka@redhat.com> - 1.60-110
b18d28
- fixed ifconfig(8) man page (#663469)
b18d28
b18d28
* Wed Nov 17 2010 Jiri Popelka <jpopelka@redhat.com> - 1.60-109
b18d28
- improved netstat(8) man page (#614931)
b18d28
b18d28
* Mon Nov 01 2010 Jiri Popelka <jpopelka@redhat.com> - 1.60-108
b18d28
- added netstat(8) support for RcvbufErrors, SndbufErrors (BerliOS #17645)
b18d28
b18d28
* Wed Sep 29 2010 jkeating - 1.60-107
b18d28
- Rebuilt for gcc bug 634757
b18d28
b18d28
* Thu Sep 16 2010  Jiri Popelka <jpopelka@redhat.com> - 1.60-106
b18d28
- HFI support
b18d28
b18d28
* Thu Sep 16 2010  Jiri Popelka <jpopelka@redhat.com> - 1.60-105
b18d28
- fixed memory leak in netstat when run with -c option
b18d28
b18d28
* Tue Aug 10 2010  Jiri Popelka <jpopelka@redhat.com> - 1.60-104
b18d28
- improved statistics-doubleword.patch (Bug #579854)
b18d28
b18d28
* Mon Jun 14 2010  Jiri Popelka <jpopelka@redhat.com> - 1.60-103
b18d28
- updated mii-tool to support gigabit links (#539575)
b18d28
b18d28
* Wed Apr  7 2010  Jiri Popelka <jpopelka@redhat.com> - 1.60-102
b18d28
- fixed statistics.c to use unsigned long long (instead of int) to handle 64 bit integers (Bug #579854, Debian #561161)
b18d28
- fixed typo in statistics.c (Bug #579855)
b18d28
b18d28
* Sat Jan  2 2010  Jiri Popelka <jpopelka@redhat.com> - 1.60-101
b18d28
- fixed overflow patch (#551625)
b18d28
- ifconfig interface:0 del <IP> will remove the Aliased IP on IA64 (#473211)
b18d28
- interface slip: cast keepalive/outfill to unsigned long to fix warnings on 64bit hosts -- no functional changes since these only have an 8bit range anyways
b18d28
- interface: fix IPv6 parsing of interfaces with large indexes (> 255) (Debian #433543)
b18d28
b18d28
* Mon Dec 21 2009  Jiri Popelka <jpopelka@redhat.com> - 1.60-100
b18d28
- Move hostname to separate package
b18d28
b18d28
* Thu Dec  3 2009  Jiri Popelka <jpopelka@redhat.com> - 1.60-99
b18d28
- return defining of BuildRoot even it's no longer necessary
b18d28
  (https://fedoraproject.org/wiki/Packaging:Guidelines#BuildRoot_tag)
b18d28
  to silent rpmlint false warning
b18d28
b18d28
* Wed Nov  4 2009  Jiri Popelka <jpopelka@redhat.com> - 1.60-98
b18d28
- in mii-tool.c use <linux/mii.h> instead of "mii.h" and fix Bug #491358
b18d28
b18d28
* Thu Oct 29 2009  Jiri Popelka <jpopelka@redhat.com> - 1.60-97
b18d28
- Make "hostname -s" display host name cut at the first dot (no
b18d28
  matter if the host name resolves or not) (bug #531702)
b18d28
b18d28
* Wed Sep 30 2009  Jiri Popelka <jpopelka@redhat.com> - 1.60-96
b18d28
- netplug moved to separate package
b18d28
- #319981 and #322901 - minor man pages changes
b18d28
- applied changes from berlios cvs, which fix: Berlios #16232, Gentoo #283759 and polish Makefile and slattach 
b18d28
b18d28
* Tue Sep 1 2009  Jiri Popelka <jpopelka@redhat.com> - 1.60-95
b18d28
- netstat - avoid name resolution for listening or established sockets (-l) by return fast. 
b18d28
- netstat - --continuous should flush stdout
b18d28
- added missing man pages (iptunnel, ipmaddr, netplug, netplug.d, netplugd.conf)
b18d28
- added note about obsolete commands to existing man pages 
b18d28
- let the user know that ifconfig can correctly show only first 8 bytes of Infiniband hw address
b18d28
b18d28
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.60-94
b18d28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b18d28
b18d28
* Wed Jul  8 2009  Jiri Popelka <jpopelka@redhat.com> - 1.60-93
b18d28
- scanf format length fix (non exploitable?) from Fabian Hugelshofer <hugelshofer2006@gmx.ch>
b18d28
- URL tag changed to http://net-tools.berlios.de/
b18d28
b18d28
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.60-92
b18d28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b18d28
b18d28
* Thu Oct 16 2008 Zdenek Prikryl <zprikryl@redhat.com> - 1.60-91
b18d28
- fixed tcp timers info in netstat (#466845)
b18d28
b18d28
* Thu Sep 25 2008 Zdenek Prikryl <zprikryl@redhat.com> - 1.60-90
b18d28
- fixed ifconfig's man page (#454271, #432328)
b18d28
b18d28
* Tue Jul 15 2008 Zdenek Prikryl <zprikryl@redhat.com> - 1.60-89
b18d28
- fixed man pages for arp (#446195)
b18d28
- fixed netstat --interfaces option (#446187)
b18d28
- fixed clearing flags in ifconfig (#450252)
b18d28
b18d28
* Tue Jul  8 2008 Radek Vokál <rvokal@redhat.com> - 1.60-88
b18d28
- netstat displays correct sctp statistics (#445535) <zprikryl@redhat.com>
b18d28
b18d28
* Tue Mar  4 2008 Radek Vokál <rvokal@redhat.com> - 1.60-87
b18d28
- fix buffer for newer kernels (#435554)
b18d28
b18d28
* Mon Feb 25 2008 Radek Vokal <rvokal@redhat.com> - 1.60-86
b18d28
- fix for GCC 4.3
b18d28
b18d28
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.60-85
b18d28
- Autorebuild for GCC 4.3
b18d28
b18d28
* Thu Aug 23 2007 Radek Vokál <rvokal@redhat.com> - 1.60-84
b18d28
- rebuilt
b18d28
b18d28
* Fri Jun  8 2007 Radek Vokál <rvokal@redhat.com> - 1.60-83
b18d28
- fix netplugd init script (#242919)
b18d28
b18d28
* Tue May 22 2007 Radek Vokál <rvokal@redhat.com> - 1.60-82
b18d28
- better SELinux patch by <dwalsh@redhat.com>
b18d28
b18d28
* Tue Mar 27 2007 Radek Vokál <rvokal@redhat.com> - 1.60-81
b18d28
- fix segfault for empty interface (#234045)
b18d28
b18d28
* Thu Mar 15 2007 Radek Vokál <rvokal@redhat.com> - 1.60-80
b18d28
- we don't have -n/--node option (#225554)
b18d28
b18d28
* Thu Feb 22 2007 Radek Vokál <rvokal@redhat.com> - 1.60-79
b18d28
- quiet sctp (#229232)
b18d28
b18d28
* Mon Feb 19 2007 Radek Vokál <rvokal@redhat.com> - 1.60-78
b18d28
- spec file cleanup (#226193)
b18d28
b18d28
* Tue Jan 30 2007 Radek Vokál <rvokal@redhat.com> - 1.60-77
b18d28
- touch /etc/ethers (#225381)
b18d28
b18d28
* Wed Dec 27 2006 Radek Vokál <rvokal@redhat.com> - 1.60-76
b18d28
- fix arp unaligned access (#220438)
b18d28
b18d28
* Wed Oct  4 2006 Radek Vokal <rvokal@redhat.com> - 1.60-75
b18d28
- fix nameif crash for 16char long interface names (#209120)
b18d28
b18d28
* Mon Oct  2 2006 Radek Vokal <rvokal@redhat.com> - 1.60-74
b18d28
- fix -I option for nestat, works as -I=eth0 again.
b18d28
- add dist tag
b18d28
b18d28
* Mon Aug  7 2006 Radek Vokal <rvokal@redhat.com> - 1.60-73
b18d28
- directory entries . and .. should be skipped
b18d28
b18d28
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.60-72.1
b18d28
- rebuild
b18d28
b18d28
* Wed Jun  7 2006 Radek Vokal <rvokal@redhat.com> - 1.60-72
b18d28
- switch --trim to --notrim .. make it less confusing 
b18d28
b18d28
* Fri May 19 2006 Radek Vokal <rvokal@redhat.com> - 1.60-71
b18d28
- BuildRequires: libselinux-devel (#191737)
b18d28
b18d28
* Tue May 09 2006 Radek Vokál <rvokal@redhat.com> - 1.60-70
b18d28
- add netdevice.h, fix x25
b18d28
- fix ifconfig crash when interface name is too long (#190703)
b18d28
b18d28
* Tue May 02 2006 Radek Vokál <rvokal@redhat.com> - 1.60-69
b18d28
- fix arp man page to correspond to man ethers (#190425)
b18d28
b18d28
* Fri Apr 14 2006 Radek Vokál <rvokal@redhat.com> - 1.60-68
b18d28
- display sctp connections using netstat -S <jbj@redhat.com>
b18d28
b18d28
* Thu Apr 13 2006 Radek Vokál <rvokal@redhat.com> - 1.60-67
b18d28
- fix wrong definition of _PATH_PROCNET_X25_ROUTE (#188786)
b18d28
b18d28
* Thu Apr 06 2006 Radek Vokál <rvokal@redhat.com> - 1.60-66
b18d28
- add note about -T to netstat
b18d28
b18d28
* Thu Mar 30 2006 Radek Vokál <rvokal@redhat.com> - 1.60-65
b18d28
- add note to ifconfig(8) about supported format for IPv4 addresses (#176661)
b18d28
b18d28
* Thu Mar 16 2006 Radek Vokál <rvokal@redhat.com> - 1.60-64
b18d28
- remove duplicate arp entries (#185604)
b18d28
b18d28
* Thu Feb 23 2006 Radek Vokál <rvokal@redhat.com> - 1.60-63
b18d28
- show inodes in netstat (#180974)
b18d28
b18d28
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.60-62.1
b18d28
- bump again for double-long bug on ppc(64)
b18d28
b18d28
* Fri Feb 10 2006 Radek Vokál <rvokal@redhat.com> - 1.60-62
b18d28
- new option for netstat - -T stops trimming remote and local addresses (#176465)
b18d28
b18d28
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.60-61.1
b18d28
- rebuilt for new gcc4.1 snapshot and glibc changes
b18d28
b18d28
* Mon Feb 06 2006 Radek Vokál <rvokal@redhat.com> 1.60-61
b18d28
- mii-tool manpage fixed (#180055)
b18d28
b18d28
* Tue Jan 17 2006 Radek Vokal <rvokal@redhat.com> 1.60-60
b18d28
- forget to enable the new selinux option :( - config.make changed
b18d28
b18d28
* Tue Jan 17 2006 Radek Vokal <rvokal@redhat.com> 1.60-59
b18d28
- new option for nestat, -Z shows selinux context. Patch by <dwalsh@redhat.com>
b18d28
b18d28
* Mon Jan 02 2006 Radek Vokal <rvokal@redhat.com> 1.60-58
b18d28
- clear static buffers in interface.c by <drepper@redhat.com> (#176714)
b18d28
b18d28
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
b18d28
- rebuilt
b18d28
b18d28
* Sat Oct 15 2005 Radek Vokal <rvokal@redhat.com> 1.60-57
b18d28
- add note to hostname man page about gethostbyname() (#166581)
b18d28
- don't ship any rarp man page (#170537)
b18d28
b18d28
* Wed Aug 03 2005 Radek Vokal <rvokal@redhat.com> 1.60-56
b18d28
- fixed buffer overflow in arp (#164695)
b18d28
b18d28
* Wed Jul 20 2005 Radek Vokal <rvokal@redhat.com> 1.60-55
b18d28
- ifconfig - fixed virtual interface dropping (#162888)
b18d28
b18d28
* Wed Jun 22 2005 Radek Vokal <rvokal@redhat.com> 1.60-54
b18d28
- fr man pages are back (#159702)
b18d28
b18d28
* Mon Jun 06 2005 Radek Vokal <rvokal@redhat.com> 1.60-53
b18d28
- etherwake man page changed to ether-wake (#159156)
b18d28
b18d28
* Tue Apr 26 2005 Radek Vokal <rvokal@redhat.com> 1.60-52
b18d28
- don't show "duplicate line" warning (#143933)
b18d28
- netstat has new statistcs (#133032)
b18d28
- /etc/neplug is owned by net-tools (#130621)
b18d28
b18d28
* Tue Apr 05 2005 Radek Vokal <rvokal@redhat.com> 1.60-51
b18d28
- flush output in mii-tool (#152568)
b18d28
b18d28
* Wed Mar 30 2005 Radek Vokal <rvokal@redhat.com> 1.60-50
b18d28
- added mii-diag tool
b18d28
- added newer ether-wake
b18d28
- remove useless -i option from ifconfig
b18d28
- stop trimming interface names (#152457)
b18d28
b18d28
* Wed Mar 16 2005 Elliot Lee <sopwith@redhat.com>
b18d28
- rebuilt
b18d28
b18d28
* Tue Mar 01 2005 Radek Vokal <rvokal@redhat.com> 1.60-48
b18d28
- behaviour of netstat -i option changed (#115987)
b18d28
- netstat -i shows all interface, -I<Iface> only one
b18d28
b18d28
* Mon Feb 28 2005 Radek Vokal <rvokal@redhat.com> 1.60-47
b18d28
- added RPM_OPT_FLAGS
b18d28
- execshield patch for netplug <t8m@redhat.com>
b18d28
b18d28
* Wed Feb 16 2005 Radek Vokal <rvokal@redhat.com> 1.60-46
b18d28
- small typo in german translation (#148775)
b18d28
b18d28
* Wed Feb 09 2005 Radek Vokal <rvokal@redhat.com> 1.60-45
b18d28
- included infiniband support (#147396) <tduffy@sun.com>
b18d28
- added etherwake man page
b18d28
b18d28
* Mon Feb 07 2005 Radek Vokal <rvokal@redhat.com> 1.60-44
b18d28
- net-plug-1.2.9 - no changes, upstream included Red Hat patches
b18d28
- ether-wake-1.08 - few changes in implementation (#145718)
b18d28
b18d28
* Mon Jan 10 2005 Radek Vokal <rvokal@redhat.com> 1.60-43
b18d28
- don't report statistics for virtual devices (#143981) <kzak@redhat.com>
b18d28
- fixing translation headers - content type format
b18d28
- kill bitkeeper warning messages
b18d28
b18d28
* Fri Dec 03 2004 Radek Vokal <rvokal@redhat.com> 1.60-42
b18d28
- filter out duplicate tcp entries (#139407)
b18d28
b18d28
* Thu Nov 25 2004 Radek Vokal <rvokal@redhat.com> 1.60-41
b18d28
- added note to hostname(1) (#140239)
b18d28
- fixed --num-ports option for netstat (#115100)
b18d28
b18d28
* Thu Nov 11 2004 Radek Vokal <rvokal@redhat.com> 1.60-40
b18d28
- mii-tool(8) fixed, labeled as obsolete, added info (#138687)
b18d28
- netstat crashing on i64 fixed (#138804) Patch by <Andreas.Hirstius@cern.ch>
b18d28
b18d28
* Thu Nov 04 2004 Radek Vokal <rvokal@redhat.com> 1.60-39
b18d28
- IBM patch for netstat -s returning negative values on 64bit arch (#144064)
b18d28
- broadcast calulated if only netmask provided (#60509)
b18d28
b18d28
* Tue Nov 02 2004 Radek Vokal <rvokal@redhat.com> 1.60-38
b18d28
- fixed fail to assign the specified netmask before adress is assigned
b18d28
- patch by Malita, Florin <florin.malita@glenayre.com>
b18d28
b18d28
* Wed Sep 29 2004 Radek Vokal <rvokal@redhat.com> 1.60-37
b18d28
- spec file updated, added conversion for french and portugal man pages to UTF-8
b18d28
b18d28
* Mon Sep 06 2004 Radek Vokal <rvokal@redhat.com> 1.60-36
b18d28
- parse error fixed (#131539)
b18d28
b18d28
* Fri Sep 03 2004 Radek Vokal <rvokal@redhat.com> 1.60-35
b18d28
- The return value of nameif was wrong (#129032) - patch from Fujitsu QA 
b18d28
b18d28
* Mon Aug 30 2004 Radek Vokal <rvokal@redhat.com> 1.60-34
b18d28
- Trunc patch added (#128359)
b18d28
b18d28
* Mon Aug 30 2004 Radek Vokal <rvokal@redhat.com> 1.60-33
b18d28
- Added patch for SI units by Tom "spot" Callaway <tcallawa@redhat.com> #118006
b18d28
b18d28
* Tue Aug 17 2004 Phil Knirsch <pknirsch@redhat.com> 1.60-32
b18d28
- Fix installopts for netplug.
b18d28
b18d28
* Sun Aug 08 2004 Alan Cox <alan@redhat.com> 1.60-31
b18d28
- Build requires gettext.
b18d28
b18d28
* Mon Aug 02 2004 Phil Knirsch <pknirsch@redhat.com> 1.60-30
b18d28
- Update to latest netplugd version.
b18d28
b18d28
* Mon Jul 12 2004 Phil Knirsch <pknirsch@redhat.com> 1.60-29
b18d28
- Fixed initscript patch for netplug (#127351)
b18d28
b18d28
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
b18d28
- rebuilt
b18d28
b18d28
* Fri May 14 2004 Phil Knirsch <pknirsch@redhat.com> 1.60-27
b18d28
- Fixed compiler warning/error in netplug.
b18d28
- Updated to netplug-1.2.6 for security update and fixes.
b18d28
b18d28
* Thu May 06 2004 Phil Knirsch <pknirsch@redhat.com> 1.60-26
b18d28
- Updated netplugd to latest upstream version.
b18d28
- Fixed execshield problem in main.c of netplugd.
b18d28
b18d28
* Thu Apr 15 2004 Phil Knirsch <pknirsch@redhat.com> 1.60-25
b18d28
- Fixed several possible buffer overflows (#120343)
b18d28
b18d28
* Tue Mar 30 2004 Harald Hoyer <harald@redhat.com> - 1.60-24
b18d28
- fixed compilation with gcc34
b18d28
b18d28
* Tue Mar 23 2004 Karsten Hopp <karsten@redhat.de> 1.60-23 
b18d28
- add chkconfig call in post and preun, fix init script (#116555)
b18d28
b18d28
* Thu Feb 19 2004 Phil Knirsch <pknirsch@redhat.com>
b18d28
- Added netplug-1.2.1 to net-tools (FR #103419).
b18d28
b18d28
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
b18d28
- rebuilt
b18d28
b18d28
* Mon Aug 25 2003 Phil Knirsch <pknirsch@redhat.com> 1.60-20.1
b18d28
-rebuilt
b18d28
b18d28
* Mon Aug 25 2003 Phil Knirsch <pknirsch@redhat.com> 1.60-20
b18d28
- interface option now works as described in the man page (#61113).
b18d28
b18d28
* Tue Aug 19 2003 Phil Knirsch <pknirsch@redhat.com> 1.60-19.1
b18d28
- rebuilt
b18d28
b18d28
* Tue Aug 19 2003 Phil Knirsch <pknirsch@redhat.com> 1.60-19
b18d28
- Fixed trailing blank bug in hostname output (#101263).
b18d28
- Remove -O2 fir alpha (#78955).
b18d28
- Updated netstat statistic output, was still broken.
b18d28
b18d28
* Tue Jun 17 2003 Phil Knirsch <pknirsch@redhat.com> 1.60-18.1
b18d28
- rebuilt
b18d28
b18d28
* Tue Jun 17 2003 Phil Knirsch <pknirsch@redhat.com> 1.60-18
b18d28
- fix ether-wake.c build with gcc 3.3
b18d28
- rebuilt
b18d28
b18d28
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
b18d28
- rebuilt
b18d28
b18d28
* Wed Jun 04 2003 Phil Knirsch <pknirsch@redhat.com> 1.60-16.1
b18d28
- Bumped release and rebuilt
b18d28
b18d28
* Fri May 23 2003 Phil Knirsch <pknirsch@redhat.com> 1.60-16
b18d28
- Fixed ether-wake usage output (#55801).
b18d28
b18d28
* Thu May 22 2003 Jeremy Katz <katzj@redhat.com> 1.60-15
b18d28
- fix build with gcc 3.3
b18d28
b18d28
* Thu May 22 2003 Phil Knirsch <pknirsch@redhat.com> 1.60-14
b18d28
- Fixed wrong manpage (#55473).
b18d28
b18d28
* Wed May 21 2003 Phil Knirsch <pknirsch@redhat.com>
b18d28
- Added inet6-lookup patch from John van Krieken (#84108).
b18d28
- Fixed outdated link in ifconfig manpage (#91287).
b18d28
b18d28
* Tue May 20 2003 Phil Knirsch <pknirsch@redhat.com>
b18d28
- Fixed incorrect address display for ipx (#46434).
b18d28
- Fixed wrongly installed manpage dirs (#50664).
b18d28
b18d28
* Wed Mar 19 2003 Phil Knirsch <pknirsch@redhat.com> 1.60-13
b18d28
- Fixed nameif problem (#85748).
b18d28
b18d28
* Fri Feb 07 2003 Phil Knirsch <pknirsch@redhat.com> 1.60-12
b18d28
- Fixed -s parameter.
b18d28
- Fix /proc statistics for -nic operation.
b18d28
- Fixed -i operation in general.
b18d28
b18d28
* Mon Jan 27 2003 Phil Knirsch <pknirsch@redhat.com> 1.60-11
b18d28
- Disable smp build.
b18d28
b18d28
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 1.60-10
b18d28
- rebuilt
b18d28
b18d28
* Tue Dec 17 2002 Phil Knirsch <pknirsch@redhat.com> 1.60-9
b18d28
- Rebuild
b18d28
- Copyright -> License.
b18d28
b18d28
* Thu Dec 05 2002 Elliot Lee <sopwith@redhat.com> 1.60-8
b18d28
- Rebuild
b18d28
b18d28
* Tue Aug 06 2002 Phil Knirsch <pknirsch@redhat.com> 
b18d28
- Added patch from Norm for a corrected output.
b18d28
b18d28
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
b18d28
- automated rebuild
b18d28
b18d28
* Thu May 23 2002 Tim Powers <timp@redhat.com>
b18d28
- automated rebuild
b18d28
b18d28
* Fri Apr 12 2002 Jeremy Katz <katzj@redhat.com>
b18d28
- fix nstrcmp() to be correct in the case where there are many devices 
b18d28
  of the same type, eg, "eth10" > "eth1"  (#61436)
b18d28
b18d28
* Tue Jul 31 2001 Bill Nottingham <notting@redhat.com>
b18d28
- do *not* use SIOCDEVPRIVATE for MII ioctls
b18d28
b18d28
* Fri Jun  1 2001 Preston Brown <pbrown@redhat.com>
b18d28
- include wake-on-lan wakeup utility, ether-wake by Donald Becker
b18d28
b18d28
* Wed Apr 18 2001 Crutcher Dunnavant <crutcher@redhat.com>
b18d28
- itterate to 1.60
b18d28
b18d28
* Sun Apr  8 2001 Preston Brown <pbrown@redhat.com>
b18d28
- use find_lang macro
b18d28
- less specific locale dirs for man pages
b18d28
b18d28
* Mon Apr  2 2001 Preston Brown <pbrown@redhat.com>
b18d28
- don't use this version of rarp, doesn't work with our 2.4.
b18d28
b18d28
* Tue Feb  6 2001 Crutcher Dunnavant <crutcher@redhat.com>
b18d28
- fixed man page typo, closing bug #25921
b18d28
b18d28
* Thu Feb  1 2001 Crutcher Dunnavant <crutcher@redhat.com>
b18d28
- applied twaugh's patch to close bug #25474
b18d28
- which was a buffer length bug.
b18d28
b18d28
* Wed Dec 27 2000 Jeff Johnson <jbj@redhat.com>
b18d28
- locales not initialized correctly (#20570).
b18d28
- arp: document -e option (#22040).
b18d28
b18d28
* Sat Oct  7 2000 Jeff Johnson <jbj@redhat.com>
b18d28
- update to 1.57.
b18d28
- MTU (and other) option(s) not parsed correctly (#9215).
b18d28
- allow more granularity iwth --numeric (#9129).
b18d28
b18d28
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
b18d28
- automatic rebuild
b18d28
b18d28
* Tue Jun  6 2000 Jeff Johnson <jbj@redhat.com>
b18d28
- update to 1.56.
b18d28
- FHS packaging.
b18d28
b18d28
* Sat Apr 15 2000 Jeff Johnson <jbj@redhat.com>
b18d28
- update to 1.55.
b18d28
b18d28
* Tue Mar  7 2000 Jeff Johnson <jbj@redhat.com>
b18d28
- rebuild for sparc baud rates > 38400.
b18d28
b18d28
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
b18d28
- fix description
b18d28
b18d28
* Fri Jan 14 2000 Jeff Johnson <jbj@redhat.com>
b18d28
- fix "netstat -ci" (#6904).
b18d28
- document more netstat options (#7429).
b18d28
b18d28
* Thu Jan 13 2000 Jeff Johnson <jbj@redhat.com>
b18d28
- update to 1.54.
b18d28
- enable "everything but DECnet" including IPv6.
b18d28
b18d28
* Sun Aug 29 1999 Jeff Johnson <jbj@redhat.com>
b18d28
- update to 1.53.
b18d28
b18d28
* Wed Jul 28 1999 Jeff Johnson <jbj@redhat.com>
b18d28
- plug "netstat -c" fd leak (#3620).
b18d28
b18d28
* Thu Jun 17 1999 Jeff Johnson <jbj@redhat.com>
b18d28
- plug potential buffer overruns.
b18d28
b18d28
* Sat Jun 12 1999 John Hardin <jhardin@wolfenet.com>
b18d28
- patch to recognize ESP and GRE protocols for VPN masquerade
b18d28
b18d28
* Fri Apr 23 1999 Jeff Johnson <jbj@redhat.com>
b18d28
- update to 1.52.
b18d28
b18d28
* Thu Mar 25 1999 Jeff Johnson <jbj@redhat.com>
b18d28
- update interface statistics continuously (#1323)
b18d28
b18d28
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
b18d28
- auto rebuild in the new build environment (release 2)
b18d28
b18d28
* Fri Mar 19 1999 Jeff Johnson <jbj@redhat.com>
b18d28
- update to 1.51.
b18d28
- strip binaries.
b18d28
b18d28
* Tue Feb  2 1999 Jeff Johnson <jbj@redhat.com>
b18d28
- update to 1.50.
b18d28
- added slattach/plipconfig/ipmaddr/iptunnel commands.
b18d28
- enabled translated man pages.
b18d28
b18d28
* Tue Dec 15 1998 Jakub Jelinek <jj@ultra.linux.cz>
b18d28
- update to 1.49.
b18d28
b18d28
* Sat Dec  5 1998 Jeff Johnson <jbj@redhat.com>
b18d28
- update to 1.48.
b18d28
b18d28
* Thu Nov 12 1998 Jeff Johnson <jbj@redhat.com>
b18d28
- update to 1.47.
b18d28
b18d28
* Wed Sep  2 1998 Jeff Johnson <jbj@redhat.com>
b18d28
- update to 1.46
b18d28
b18d28
* Thu Jul  9 1998 Jeff Johnson <jbj@redhat.com>
b18d28
- build root
b18d28
- include ethers.5
b18d28
b18d28
* Thu Jun 11 1998 Aron Griffis <agriffis@coat.com>
b18d28
- upgraded to 1.45
b18d28
- patched hostname.c to initialize buffer
b18d28
- patched ax25.c to use kernel headers
b18d28
b18d28
* Fri May 01 1998 Prospector System <bugs@redhat.com>
b18d28
- translations modified for de, fr, tr
b18d28
b18d28
* Fri Feb 27 1998 Jason Spangler <jasons@usemail.com>
b18d28
- added config patch
b18d28
b18d28
* Fri Feb 27 1998 Jason Spangler <jasons@usemail.com>
b18d28
- changed to net-tools 1.432
b18d28
- removed old glibc 2.1 patch
b18d28
 
b18d28
* Wed Oct 22 1997 Erik Troan <ewt@redhat.com>
b18d28
- added extra patches for glibc 2.1
b18d28
b18d28
* Tue Oct 21 1997 Erik Troan <ewt@redhat.com>
b18d28
- included complete set of network protocols (some were removed for
b18d28
  initial glibc work)
b18d28
b18d28
* Wed Sep 03 1997 Erik Troan <ewt@redhat.com>
b18d28
- updated glibc patch for glibc 2.0.5
b18d28
b18d28
* Thu Jun 19 1997 Erik Troan <ewt@redhat.com>
b18d28
- built against glibc
b18d28
- updated to 1.33