Changelog for
net-tools-debuginfo-1.60-789.1.i586.rpm :
Sat Jan 26 13:00:00 2013 jslabyAATTsuse.com
- add etherwake
Sun Oct 7 14:00:00 2012 andreas.stiegerAATTgmx.de
- Kernel 3.6 removes if_strip.h - disable STRIP support in factory
- convert .changes to utf-8 fixing old entry, W: non-utf8-spec-file
Mon Sep 12 14:00:00 2011 mtAATTsuse.com
- Applied corrections for Czech translation (bnc#715580)
Tue Feb 15 13:00:00 2011 mtAATTsuse.de
- Fixed netstat to not trim foreign/remote ipv6 addresses when
the -T option is set (bnc#637490).
Tue Jul 20 14:00:00 2010 mtAATTsuse.de
- implemented ipv6 support in hostname -[aifsd] (bnc #577070)
Tue Jan 26 13:00:00 2010 jengelhAATTmedozas.de
- make sure -m64 is passed to the linker in 64-bit mode
Fri Jan 1 13:00:00 2010 msAATTsuse.de
- fixed return value of netstat -s call (bnc #566946)
Wed Dec 16 13:00:00 2009 msAATTsuse.de
- removed ipchains references in man pages (bnc #561866)
Tue Nov 3 13:00:00 2009 cooloAATTnovell.com
- updated patches to apply with fuzz=0
Wed Oct 7 14:00:00 2009 msAATTsuse.de
- fixed duplicate fopen calls in netrom_gr.c (bnc #544339)
Mon Sep 14 14:00:00 2009 msAATTsuse.de
- added support for IPV6 statistics (bnc #537904)
- fixed interface address field length (bnc #537904)
- added support for infiniband IPoIB devices (bnc #537904)
Wed Aug 12 14:00:00 2009 msAATTsuse.de
- added -T, --notrim option which prevents the address
field from being truncated (bnc #530196)
Thu Aug 6 14:00:00 2009 msAATTsuse.de
- fixed missing fclose to fopen (bnc #528577)
Tue Jul 7 14:00:00 2009 msAATTsuse.de
- disabled net-tools obsolete patch, no way to convince
people that it would be a good idea (bnc #492665)
Tue Jul 7 14:00:00 2009 msAATTsuse.de
- Programs from net-tools have modern equivalents:
arp -> ip neigh
ifconfig -> ip addr/ip link
ipmaddr -> ip maddr
iptunnel -> ip tunnel
netstat -> ss
route -> ip route
added patch to print an obsoletes warning on
stderr (bnc #492665)
Thu Jun 11 14:00:00 2009 cooloAATTnovell.com
- define we need GNU_SOURCE
Thu May 7 14:00:00 2009 msAATTsuse.de
- fixed data type of third argument in printval function.
Also make sure the printf call in this function uses the
correct format sequence (bnc #501113)
Wed Mar 25 13:00:00 2009 msAATTsuse.de
- increased field length for display of MTU value (bnc #486014)
Thu Nov 20 13:00:00 2008 msAATTsuse.de
- don\'t show af_inet socket warning for netstat -i (bnc #430864)
Thu Nov 6 13:00:00 2008 msAATTsuse.de
- really fixed SIOCSIFNETMASK ioctl from being called earlier
to SIOCSIFADDR (bnc #438983)
Fri Oct 31 13:00:00 2008 msAATTsuse.de
- reverted last patch from IBM because it breaks standard
ifconfig usage as shown in bug (bnc #440580)
Mon Oct 27 13:00:00 2008 msAATTsuse.de
- fixed ifconfig SIOCSIFNETMASK ioctl from being called earlier
to SIOCSIFADDR (bnc #438983)
Thu Sep 25 14:00:00 2008 msAATTsuse.de
- really fixed netstat -ci, incomplete patch (bnc #424813)
Wed Sep 10 14:00:00 2008 msAATTsuse.de
- fixed netstat -ci which prints the stats only on the first loop
on subsequent loops it says \"no statistics available\", even though
there was network traffic in between (bnc #424813)
Tue Sep 2 14:00:00 2008 msAATTsuse.de
- update to traceroute 1.2
Mon Aug 11 14:00:00 2008 msAATTsuse.de
- added patch to allow monitoring of accepted connections queue
length for tcp listening sockets. This will work with
kernels >= 2.6.18.
Mon May 5 14:00:00 2008 msAATTsuse.de
- added hint about option -s and -f to hostname (bnc #386686)
Thu Mar 6 13:00:00 2008 msAATTsuse.de
- fixed length of interface field (bnc #367769)
Tue Mar 4 13:00:00 2008 msAATTsuse.de
- added obsolete warning for ifconfig into man page (bnc #366477)
Sun Feb 24 13:00:00 2008 crrodriguezAATTsuse.de
- use find_lang macro
Wed Jul 25 14:00:00 2007 msAATTsuse.de
- fixed locale names (#294148)
Wed May 2 14:00:00 2007 msAATTsuse.de
- fixed trailing space for hostname -a and -i (#270314)
Tue Sep 26 14:00:00 2006 msAATTsuse.de
- fixed stack overflow when using traceroute -q [n]>=10 (#200508)
Mon Jul 24 14:00:00 2006 msAATTsuse.de
- fixed german translation for route -C (#194357)
Thu Jul 20 14:00:00 2006 msAATTsuse.de
- replaced static HZ define to dynamic:
[#]ifndef HZ
[#]define HZ sysconf(_SC_CLK_TCK)
[#]endif
Wed May 24 14:00:00 2006 schwabAATTsuse.de
- Don\'t strip binaries.
Wed May 17 14:00:00 2006 msAATTsuse.de
- added patch from Olaf Kirch. Do not display SCTP sockets
if /proc/net/sctp/eps couldn\'t be opened (#159686)
Tue Mar 21 13:00:00 2006 okirAATTsuse.de
- Display SCTP sockets correctly [#159686 - LTC22492]
Mon Mar 20 13:00:00 2006 hvogelAATTsuse.de
- fix netstat -p segfault [#159069]
Mon Feb 20 13:00:00 2006 hvogelAATTsuse.de
- fix netstat output not to bit-wrap [#149563]
Mon Feb 6 13:00:00 2006 hvogelAATTsuse.de
- add snmp counter overflow patch by ak [#148350]
Wed Feb 1 13:00:00 2006 hvogelAATTsuse.de
- fix arp causing unaligned access [#146422]
patch from Arthur D. Kepner
Wed Jan 25 13:00:00 2006 mlsAATTsuse.de
- converted neededforbuild to BuildRequires
Wed Jan 11 13:00:00 2006 mmjAATTsuse.de
- Add patch from fedora to avoid stack smashing [#142461]
Mon Dec 19 13:00:00 2005 mmjAATTsuse.de
- Update to traceroute-1.0.4
Mon Dec 19 13:00:00 2005 mmjAATTsuse.de
- Update to traceroute-1.0.3
Fri Dec 16 13:00:00 2005 mmjAATTsuse.de
- Use ICMP6_DST_UNREACH_BEYONDSCOPE instead of
ICMP6_DST_UNREACH_NOTNEIGHBOR on newer glibc
Tue Sep 27 14:00:00 2005 mmjAATTsuse.de
- Fix strict aliasing issues
Mon Aug 29 14:00:00 2005 mmjAATTsuse.de
- Correct netstat.8 [#104487]
Wed Jul 6 14:00:00 2005 mmjAATTsuse.de
- Fix missing decl in nstrcmp.c
Mon Jun 20 14:00:00 2005 mmjAATTsuse.de
- compile with -fpie, link with -pie
- don\'t strip explicitly
Mon Jun 13 14:00:00 2005 roAATTsuse.de
- include netinet/if_tr.h instead of linux/if_tr.h
Wed Jan 5 13:00:00 2005 mmjAATTsuse.de
- Fix --numeric-ports to not imply --numeric [#45609]
Tue Dec 7 13:00:00 2004 mmjAATTsuse.de
- Include linux/sockios.h to get the right ioctl [#48873]. This bug
is in mii-tool which is not included anymore, but better not risk
ever re-adding buggy stuff.
Thu Dec 2 13:00:00 2004 mmjAATTsuse.de
- Fix nameif segfault [#48749]
Mon Aug 9 14:00:00 2004 mmjAATTsuse.de
- Remove mii-tool everywhere [#43343]
Fri Jul 30 14:00:00 2004 fdgAATTsuse.de
- fixed the -ic option without destroying the ifconfig buffer
regarding to bug #42932
Mon May 24 14:00:00 2004 meissnerAATTsuse.de
- also print unsigned long longs (last patch updated).
Mon May 24 14:00:00 2004 meissnerAATTsuse.de
- Always read 64bit values from /proc/net/dev, so we can
use 32bit userland to read from 64bit kernel. #40951/LTC#8726
Fri Mar 5 13:00:00 2004 hareAATTsuse.de
- Fixed return values for non-existing interfaces in nameif.
Thu Feb 26 13:00:00 2004 hareAATTsuse.de
- Add -r option to nameif to allow renaming of
interfaces.
Thu Jan 29 13:00:00 2004 hareAATTsuse.de
- Cool. The last change effectively broke route(1).
- > replaced return; with break;
Sun Jan 18 13:00:00 2004 mmjAATTsuse.de
- Fix compound statement calls, and add a missing include
Wed Oct 15 14:00:00 2003 mmjAATTsuse.de
- Don\'t build as root
Mon Oct 13 14:00:00 2003 mmjAATTsuse.de
- Fix 32 vs. 64-bit programming mistakes [#32089]
Mon Aug 18 14:00:00 2003 mmjAATTsuse.de
- Fix from mmeissner for nstrcmp.c to handle alias interfaces,
even without standard names. (eth1:1 vs eth1:2, also
eth1:blubber vs eth1:1) [#28985]
Mon Jul 14 14:00:00 2003 mmjAATTsuse.de
- Add fix from okir for traceroute -S [#27573]
Wed Jun 18 14:00:00 2003 roAATTsuse.de
- added non-en manpage directories to filelist
Mon May 19 14:00:00 2003 mmjAATTsuse.de
- Use a better and more tested nstrcmp.c [#26950]
Tue May 13 14:00:00 2003 roAATTsuse.de
- fix build with 2.5 kernel includes
Tue May 13 14:00:00 2003 mmjAATTsuse.de
- Package man-pages in several languages
Wed Mar 5 13:00:00 2003 mmjAATTsuse.de
- Add missing xinetd file [#24676]
Tue Nov 26 13:00:00 2002 mmjAATTsuse.de
- Fix traceroute 6 segfault [#21975]
Fri Nov 15 13:00:00 2002 okirAATTsuse.de
- Upgraded to new traceroute to fix #20358
Mon Nov 11 13:00:00 2002 mmjAATTsuse.de
- Fix multi string literals
Thu Jul 25 14:00:00 2002 mmjAATTsuse.de
- Added traceroute from Olaf Kirch, which is much more secure and
also IPv6 capable.
Tue Apr 16 14:00:00 2002 mmjAATTsuse.de
- Do not pack translated manpages. Should go to other package.
Mon Mar 4 13:00:00 2002 mmjAATTsuse.de
- unvollsändig -> unvollständig in German locale. [Bug #14371]
Wed Feb 6 13:00:00 2002 mmjAATTsuse.de
- Removed yp and nis stuff from manpages.
Sat Aug 25 14:00:00 2001 kukukAATTsuse.de
- Replace last patch by a newer one from akAATTsuse.de
Mon Aug 20 14:00:00 2001 kukukAATTsuse.de
- Add fix for truncated IP addresses [Bug #9737]
Wed Apr 25 14:00:00 2001 kukukAATTsuse.de
- Update to net-tools-1.60:
* lot of locale fixes
* IPv6 fixes
* use secure strcpy
Tue Apr 17 14:00:00 2001 roAATTsuse.de
- added provides for net_tool
Sun Mar 4 13:00:00 2001 bkAATTsuse.de
- Update to 1.59(many fixes and improvements and new program nameif)
- enabled gettext support and added locales
- added ipmaddr and iptunnel tools
- enabled FDDI and HIPPI support
- use optimisation flags
- added international man pages
- spec file changes to make use of wildcards in the filelist
Fri Oct 20 14:00:00 2000 kukukAATTsuse.de
- Rename from net_tool to net-tools
Sun Jun 25 14:00:00 2000 bkAATTsuse.de
- s390: removed not needed files
Sat Jun 3 14:00:00 2000 kukukAATTsuse.de
- Update to 1.56
Thu May 25 14:00:00 2000 kukukAATTsuse.de
- Update to 1.55 (contains all fixes)
Thu May 18 14:00:00 2000 kukukAATTsuse.de
- Add oh2bns patch (bug #2864)
Wed Feb 9 13:00:00 2000 kukukAATTsuse.de
- Add ifconfig manual pages from Andi Kleen
Wed Feb 2 13:00:00 2000 kukukAATTsuse.de
- Fix PPP initialisation
Wed Feb 2 13:00:00 2000 kukukAATTsuse.de
- Update to 1.54, move /usr/man -> /usr/share/man
Mon Jan 3 13:00:00 2000 kukukAATTsuse.de
- Enable IPv6 support
- Fix arp/ethers parsing
Tue Oct 12 14:00:00 1999 garloffAATTsuse.de
- gateways and targets of PtP routes (host flag) are hosts, not
networks. Change name lookup accordingly.
Mon Sep 13 14:00:00 1999 bsAATTsuse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
Mon Aug 30 14:00:00 1999 kukukAATTsuse.de
- Update to 1.53, remove ypdomainname and nisdomainname
Sat Jun 26 14:00:00 1999 kukukAATTsuse.de
- update from jurix to 1.52
Tue Mar 9 13:00:00 1999 roAATTsuse.de
- update to 1.50
- included slattach and its manpage in filelist
Wed Oct 28 13:00:00 1998 roAATTsuse.de
- update to 1.46 / removed incorporated changes from .dif
Sat Sep 19 14:00:00 1998 roAATTsuse.de
- define _GNU_SOURCE where getopt_long is used
Tue Sep 1 14:00:00 1998 roAATTsuse.de
- fixed problems with inluding own ipx.h under glibc
Wed Jun 24 14:00:00 1998 roAATTsuse.de
- added include linux/timer.h before including linux/ip_fw.h
Mon Oct 27 13:00:00 1997 roAATTsuse.de
- added ADD_LANG in Makefile to avoid error
whenever-whenever - florianAATTsuse.de
new version 1.32-alpha
mv /sbin/arp /usr/sbin/arp