Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

wavemon-0.9.5-1.3 RPM for armv6hl

From OpenSuSE Ports Tumbleweed for armv6hl

Name: wavemon Distribution: openSUSE Tumbleweed
Version: 0.9.5 Vendor: openSUSE
Release: 1.3 Build date: Fri Feb 9 21:49:43 2024
Group: Productivity/Networking/Diagnostic Build host: i02-armsrv2
Size: 161907 Source RPM: wavemon-0.9.5-1.3.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/uoaerg/wavemon
Summary: An ncurses monitoring application for wireless network devices
wavemon is a wireless device monitoring application that allows you to
watch signal and noise levels, packet statistics, device configuration
and network parameters of your wireless network hardware. It has
currently only been tested with the Lucent Orinoco series of cards,
although it *should* work (though with varying features) with all
devices supported by the wireless kernel extensions by Jean Tourrilhes.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Wed Nov 01 2023 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.9.5
    Enhancements and Fixes:
    * Info Screen:
      + improve format of percentages (use fixed format rather than
      auto-format).
    Configuration:
      + fix ncurses support for white backgrounds.
      + configuration file now either in
      $XDG_CONFIG_HOME/wavemon/wavemonrc or in
      $HOME/.config/wavemon/wavemonrc
    Miscellaneous
    * avoid including include linux/if.h
    * check and set support for C99 standard
    * configuration file can now be located in XDG_CONFIG_HOME
    * added portable implementation of asprintf(3),
    * updated copied nl80211 header file,
    * make -Wpedantic the default when building.
* Sun Dec 25 2022 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 0.9.4
    Enhancements and Fixes:
    * Info Screen
      + fix mis-spelled format identifier
      + add fields for carrier / link mode,
      + handle (accidentally) positive signal levels
      + fix display of bonded interfaces
      + add more network information
      + add IPv6 support
      + use error-checking mutexes
      + display MCS bitrate information
    * Scan Screen
      + do not enable scan if rfkill is enabled
      + unblock data mutex at end (fixing a deadlock condition)
      + reset filter when there are no results
    * History Screen
      + deprecate threshold actions (were not of much use)
      + remove support for noise levels
      + add missing #include
      + add wide-character support
      + reset data when switching between interfaces
    * Menu Bar
      + improve highlighting of selected entries
    Miscellaneous:
    * drop dependency on wireless extensions
    * build uses correct ncurses flags
    * build now uses -Wextra by default
    * build now honours configure CFLAGS
    * update README
    * document how to use wavemon within screen
    * list of wireless interfaces is now also populated via
      nl80211 (no longer ioctl)
* Sat Dec 26 2020 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.9.3
    Fixes General
    * proper rendering on UTF-8 terminals (#70),
    * enabled by using libncursesw in place of libncurses,
    * and using wide-characters for rendering where supported.
    Fixes Info Screen:
    * properly clear area when updating with new data,
    * do not leave rx / tx empty when no data available (use 'n/a'
      instead),
    * improve rendering on some terminal types (e.g. ansi),
    * refresh immediately after a window-size change;
    Fixes History Screen:
    * do not display noise / SNR levels when such data is not
      reported by the driver;
    Fixes Scan Screen:
    * fix segmentation fault when no CAP_NET_ADMIN permissions
    * fix locking bug (#78), redoing the original and incorrect fix;
    * as a result, screen now retains data when switching windows;
    Fixes Conf Screen:
    * fix memory leak identified in #73,
    * reorganize into sections via separators.
    Miscellaneous
    * Keyboard shortcuts: can now use 0..9 in place of F10, F1..F9;
    * Scan screen: increased the usable window size by 1 line;
    * Build: updated several outdated build/bootstrap files.
* Sat Oct 24 2020 Martin Hauke <mardnh@gmx.de>
  - Update to versino 0.9.2
    General
    * proper rendering on UTF-8 terminals (#70),
    * enabled by using libncursesw in place of libncurses,
    * and using wide-characters for rendering where supported.
    Info Screen:
    * properly clear area when updating with new data,
    * do not leave rx / tx empty when no data available (use 'n/a'
      instead),
    * improve rendering on some terminal types (e.g. ansi),
    * refresh immediately after a window-size change;
    History Screen:
    * do not display noise / SNR levels when such data is not
      reported by the driver;
    Scan Screen:
    * fix segmentation fault when no CAP_NET_ADMIN permissions,
    * fix locking bug (#78), redoing the original and incorrect fix
      (#42),
      as a result, screen now retains data when switching windows;
    Conf Screen:
    * fix memory leak identified in #73,
    * reorganize into sections via separators.
    Miscellaneous
    * Keyboard shortcuts: can now use 0..9 in place of F10,
      F1..F9 (#76);
    * Scan screen: increased the usable window size by 1 line;
    * Build: updated several outdated build/bootstrap files.
* Mon Mar 16 2020 Martin Pluskal <mpluskal@suse.com>
  - Clean up spec file with spec-cleaner
* Mon Dec 30 2019 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.9.1
    Fixes
    * Compatibility:
    - replace non-portable on_exit with portable at_exit
    - address gcc8 compiler warnings;
    * Scan Screen:
    - fix memory leak in scan handler
    * Info Screen:
    - fix logic around uninitialized variable
    * Configuration Screen:
    - fix numerical key issue on ARM 32bit (Raspberri Pi 2)
* Sat May 18 2019 Martin Hauke <mardnh@gmx.de>
  - Update to version 0.9.0
    General
    * wavemon now has a transparent background.
    Fixes
    * Info Screen:
    - disable locale to avoid funny thousand separators
    - prefer station signal over average station signal
    * Scan Screen:
    - fix bug in displaying TLV elements
    - restore interface state on exit
    Miscellaneous
    * more fixes for reproducible builds - time/date display is gone
    * various code updates (new nl80211.h) and clean-ups.
* Sun Feb 18 2018 mardnh@gmx.de
  - Remove patch:
    * reproducible.patch (fixed upstream)
  - Update to version 0.8.2
    * Fixes
    - Info Screen:
      + do not warn about missing data if driver returns 0
      signal value (#44),
      + present retry/drop rate also as percentage (#38),
      + remove outdated WEP encryption key information (#8);
    - Scan Screen:
      + revise and improve access to thread data (#42).
    * Miscellaneous
    - build process now sorts input files for reproducible builds
    - miscellaneous fixes, such as typos, email information
    - code clean-up
* Tue May 23 2017 bwiedemann@suse.com
  - Override BUILD_DATE for reproducible builds
  - Add reproducible.patch to avoid random link order
* Mon May 08 2017 mpluskal@suse.com
  - Use pkgconfig style dependencies

Files

/usr/bin/wavemon
/usr/share/doc/packages/wavemon
/usr/share/doc/packages/wavemon/LICENSE
/usr/share/doc/packages/wavemon/README.md
/usr/share/licenses/wavemon
/usr/share/licenses/wavemon/LICENSE
/usr/share/man/man1/wavemon.1.gz
/usr/share/man/man5/wavemonrc.5.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 00:31:59 2024