- 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
This commit is contained in:
parent
9a7693b70f
commit
ba7fd9d152
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a798b3dd1361952b87bd1e5f5e6b63d1d96d6487c9a6dc10d3ed08a6190ddda
|
||||
size 356514
|
3
netdiscover-0.8.tar.gz
Normal file
3
netdiscover-0.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:770fe897b531f6dfad0ab63cea0aa7964b8092e8c1051c8795218eef3910e788
|
||||
size 376614
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 14 10:50:41 UTC 2021 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- 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 <mpluskal@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user