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:
commit
85e4557097
3
netdiscover-0.10.tar.gz
Normal file
3
netdiscover-0.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc331da2052ef1b0e8de50b8550c63f1e10720101df8f075efe6adeb2dad4afd
|
||||
size 403310
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc436992cae0e61ad8d14e1fb4d2650ec9e754c0024010e15d341afb98e28f70
|
||||
size 390819
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user