Accepting request 1040604 from network:utilities

OBS-URL: https://build.opensuse.org/request/show/1040604
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netdiscover?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2022-12-06 13:24:56 +00:00 committed by Git OBS Bridge
commit 85e4557097
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> Wed Mar 16 12:49:22 UTC 2022 - Martin Pluskal <mpluskal@suse.com>

View File

@ -17,7 +17,7 @@
Name: netdiscover Name: netdiscover
Version: 0.9 Version: 0.10
Release: 0 Release: 0
Summary: A network address discovering/monitoring tool Summary: A network address discovering/monitoring tool
License: GPL-3.0-or-later License: GPL-3.0-or-later
@ -47,7 +47,7 @@ mode, which will scan for common local networks.
%build %build
autoreconf -fiv autoreconf -fiv
%configure %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 sh update-oui-database.sh --no-download
%make_build %make_build