From ba7fd9d152ffa0aa6c7bb28ff548ec25bd9672a1d9fd81c506258a9595ce7219 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 14 Oct 2021 10:53:02 +0000 Subject: [PATCH] - Update to version 0.8: * Changed PCAP_TOUT from 0 to 512 in src/ifaces.h, to avoid no results whe scanning with CIDR /24 if netdiscover is being built with libpcap >= 1.10. OBS-URL: https://build.opensuse.org/package/show/network:utilities/netdiscover?expand=0&rev=16 --- netdiscover-0.7.tar.gz | 3 --- netdiscover-0.8.tar.gz | 3 +++ netdiscover.changes | 8 ++++++++ netdiscover.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 netdiscover-0.7.tar.gz create mode 100644 netdiscover-0.8.tar.gz diff --git a/netdiscover-0.7.tar.gz b/netdiscover-0.7.tar.gz deleted file mode 100644 index a5ce284..0000000 --- a/netdiscover-0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a798b3dd1361952b87bd1e5f5e6b63d1d96d6487c9a6dc10d3ed08a6190ddda -size 356514 diff --git a/netdiscover-0.8.tar.gz b/netdiscover-0.8.tar.gz new file mode 100644 index 0000000..5b4a3e4 --- /dev/null +++ b/netdiscover-0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:770fe897b531f6dfad0ab63cea0aa7964b8092e8c1051c8795218eef3910e788 +size 376614 diff --git a/netdiscover.changes b/netdiscover.changes index c3688e8..bd4d394 100644 --- a/netdiscover.changes +++ b/netdiscover.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Oct 14 10:50:41 UTC 2021 - Martin Pluskal + +- Update to version 0.8: + * Changed PCAP_TOUT from 0 to 512 in src/ifaces.h, to avoid no + results whe scanning with CIDR /24 if netdiscover is being + built with libpcap >= 1.10. + ------------------------------------------------------------------- Thu Dec 17 07:09:55 UTC 2020 - Martin Pluskal diff --git a/netdiscover.spec b/netdiscover.spec index 45cd6ba..342f05c 100644 --- a/netdiscover.spec +++ b/netdiscover.spec @@ -1,7 +1,7 @@ # # spec file for package netdiscover # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: netdiscover -Version: 0.7 +Version: 0.8 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 %{_datadir}/hwdata/oui.txt ./oui.txt-$(date +%{Y}%{m}%{d}) sh update-oui-database.sh --no-download %make_build