From bb27af72423c0659e58faa1796e8000d131fe1bf5acc11ed1484707b4225a1b3 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 6 Dec 2022 10:54:39 +0000 Subject: [PATCH] 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 --- netdiscover-0.10.tar.gz | 3 +++ netdiscover-0.9.tar.gz | 3 --- netdiscover.changes | 13 +++++++++++++ netdiscover.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 netdiscover-0.10.tar.gz delete mode 100644 netdiscover-0.9.tar.gz diff --git a/netdiscover-0.10.tar.gz b/netdiscover-0.10.tar.gz new file mode 100644 index 0000000..69f678f --- /dev/null +++ b/netdiscover-0.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc331da2052ef1b0e8de50b8550c63f1e10720101df8f075efe6adeb2dad4afd +size 403310 diff --git a/netdiscover-0.9.tar.gz b/netdiscover-0.9.tar.gz deleted file mode 100644 index 32533be..0000000 --- a/netdiscover-0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc436992cae0e61ad8d14e1fb4d2650ec9e754c0024010e15d341afb98e28f70 -size 390819 diff --git a/netdiscover.changes b/netdiscover.changes index 62e015b..09b6f10 100644 --- a/netdiscover.changes +++ b/netdiscover.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Dec 3 22:16:15 UTC 2022 - Dirk Müller + +- 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 diff --git a/netdiscover.spec b/netdiscover.spec index f2084a7..7630fa1 100644 --- a/netdiscover.spec +++ b/netdiscover.spec @@ -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