38 Commits

Author SHA256 Message Date
de90962522 Accepting request 1187409 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1187409
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavemon?expand=0&rev=32
2024-07-15 17:49:19 +00:00
639c5680d7 Accepting request 1187335 from home:mnhauke
- Update to version 0.9.6
  Enhancements and Fixes
  * Info Screen:
    + Fix hanging receive by switching to non-blocking netlink
      socket.
  Miscellaneous
  * Bump autoconf minimum version to 2.7.1.

OBS-URL: https://build.opensuse.org/request/show/1187335
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/wavemon?expand=0&rev=34
2024-07-14 19:25:34 +00:00
1c63df58bd Accepting request 1122667 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1122667
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavemon?expand=0&rev=31
2023-11-02 19:23:05 +00:00
36b0bfb91f Accepting request 1121696 from home:mnhauke
- 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.

OBS-URL: https://build.opensuse.org/request/show/1121696
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/wavemon?expand=0&rev=32
2023-11-02 12:25:04 +00:00
b256270076 Accepting request 1045278 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1045278
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavemon?expand=0&rev=30
2022-12-25 14:15:13 +00:00
972e1b4f22 Accepting request 1045276 from home:alois:branches:multimedia:apps
- 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)

OBS-URL: https://build.opensuse.org/request/show/1045276
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/wavemon?expand=0&rev=30
2022-12-25 11:12:56 +00:00
77947b57ef Accepting request 858830 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/858830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavemon?expand=0&rev=29
2020-12-27 23:28:31 +00:00
a6121e73dd Accepting request 858779 from home:mnhauke
- 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.

OBS-URL: https://build.opensuse.org/request/show/858779
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/wavemon?expand=0&rev=28
2020-12-27 08:14:35 +00:00
894fec1d51 Accepting request 844020 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/844020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavemon?expand=0&rev=28
2020-10-26 15:21:56 +00:00
9ee3e04a18 Accepting request 843811 from home:mnhauke
- 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.

OBS-URL: https://build.opensuse.org/request/show/843811
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/wavemon?expand=0&rev=26
2020-10-26 06:58:23 +00:00
0ed171a3c0 Accepting request 785630 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/785630
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavemon?expand=0&rev=27
2020-03-17 12:09:41 +00:00
Tomáš Chvátal
5507763d5c Accepting request 785628 from home:pluskalm:branches:multimedia:apps
- Clean up spec file with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/785628
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/wavemon?expand=0&rev=24
2020-03-16 13:18:12 +00:00
22c119563f Accepting request 760009 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/760009
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavemon?expand=0&rev=26
2019-12-30 11:35:34 +00:00
89597adb1e Accepting request 759964 from home:mnhauke
- 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)

OBS-URL: https://build.opensuse.org/request/show/759964
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/wavemon?expand=0&rev=22
2019-12-30 08:42:31 +00:00
07d8b334dd Accepting request 704030 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/704030
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavemon?expand=0&rev=25
2019-05-20 08:29:31 +00:00
Tomáš Chvátal
5aa61cd445 Accepting request 703934 from home:mnhauke
- 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.

OBS-URL: https://build.opensuse.org/request/show/703934
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/wavemon?expand=0&rev=20
2019-05-19 08:19:17 +00:00
29414a9dc8 Accepting request 577960 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/577960
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavemon?expand=0&rev=24
2018-02-22 14:00:46 +00:00
Tomáš Chvátal
3b46494250 Accepting request 577781 from home:mnhauke
- 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

OBS-URL: https://build.opensuse.org/request/show/577781
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/wavemon?expand=0&rev=18
2018-02-19 08:06:04 +00:00
4d3dbdb798 Accepting request 497812 from multimedia:apps
1

OBS-URL: https://build.opensuse.org/request/show/497812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavemon?expand=0&rev=23
2017-05-24 14:50:48 +00:00
d47a278b5e Accepting request 497811 from home:bmwiedemann:branches:multimedia:apps
Override BUILD_DATE for reproducible builds
 Add reproducible.patch to avoid random link order

OBS-URL: https://build.opensuse.org/request/show/497811
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/wavemon?expand=0&rev=16
2017-05-23 15:36:46 +00:00
a0e487091e Accepting request 493436 from multimedia:apps
- Use pkgconfig style dependencies

