SHA256
1
0
forked from pool/netdiscover

Accepting request 1039897 from home:dirkmueller:Factory

- update to 0.10:
  * Changed secure download site from https://linuxnet.ca/ieee/oui.txt (link
    down) to https://standards-oui.ieee.org in update-oui-database.sh
  * script.
  * Fixed segfault when HOME env is not set. Thanks to Till Zimmermann
    tzimmermann@uos.de.
  * Use unsigned int for data_counter.hosts. Thanks to Brendan Coles
    bcoles@gmail.com
  * Updated OUI table.

OBS-URL: https://build.opensuse.org/request/show/1039897
OBS-URL: https://build.opensuse.org/package/show/network:utilities/netdiscover?expand=0&rev=21
This commit is contained in:
Martin Pluskal 2022-12-06 10:54:39 +00:00 committed by Git OBS Bridge
parent 0f7631b620
commit bb27af7242
4 changed files with 18 additions and 5 deletions

3
netdiscover-0.10.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc331da2052ef1b0e8de50b8550c63f1e10720101df8f075efe6adeb2dad4afd
size 403310

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc436992cae0e61ad8d14e1fb4d2650ec9e754c0024010e15d341afb98e28f70
size 390819

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Dec 3 22:16:15 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.10:
* Changed secure download site from https://linuxnet.ca/ieee/oui.txt (link
down) to https://standards-oui.ieee.org in update-oui-database.sh
* script.
* Fixed segfault when HOME env is not set. Thanks to Till Zimmermann
tzimmermann@uos.de.
* Use unsigned int for data_counter.hosts. Thanks to Brendan Coles
bcoles@gmail.com
* Updated OUI table.
-------------------------------------------------------------------
Wed Mar 16 12:49:22 UTC 2022 - Martin Pluskal <mpluskal@suse.com>

View File

@ -17,7 +17,7 @@
Name: netdiscover
Version: 0.9
Version: 0.10
Release: 0
Summary: A network address discovering/monitoring tool
License: GPL-3.0-or-later
@ -47,7 +47,7 @@ mode, which will scan for common local networks.
%build
autoreconf -fiv
%configure
cp %{_datadir}/hwdata/oui.txt ./oui.txt-$(date +%Y%m%d)
cp -p %{_datadir}/hwdata/oui.txt ./oui.txt-$(date +%Y%m%d)
sh update-oui-database.sh --no-download
%make_build