forked from pool/iputils
d4673e7ddd
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iputils?expand=0&rev=30
366 lines
12 KiB
Plaintext
366 lines
12 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jul 23 11:04:46 CEST 2013 - ms@suse.de
|
|
|
|
- ping denpend on SIGALRM to exit sometime, so we mask it UNBLOCK (bnc #674304)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 8 03:27:28 UTC 2013 - crrodriguez@opensuse.org
|
|
|
|
- Build everythiong with full RELRO here. SUID code around..
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 2 08:18:36 UTC 2013 - coolo@suse.com
|
|
|
|
- update license to new format
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 17 00:36:48 UTC 2012 - rschweikert@suse.com
|
|
|
|
- place binaries in /usr tree (UsrMerge project)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 31 10:06:29 CEST 2011 - ms@suse.de
|
|
|
|
- fixed typo in ping output. Since 11.4 sequence tag is icmp_req
|
|
instead of icmp_seq beause of that for example cacti ping script
|
|
does not work anymore (bnc #696720)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 19 09:55:18 UTC 2010 - coolo@novell.com
|
|
|
|
- remove no longer needed patches
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 16 15:41:51 UTC 2010 - lnussel@suse.de
|
|
|
|
- don't verify caps as that's done by chkstat as well
|
|
- use new %set_permissions macro
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 8 10:32:37 UTC 2010 - lnussel@suse.de
|
|
|
|
- fix capabilities patch: first switch uid then drop caps.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 3 14:31:09 UTC 2010 - lnussel@suse.de
|
|
|
|
- update to version s20100418
|
|
* ping,ping6: avoid gethostbyaddr during ping flood.
|
|
* arping: Set correct broadcast address.
|
|
* tracepath: Fix some small typos in tracepath.sgml.
|
|
* ping: Fix resource consumption triggered by specially crafted ICMP
|
|
Echo Reply (CVE-2010-2529)
|
|
- don't install fscaps, rely on /etc/permissions handling instead
|
|
- compile using -fno-strict-aliasing
|
|
- drop capabilities unconditionally (bnc#645423)
|
|
- spec file cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 11 03:56:55 UTC 2010 - reddwarf@opensuse.org
|
|
|
|
- Use POSIX capabilities instead of SUID for ping
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 7 20:35:03 UTC 2010 - aj@suse.de
|
|
|
|
- BuildRequire sysfsutils-devel
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 14 13:42:08 CEST 2010 - ms@suse.de
|
|
|
|
- fixed device broadcast setup (bnc #614389)
|
|
- upstream maintainer has changed. new maintainer is
|
|
YOSHIFUJI Hideaki. Along with this change the versioning
|
|
of the package also changed. Current version is: s20100418
|
|
from 18-Apr-2010
|
|
- many patches upstream now, reduced patch set
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 13 17:03:24 CEST 2010 - ms@suse.de
|
|
|
|
- reverted arping-infiniband.diff, it breaks arping
|
|
(bnc #614389) and (bnc #610839)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 8 16:24:50 CEST 2010 - ms@suse.de
|
|
|
|
- security fix: replies by a malicious system can
|
|
make ping run into an endless loop (bnc #620837)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 4 09:22:08 CEST 2010 - ms@suse.de
|
|
|
|
- fixed arping buffer overflow on Infiniband (bnc #610839)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 23 16:16:33 CEST 2010 - ms@suse.de
|
|
|
|
- ifenslave: fixed detach/attach code of bonds (bnc #595474)
|
|
- ifenslave: fixed output of the IP address - in hex: (bnc #595474)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 22 21:21:39 UTC 2009 - jengelh@medozas.de
|
|
|
|
- enable parallel build
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 6 10:47:49 CEST 2008 - ms@suse.de
|
|
|
|
- fixed compiler warning in ifenslave.c:
|
|
*ordered comparison of pointer with integer zero (bnc #431910)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 4 14:40:01 CEST 2008 - ms@suse.de
|
|
|
|
- fixed ping signal handling during address lookup (bnc #416404)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 12 15:44:07 CET 2007 - rguenther@suse.de
|
|
|
|
- use sysconf(_SC_OPEN_MAX) instead of OPEN_MAX to fix build
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 6 09:14:02 CET 2007 - ms@suse.de
|
|
|
|
- fixed overbound ttab2 array access (#251195)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 6 15:24:00 CET 2006 - ms@suse.de
|
|
|
|
- ping_common.c: added check for oversized packages (-s) (#222010)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 23 17:04:15 CET 2006 - olh@suse.de
|
|
|
|
- move ifenslave.c to the first patch to allow quilt setup *.spec
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 22 11:47:46 CET 2006 - ms@suse.de
|
|
|
|
- ping6: use getaddrinfo() instead of gethostbyname2 (#221745)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 10 12:26:57 CET 2006 - ro@suse.de
|
|
|
|
- fix manpage permissions
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 7 20:38:57 CEST 2006 - aj@suse.de
|
|
|
|
- use sysconf(_SC_CLK_TCK) instead of HZ
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 1 15:47:50 CET 2006 - schwab@suse.de
|
|
|
|
- ifenslave: fix display of interface address.
|
|
- Don't strip binaries.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:36:41 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 23 13:45:37 CET 2006 - mmj@suse.de
|
|
|
|
- Fix ping6 [#143932]
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 8 10:34:54 CEST 2005 - mmj@suse.de
|
|
|
|
- Patch from ak which allows to use the standard ping6
|
|
link-local-addr%interface syntax instead of ping6 -I interface
|
|
link-local-addr.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 16 09:58:16 CEST 2005 - mmj@suse.de
|
|
|
|
- Compile with -fpie, link with -pie
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 3 11:40:14 CEST 2004 - kukuk@suse.de
|
|
|
|
- Fix compiling with new glibc headers
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 19 12:07:00 CET 2004 - mmj@suse.de
|
|
|
|
- Use correct permissions for manpages [#36321]
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 17 13:16:15 CET 2004 - mmj@suse.de
|
|
|
|
- Add Olaf Kirch patch to only do name lookup once in ping [#36161]
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 12 13:20:18 CET 2004 - mmj@suse.de
|
|
|
|
- Update ifenslave.c to the one from linux-2.6.1
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 16 12:17:57 CEST 2003 - mmj@suse.de
|
|
|
|
- Don't build as root
|
|
- Cleanup a bit
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 4 15:40:48 CEST 2003 - kukuk@suse.de
|
|
|
|
- Don't include net/if.h and linux/if.h at the same time
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 12 13:43:31 CEST 2003 - mmj@suse.de
|
|
|
|
- Update to newest snapshot, ss021109
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 24 20:44:28 CET 2003 - schwab@suse.de
|
|
|
|
- Fix use of kernel headers.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 30 11:36:11 CET 2002 - mmj@suse.de
|
|
|
|
- Apply patch for the ping/ping6 manpage to mention the -R option
|
|
is for IPv4 only.
|
|
- Clean up the specfile a bit.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 25 08:25:20 CEST 2002 - mmj@suse.de
|
|
|
|
- Apply patch for setuid() return value check from Thomas Biege
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 2 13:40:50 CEST 2002 - mmj@suse.de
|
|
|
|
- Add the ifenslave binary from the kernel Documentation directory
|
|
[#20372]
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 1 15:28:16 CEST 2002 - mmj@suse.de
|
|
|
|
- Update to snapshot 020927 which among other things should have
|
|
below fix merged.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 8 16:42:52 CEST 2002 - mmj@suse.de
|
|
|
|
- Apply other patch to fix the dynamic IP problem and still allows
|
|
the from address to be printed. Thanks to Olaf Kirch. [#17519]
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 28 09:25:06 CEST 2002 - kukuk@suse.de
|
|
|
|
- remove unused tetex from neededforbuild
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 25 18:23:55 CEST 2002 - mmj@suse.de
|
|
|
|
- Disabled traceroute6
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 5 19:39:39 CEST 2002 - bk@suse.de
|
|
|
|
- fix build on ia64(use glibc kernel headers, not /usr/src/linux)
|
|
- add optflags
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 4 21:22:16 MEST 2002 - bk@suse.de
|
|
|
|
- add fix for buffer overflow problem in traceroute6.c(datalen.patch)
|
|
- add fix for ipv6 error printing problem (ping6-errorprinting.patch)
|
|
- add patch to activate the rdisc server (rdisc-server.patch)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 17 14:41:30 CEST 2002 - mmj@suse.de
|
|
|
|
- Revert back to the ping from iputils, and apply patch to fix
|
|
the dynamic ip problem.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 10 15:27:18 CEST 2002 - mmj@suse.de
|
|
|
|
- Use old nkitb ping which works with dynamic IP [#12568]
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 4 15:57:00 CET 2002 - mmj@suse.de
|
|
|
|
- Update to snapshot from January 24th 2002
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 22 14:38:43 CET 2002 - mmj@suse.de
|
|
|
|
- Update to snapshot from December 2nd 2001
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 10 15:51:04 CET 2001 - bjacke@suse.de
|
|
|
|
- move arping to /sbin/
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 10 15:01:25 CEST 2001 - mmj@suse.de
|
|
|
|
- Update to snapshot from October 2 2001
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 6 16:20:30 CEST 2001 - kukuk@suse.de
|
|
|
|
- Remove wrong warning about to old kernel and warning about
|
|
problems with the clock from ping (ping has a special handler
|
|
for this, so it is okay). Both only confuses tester [Bug #10141
|
|
and Bug #10146].
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 25 12:53:59 CEST 2001 - kukuk@suse.de
|
|
|
|
- Update to snapshot from 24 Aug 2001
|
|
- Use included ping like all other distributions do
|
|
- Don't use included rarpd and tftpd
|
|
- Lot of new functions and minor bug fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 18 16:19:41 CEST 2001 - schwab@suse.de
|
|
|
|
- Fix use of cpp directives inside macro call.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 30 14:07:34 CEST 2001 - kukuk@suse.de
|
|
|
|
- Use ping6 from inet6-apps package [Bug #6354]
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 12 11:57:23 CET 2001 - schwab@suse.de
|
|
|
|
- Fix use of kernel headers.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 9 16:39:25 CET 2001 - kukuk@suse.de
|
|
|
|
- Add ping and ping.8 manual page from OpenBSD.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 5 10:50:44 CET 2001 - kukuk@suse.de
|
|
|
|
- fix to build with current glibc
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 14 15:50:22 CET 2001 - uli@suse.de
|
|
|
|
- fixed to build on PPC
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 11 13:30:26 CET 2000 - kukuk@suse.de
|
|
|
|
- Update to new version (20001110).
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 14 15:15:11 CEST 2000 - kukuk@suse.de
|
|
|
|
- spec file fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 14 14:14:51 CEST 2000 - kukuk@suse.de
|
|
|
|
- Initial version
|
|
|