- Update to version 0.8.1
  * fix for  musl  build thanks to @joerg-krause
  * resolved #19, #22, #23, #28
  * info screen: replace interval timer with  pthread 
  * fixed an illegal  free  (found on ARM), which seems to also have caused a memory leak on ARM.
- Update to version 0.8.0
  * majority of WEXT functions now replaced by nl80211
  * scan screen has more information (channel utilisation)
    and sorting mode (MAC addresses)
  * info screen contains more output, tested new support
  * for displaying noise floor data (based on nl80211)
  * random signal generator option was dropped

OBS-URL: https://build.opensuse.org/request/show/493436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavemon?expand=0&rev=22
2017-05-08 17:04:36 +00:00
b5ea0e5237 - Use pkgconfig style dependencies
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/wavemon?expand=0&rev=14
2017-05-08 12:12:13 +00:00
4478c2389c Accepting request 493420 from home:mnhauke
- Update to version 0.8.1
  * fix for  musl  build thanks to @joerg-krause
  * resolved #19, #22, #23, #28
  * info screen: replace interval timer with  pthread 
  * fixed an illegal  free  (found on ARM), which seems to also have caused a memory leak on ARM.
- Update to version 0.8.0
  * majority of WEXT functions now replaced by nl80211
  * scan screen has more information (channel utilisation)
    and sorting mode (MAC addresses)
  * info screen contains more output, tested new support
  * for displaying noise floor data (based on nl80211)
  * random signal generator option was dropped

OBS-URL: https://build.opensuse.org/request/show/493420
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/wavemon?expand=0&rev=13
2017-05-08 12:04:52 +00:00
941c2319da Accepting request 294914 from multimedia:apps
1

OBS-URL: https://build.opensuse.org/request/show/294914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavemon?expand=0&rev=21
2015-04-10 07:52:42 +00:00
01296d3d0f Accepting request 294892 from home:posophe:branches:multimedia:apps
update

OBS-URL: https://build.opensuse.org/request/show/294892
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/wavemon?expand=0&rev=11
2015-04-08 07:51:15 +00:00
Stephan Kulow
68ed28ed65 Accepting request 98219 from multimedia:apps
add autoconf to buildrequires (forwarded request 97639 from coolo)

OBS-URL: https://build.opensuse.org/request/show/98219
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavemon?expand=0&rev=16
2011-12-26 15:29:47 +00:00
Stephan Kulow
ad771937f4 Accepting request 97639 from home:coolo:removeautoconf
add autoconf to buildrequires

OBS-URL: https://build.opensuse.org/request/show/97639
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/wavemon?expand=0&rev=9
2011-12-26 07:13:39 +00:00
Stephan Kulow
e93ece181a replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavemon?expand=0&rev=15
2011-12-06 18:12:34 +00:00
OBS User autobuild
f83684aa59 Accepting request 38055 from multimedia:apps
Copy from multimedia:apps/wavemon based on submit request 38055 from user plater

OBS-URL: https://build.opensuse.org/request/show/38055
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavemon?expand=0&rev=10
2010-04-16 17:02:29 +00:00
OBS User autobuild
5773b76fcf Accepting request 38055 from multimedia:apps
checked in (request 38055)

OBS-URL: https://build.opensuse.org/request/show/38055
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/wavemon?expand=0&rev=8
2010-04-16 17:02:28 +00:00
8d07e92c5b OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/wavemon?expand=0&rev=7 2010-04-16 13:29:25 +00:00
OBS User autobuild
a1f84be3af Accepting request 38026 from multimedia:apps
Copy from multimedia:apps/wavemon based on submit request 38026 from user plater

OBS-URL: https://build.opensuse.org/request/show/38026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavemon?expand=0&rev=9
2010-04-16 08:42:51 +00:00
OBS User autobuild
57209b5f21 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavemon?expand=0&rev=8 2010-03-18 15:34:39 +00:00
OBS User unknown
7b473f9225 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavemon?expand=0&rev=6 2009-06-20 02:48:35 +00:00
OBS User unknown
72e1910a45 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavemon?expand=0&rev=5 2009-01-09 01:07:33 +00:00
OBS User unknown
6e97c967d2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavemon?expand=0&rev=4 2008-10-09 18:03:52 +00:00
OBS User unknown
312be9bc11 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavemon?expand=0&rev=2 2007-04-05 22:31:50 +00:00
OBS User unknown
40d2ffe571 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavemon?expand=0&rev=1 2007-01-15 23:40:51 +00:00