- added patches fix build with gcc15 + iftop-gcc15.patch OBS-URL: https://build.opensuse.org/package/show/network:utilities/iftop?expand=0&rev=32
207 lines
7.2 KiB
Plaintext
207 lines
7.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Mar 4 15:33:38 UTC 2025 - pgajdos@suse.com
|
|
|
|
-
|
|
- added patches
|
|
fix build with gcc15
|
|
+ iftop-gcc15.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 22 13:35:40 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Use %patch -P N instead of deprecated %patchN.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 21 09:20:09 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- spec-cleaner run (move license to licensedir)
|
|
* use https for urls
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 10 17:35:13 UTC 2020 - Brice DEKANY <brice.dekany@suse.com>
|
|
|
|
- added 007-iftop-declare-extern-vars.patch: fix for compilations
|
|
error with GCC10 (Default to -fno-common)
|
|
See: https://www.gnu.org/software/gcc/gcc-10/porting_to.html
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 11 07:57:36 UTC 2019 - lars@linux-schulserver.de - 0.99.4
|
|
|
|
- added 006-iftop-choose_first_running_interface.patch:
|
|
Choose first running interface, rather than first "up" interface
|
|
- apply/use 0001-Prefer-ncurses6w.patch only on newer distributions
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 3 13:22:08 UTC 2019 - Cristian Rodríguez <crrodriguez@opensuse.org>
|
|
|
|
- 0001-Prefer-ncurses6w.patch: prefer ncursesw6, previously force-fed
|
|
via CFLAGS/LDFLAGS but did not really work.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 30 07:21:18 UTC 2014 - lars@linux-schulserver.de
|
|
|
|
- fix bnc#875625: iftop 0.99.2 memory leakeage
|
|
- added MAC-address-format.patch : defining the MAC address of the
|
|
interface as char instead of integer, which results in correct
|
|
commandline output
|
|
http://lists.beasts.org/pipermail/iftop-users/2014-March/000413.html
|
|
- added 001-Avoid-32-bit-overflow-for-rates-when-calculating-bar.patch
|
|
http://lists.beasts.org/pipermail/iftop-users/2014-March/000414.html
|
|
- added 002-scale-up-to-tbit.patch : Extend the scale[] array up to
|
|
terabit. 10gbit is not uncommon, 100gbit 40 and 100 gbit are coming,
|
|
400 gbit and terabit are future possibilities.
|
|
- 003-rateidx_init-fix.patch : When calculating the first rateidx,
|
|
we were overshooting to the next scale. Fix that.
|
|
- 004-iftop-unlimited_text_output.patch : Allow unlimited number of
|
|
lines in text output, using "iftop -t -L 0"
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 14 08:31:54 UTC 2014 - andreas.stieger@gmx.de
|
|
|
|
- update to 1.0pre4:
|
|
* Man page documentation of -t mode.
|
|
* Compile time warning fixes.
|
|
- removed patches:
|
|
* iftop-implicit-pointer-decl.patch
|
|
- remove autoconf calls previously required
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 3 10:50:42 UTC 2014 - pascal.bleser@opensuse.org
|
|
|
|
- update to 1.0pre3:
|
|
* bugs and compilation issues were fixed
|
|
* a "text output" mode was added.
|
|
|
|
- drop the following patches, merged upstream:
|
|
* iftop-manpage.patch
|
|
* iftop-multicast.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 5 17:55:17 UTC 2013 - crrodriguez@opensuse.org
|
|
|
|
- Use ncursesw6
|
|
- fix a number of implicit declarations and
|
|
implicit-pointer-decl warnings (iftop-implicit-pointer-decl.patch)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 25 19:30:40 UTC 2012 - schwab@linux-m68k.org
|
|
|
|
- Properly handle multicast packages
|
|
- Define USE_GETIFADDRS to use getifaddrs for better IPv6 support
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 2 17:55:26 UTC 2012 - andreas.stieger@gmx.de
|
|
|
|
- update to 1.0pre2:
|
|
* reverse IPv6 using all methods except ares
|
|
* faster switching of graph scale
|
|
* fixed support for DLT_NULL
|
|
* fix for segfault on interfaces with no MAC address
|
|
* improved interface autodetect
|
|
* a stab at implementing support for radiotap interfaces (DLT 127).
|
|
- updated iftop-manpage.patch to fix manpage formatting warning
|
|
- remove INSTALL from installed files
|
|
- removed revious source
|
|
- removed iftop-1.0-includes_fix.patch
|
|
- removed counter_hash.h
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 11 19:25:30 UTC 2011 - lars@linux-schulserver.de
|
|
|
|
- update to 1.0pre1:
|
|
+ Support for IPv6
|
|
+ Various typos fixed
|
|
+ documentation fixed
|
|
+ Fixed behaviour of "-b" option
|
|
+ Support for PFLOG Interfaces
|
|
+ Fix for performance issue with address hashing
|
|
+ Fix for failing link address detection for GNU/kfreebsd
|
|
+ Improved behaviour of sort in sent/recv only mode
|
|
+ Fixed segfault / hang when supplying multiple -i options
|
|
- removed upstreamed patches
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 29 12:36:30 UTC 2009 - lrupp@suse.de
|
|
|
|
- added iftop-bar-bytes.patch and iftop-bar-display.patch from
|
|
Debian
|
|
- enhanced the iftop-manpage.patch
|
|
- small specfile cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 3 19:09:20 UTC 2009 - coolo@novell.com
|
|
|
|
- updated patches to apply with fuzz=0
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de
|
|
|
|
- make patch0 usage consistent
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 26 16:54:07 CEST 2007 - prusnak@suse.cz
|
|
|
|
- changed libpcap to libpcap-devel in BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 29 17:45:24 CEST 2007 - rguenther@suse.de
|
|
|
|
- add ncurses-devel BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 10 13:09:10 CEST 2006 - mskibbe@suse.de
|
|
|
|
- update to version 0.17 which
|
|
o Added support for ppp interfaces
|
|
o Fixed segfault bug in config file handling
|
|
o Fixes to man page
|
|
o Fix for hash table memory handling bug
|
|
o Added 802.1q VLAN support
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:36:35 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 12 13:02:44 CEST 2005 - hvogel@suse.de
|
|
|
|
- Add -fno-strict-aliasing
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 9 12:17:08 CET 2005 - hvogel@suse.de
|
|
|
|
- add '-m' parameter to manpage
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 1 15:23:20 CET 2004 - hvogel@suse.de
|
|
|
|
- update to version 0.16 which includes all fixes from mmj
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 4 20:10:02 CET 2004 - mmj@suse.de
|
|
|
|
- Fix dereferencing of type-punned pointers
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 29 14:03:50 CET 2004 - hvogel@suse.de
|
|
|
|
- mark man pages as documentation
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 26 14:37:16 CET 2004 - hvogel@suse.de
|
|
|
|
- do not use %configure macro
|
|
- use CFLAGS
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 21 16:04:54 CET 2004 - mmj@suse.de
|
|
|
|
- Fix compound statement to work with new gcc-3.4
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 20 18:29:35 CET 2004 - hvogel@suse.de
|
|
|
|
- first build and release. Version 0.15
|
|
|