diff options
author | nia <nia@pkgsrc.org> | 2021-08-10 11:12:38 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-08-10 11:12:38 +0000 |
commit | e409684d7c20c67b178bf3340ee6bc43cbbba5b3 (patch) | |
tree | 356f90af2b11be1f34f19968751667c75585e559 /net | |
parent | b4f2e1f0ae3394c6119b69e243fa38a67db1f35f (diff) | |
download | pkgsrc-e409684d7c20c67b178bf3340ee6bc43cbbba5b3.tar.gz |
etherape: update to 0.9.20
Changelog for EtherApe
Overview of changes in EtherApe 0.9.20 (Sunday, May 16, 2021):
Link fading now follows the averaging timer, giving a better feel of packet
flow.
Improved xml output. Now contains also links and global protocol statistics.
Several preferences were removed or merged in a general tidying.
Preference upgrade is automatic, but if EtherApe detects obsolete parameters
the user will be asked to review and confirm the new settings.
Compatibility Warnings:
* the link-level xml element is now called 'link-id', instead of simply
'link' as in the past releases. 'link' xml elements now refer to
node-to-node statistics.
* removed node-link ratio preference.
* merged link protocol and traffic timeout preferences.
* merged node protocol and traffic timeout preferences.
Changes summary:
* fix for ticket #100, thanks to Salam for reporting it.
* diagram refresh command, thanks to Ronald W. Henderson
* patch to remove artifact when resizing, thanks to Ronald W. Henderson
* reorder keyboard shortcuts, thanks to Ronald W. Henderson
* sort by port on protocol windows, thanks to Ronald W. Henderson
* xml output now containes also link and global protocols statistics.
* link fades with averaging times
* node-link ratio slider removed, ratio always fixed at 1 (links sizes are aligned
with nodes)
* improve statistics repeatability esp. when setting max-delay=0 (useful for tests
or just to calcolate quickly statistics of a dump file).
* new no-display mode (command line only), disables diagram updates (again, mostly
for testing).
* merged link protocol and traffic timeouts.
Diffstat (limited to 'net')
-rw-r--r-- | net/etherape/Makefile | 4 | ||||
-rw-r--r-- | net/etherape/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/etherape/Makefile b/net/etherape/Makefile index e2a573c05e3..54326a95952 100644 --- a/net/etherape/Makefile +++ b/net/etherape/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.111 2021/05/02 10:24:51 nia Exp $ +# $NetBSD: Makefile,v 1.112 2021/08/10 11:12:38 nia Exp $ -DISTNAME= etherape-0.9.19 +DISTNAME= etherape-0.9.20 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=etherape/} diff --git a/net/etherape/distinfo b/net/etherape/distinfo index 14c4bfe3789..55204ce9da9 100644 --- a/net/etherape/distinfo +++ b/net/etherape/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.13 2021/04/09 14:03:14 nia Exp $ +$NetBSD: distinfo,v 1.14 2021/08/10 11:12:38 nia Exp $ -SHA1 (etherape-0.9.19.tar.gz) = a4c40eec8f77d9981bde3d12e374612f6e595869 -RMD160 (etherape-0.9.19.tar.gz) = 701c6df4b3e5407d8f108929f90ca61a56b6e193 -SHA512 (etherape-0.9.19.tar.gz) = 3819c36a6ea5b1ec6fc675563ab0264d180824343344bf4f2da834db39547b721c1565b6edb882d55ce4e0ca93e4b34e3a544996a988584aaf7fe8b8d5ca265e -Size (etherape-0.9.19.tar.gz) = 1452435 bytes +SHA1 (etherape-0.9.20.tar.gz) = 333652b935f44d83c6f7da668477180b50c3817d +RMD160 (etherape-0.9.20.tar.gz) = 2c6aae91fa136d3cc4a25921b31b31ad69297548 +SHA512 (etherape-0.9.20.tar.gz) = 1dbfbb0efff7871a4b78ca90f81ac2155b57ace217b72e443cdc8b3d3807f7ab881c876bec12d93673500026a9dbf1111417a419891df62230e664af9b54b636 +Size (etherape-0.9.20.tar.gz) = 1480790 bytes SHA1 (patch-Makefile.in) = 6f83887002b4c72a96104928412cf0e5ef497acf SHA1 (patch-src_names_eth__resolv.c) = 63cedcefe32ddd1b1d476d8e9471a86b6a46e28e |