net-tools/net-tools.changes

513 lines
16 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Wed Aug 12 10:38:32 CEST 2009 - ms@suse.de
- added -T, --notrim option which prevents the address
field from being truncated (bnc #530196)
-------------------------------------------------------------------
Thu Aug 6 16:17:40 CEST 2009 - ms@suse.de
- fixed missing fclose to fopen (bnc #528577)
-------------------------------------------------------------------
Tue Jul 7 20:50:38 CEST 2009 - ms@suse.de
- disabled net-tools obsolete patch, no way to convince
people that it would be a good idea (bnc #492665)
-------------------------------------------------------------------
Tue Jul 7 11:02:12 CEST 2009 - ms@suse.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 21:22:53 CEST 2009 - coolo@novell.com
- define we need GNU_SOURCE
-------------------------------------------------------------------
Thu May 7 10:05:09 CEST 2009 - ms@suse.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 16:23:29 CET 2009 - ms@suse.de
- increased field length for display of MTU value (bnc #486014)
-------------------------------------------------------------------
Thu Nov 20 12:24:38 CET 2008 - ms@suse.de
- don't show af_inet socket warning for netstat -i (bnc #430864)
-------------------------------------------------------------------
Thu Nov 6 16:06:51 CET 2008 - ms@suse.de
- really fixed SIOCSIFNETMASK ioctl from being called earlier
to SIOCSIFADDR (bnc #438983)
-------------------------------------------------------------------
Fri Oct 31 16:20:54 CET 2008 - ms@suse.de
- reverted last patch from IBM because it breaks standard
ifconfig usage as shown in bug (bnc #440580)
-------------------------------------------------------------------
Mon Oct 27 15:33:44 CET 2008 - ms@suse.de
- fixed ifconfig SIOCSIFNETMASK ioctl from being called earlier
to SIOCSIFADDR (bnc #438983)
-------------------------------------------------------------------
Thu Sep 25 17:12:33 CEST 2008 - ms@suse.de
- really fixed netstat -ci, incomplete patch (bnc #424813)
-------------------------------------------------------------------
Wed Sep 10 10:18:19 CEST 2008 - ms@suse.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 16:59:13 CEST 2008 - ms@suse.de
- update to traceroute 1.2
-------------------------------------------------------------------
Mon Aug 11 09:32:46 CEST 2008 - ms@suse.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 15:08:27 CEST 2008 - ms@suse.de
- added hint about option -s and -f to hostname (bnc #386686)
-------------------------------------------------------------------
Thu Mar 6 18:02:43 CET 2008 - ms@suse.de
- fixed length of interface field (bnc #367769)
-------------------------------------------------------------------
Tue Mar 4 10:30:18 CET 2008 - ms@suse.de
- added obsolete warning for ifconfig into man page (bnc #366477)
-------------------------------------------------------------------
Sun Feb 24 22:03:41 CET 2008 - crrodriguez@suse.de
- use find_lang macro
-------------------------------------------------------------------
Wed Jul 25 14:42:34 CEST 2007 - ms@suse.de
- fixed locale names (#294148)
-------------------------------------------------------------------
Wed May 2 10:38:31 CEST 2007 - ms@suse.de
- fixed trailing space for hostname -a and -i (#270314)
-------------------------------------------------------------------
Tue Sep 26 16:02:23 CEST 2006 - ms@suse.de
- fixed stack overflow when using traceroute -q [n]>=10 (#200508)
-------------------------------------------------------------------
Mon Jul 24 09:50:54 CEST 2006 - ms@suse.de
- fixed german translation for route -C (#194357)
-------------------------------------------------------------------
Thu Jul 20 10:24:51 CEST 2006 - ms@suse.de
- replaced static HZ define to dynamic:
#ifndef HZ
#define HZ sysconf(_SC_CLK_TCK)
#endif
-------------------------------------------------------------------
Wed May 24 21:32:23 CEST 2006 - schwab@suse.de
- Don't strip binaries.
-------------------------------------------------------------------
Wed May 17 15:01:39 CEST 2006 - ms@suse.de
- added patch from Olaf Kirch. Do not display SCTP sockets
if /proc/net/sctp/eps couldn't be opened (#159686)
-------------------------------------------------------------------
Tue Mar 21 12:28:39 CET 2006 - okir@suse.de
- Display SCTP sockets correctly [#159686 - LTC22492]
-------------------------------------------------------------------
Mon Mar 20 12:36:32 CET 2006 - hvogel@suse.de
- fix netstat -p segfault [#159069]
-------------------------------------------------------------------
Mon Feb 20 12:00:24 CET 2006 - hvogel@suse.de
- fix netstat output not to bit-wrap [#149563]
-------------------------------------------------------------------
Mon Feb 6 12:10:13 CET 2006 - hvogel@suse.de
- add snmp counter overflow patch by ak [#148350]
-------------------------------------------------------------------
Wed Feb 1 19:01:28 CET 2006 - hvogel@suse.de
- fix arp causing unaligned access [#146422]
patch from Arthur D. Kepner
-------------------------------------------------------------------
Wed Jan 25 21:30:37 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Wed Jan 11 15:10:08 CET 2006 - mmj@suse.de
- Add patch from fedora to avoid stack smashing [#142461]
-------------------------------------------------------------------
Mon Dec 19 15:55:15 CET 2005 - mmj@suse.de
- Update to traceroute-1.0.4
-------------------------------------------------------------------
Mon Dec 19 11:03:09 CET 2005 - mmj@suse.de
- Update to traceroute-1.0.3
-------------------------------------------------------------------
Fri Dec 16 11:46:37 CET 2005 - mmj@suse.de
- Use ICMP6_DST_UNREACH_BEYONDSCOPE instead of
ICMP6_DST_UNREACH_NOTNEIGHBOR on newer glibc
-------------------------------------------------------------------
Tue Sep 27 10:07:31 CEST 2005 - mmj@suse.de
- Fix strict aliasing issues
-------------------------------------------------------------------
Mon Aug 29 15:42:16 CEST 2005 - mmj@suse.de
- Correct netstat.8 [#104487]
-------------------------------------------------------------------
Wed Jul 6 14:13:10 CEST 2005 - mmj@suse.de
- Fix missing decl in nstrcmp.c
-------------------------------------------------------------------
Mon Jun 20 10:30:50 CEST 2005 - mmj@suse.de
- compile with -fpie, link with -pie
- don't strip explicitly
-------------------------------------------------------------------
Mon Jun 13 16:23:38 CEST 2005 - ro@suse.de
- include netinet/if_tr.h instead of linux/if_tr.h
-------------------------------------------------------------------
Wed Jan 5 12:42:56 CET 2005 - mmj@suse.de
- Fix --numeric-ports to not imply --numeric [#45609]
-------------------------------------------------------------------
Wed Dec 8 00:33:03 CET 2004 - mmj@suse.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 10:09:01 CET 2004 - mmj@suse.de
- Fix nameif segfault [#48749]
-------------------------------------------------------------------
Mon Aug 9 14:39:20 CEST 2004 - mmj@suse.de
- Remove mii-tool everywhere [#43343]
-------------------------------------------------------------------
Fri Jul 30 12:36:59 CEST 2004 - fdg@suse.de
- fixed the -ic option without destroying the ifconfig buffer
regarding to bug #42932
-------------------------------------------------------------------
Mon May 24 14:26:50 CEST 2004 - meissner@suse.de
- also print unsigned long longs (last patch updated).
-------------------------------------------------------------------
Mon May 24 13:58:36 CEST 2004 - meissner@suse.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 09:17:31 CET 2004 - hare@suse.de
- Fixed return values for non-existing interfaces in nameif.
-------------------------------------------------------------------
Thu Feb 26 10:54:31 CET 2004 - hare@suse.de
- Add -r option to nameif to allow renaming of
interfaces.
-------------------------------------------------------------------
Thu Jan 29 17:33:30 CET 2004 - hare@suse.de
- Cool. The last change effectively broke route(1).
-> replaced return; with break;
-------------------------------------------------------------------
Sun Jan 18 16:53:42 CET 2004 - mmj@suse.de
- Fix compound statement calls, and add a missing include
-------------------------------------------------------------------
Wed Oct 15 12:54:44 CEST 2003 - mmj@suse.de
- Don't build as root
-------------------------------------------------------------------
Mon Oct 13 13:47:23 CEST 2003 - mmj@suse.de
- Fix 32 vs. 64-bit programming mistakes [#32089]
-------------------------------------------------------------------
Mon Aug 18 20:17:55 CEST 2003 - mmj@suse.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 10:14:54 CEST 2003 - mmj@suse.de
- Add fix from okir for traceroute -S [#27573]
-------------------------------------------------------------------
Wed Jun 18 16:06:33 CEST 2003 - ro@suse.de
- added non-en manpage directories to filelist
-------------------------------------------------------------------
Mon May 19 15:56:07 CEST 2003 - mmj@suse.de
- Use a better and more tested nstrcmp.c [#26950]
-------------------------------------------------------------------
Wed May 14 00:28:10 CEST 2003 - ro@suse.de
- fix build with 2.5 kernel includes
-------------------------------------------------------------------
Tue May 13 10:48:01 CEST 2003 - mmj@suse.de
- Package man-pages in several languages
-------------------------------------------------------------------
Wed Mar 5 15:28:48 CET 2003 - mmj@suse.de
- Add missing xinetd file [#24676]
-------------------------------------------------------------------
Tue Nov 26 10:40:28 CET 2002 - mmj@suse.de
- Fix traceroute 6 segfault [#21975]
-------------------------------------------------------------------
Fri Nov 15 12:53:03 CET 2002 - okir@suse.de
- Upgraded to new traceroute to fix #20358
-------------------------------------------------------------------
Mon Nov 11 10:22:04 CET 2002 - mmj@suse.de
- Fix multi string literals
-------------------------------------------------------------------
Thu Jul 25 18:22:48 CEST 2002 - mmj@suse.de
- Added traceroute from Olaf Kirch, which is much more secure and
also IPv6 capable.
-------------------------------------------------------------------
Tue Apr 16 14:40:37 CEST 2002 - mmj@suse.de
- Do not pack translated manpages. Should go to other package.
-------------------------------------------------------------------
Mon Mar 4 10:15:43 MET 2002 - mmj@suse.de
- unvolls<6C>ndig -> unvollst<73>ndig in German locale. [Bug #14371]
-------------------------------------------------------------------
Wed Feb 6 12:43:56 CET 2002 - mmj@suse.de
- Removed yp and nis stuff from manpages.
-------------------------------------------------------------------
Sat Aug 25 13:54:05 CEST 2001 - kukuk@suse.de
- Replace last patch by a newer one from ak@suse.de
-------------------------------------------------------------------
Mon Aug 20 18:33:41 CEST 2001 - kukuk@suse.de
- Add fix for truncated IP addresses [Bug #9737]
-------------------------------------------------------------------
Wed Apr 25 19:09:43 CEST 2001 - kukuk@suse.de
- Update to net-tools-1.60:
* lot of locale fixes
* IPv6 fixes
* use secure strcpy
-------------------------------------------------------------------
Tue Apr 17 11:57:30 CEST 2001 - ro@suse.de
- added provides for net_tool
-------------------------------------------------------------------
Sun Mar 4 19:07:28 CET 2001 - bk@suse.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 18:47:45 CEST 2000 - kukuk@suse.de
- Rename from net_tool to net-tools
-------------------------------------------------------------------
Sun Jun 25 23:16:19 CEST 2000 - bk@suse.de
- s390: removed not needed files
-------------------------------------------------------------------
Sat Jun 3 15:33:26 CEST 2000 - kukuk@suse.de
- Update to 1.56
-------------------------------------------------------------------
Thu May 25 17:52:34 CEST 2000 - kukuk@suse.de
- Update to 1.55 (contains all fixes)
-------------------------------------------------------------------
Thu May 18 15:28:40 CEST 2000 - kukuk@suse.de
- Add oh2bns patch (bug #2864)
-------------------------------------------------------------------
Wed Feb 9 15:36:40 CET 2000 - kukuk@suse.de
- Add ifconfig manual pages from Andi Kleen
-------------------------------------------------------------------
Wed Feb 2 18:15:19 CET 2000 - kukuk@suse.de
- Fix PPP initialisation
-------------------------------------------------------------------
Wed Feb 2 14:48:03 CET 2000 - kukuk@suse.de
- Update to 1.54, move /usr/man -> /usr/share/man
-------------------------------------------------------------------
Mon Jan 3 15:12:23 CET 2000 - kukuk@suse.de
- Enable IPv6 support
- Fix arp/ethers parsing
-------------------------------------------------------------------
Tue Oct 12 11:13:20 CEST 1999 - garloff@suse.de
- gateways and targets of PtP routes (host flag) are hosts, not
networks. Change name lookup accordingly.
-------------------------------------------------------------------
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
-------------------------------------------------------------------
Mon Aug 30 11:16:50 MEST 1999 - kukuk@suse.de
- Update to 1.53, remove ypdomainname and nisdomainname
-------------------------------------------------------------------
Sat Jun 26 19:31:07 MEST 1999 - kukuk@suse.de
- update from jurix to 1.52
-------------------------------------------------------------------
Tue Mar 9 23:46:41 MET 1999 - ro@suse.de
- update to 1.50
- included slattach and its manpage in filelist
-------------------------------------------------------------------
Wed Oct 28 11:29:46 MET 1998 - ro@suse.de
- update to 1.46 / removed incorporated changes from .dif
-------------------------------------------------------------------
Sat Sep 19 19:38:31 MEST 1998 - ro@suse.de
- define _GNU_SOURCE where getopt_long is used
-------------------------------------------------------------------
Tue Sep 1 15:42:30 MEST 1998 - ro@suse.de
- fixed problems with inluding own ipx.h under glibc
-------------------------------------------------------------------
Wed Jun 24 15:50:34 MEST 1998 - ro@suse.de
- added include linux/timer.h before including linux/ip_fw.h
-------------------------------------------------------------------
Mon Oct 27 16:53:41 MET 1997 - ro@suse.de
- added ADD_LANG in Makefile to avoid error
-------------------------------------------------------------------
whenever-whenever - florian@suse.de
new version 1.32-alpha
mv /sbin/arp /usr/sbin/arp