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