jpopelka / rpms / net-tools

Forked from rpms/net-tools 4 years ago
Clone

Blame SPECS/net-tools.spec

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