forked from pool/netdiscover
Compare commits
11 Commits
Author | SHA256 | Date | |
---|---|---|---|
22b4348a53 | |||
|
072d867949 | ||
413354af24 | |||
c3c3b4c048 | |||
72a09bb22b | |||
593ba2f5fc | |||
b452c7f20e | |||
b820c1de9b | |||
296ebc41d2 | |||
704bb1188c | |||
70d6eb4a64 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc331da2052ef1b0e8de50b8550c63f1e10720101df8f075efe6adeb2dad4afd
|
||||
size 403310
|
3
netdiscover-0.20.tar.gz
Normal file
3
netdiscover-0.20.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22d4f315bd6fd94b4c56793ecb1756e23f83456505be2bd68058ac933d1ab86f
|
||||
size 443893
|
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 21 14:00:25 UTC 2025 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 0.20:
|
||||
* Added full support to CIDR subnets. Thanks to Jefferson J. Raimon. @jeffersonraimon
|
||||
* Fixed a fail to build from source with GCC 15. Thanks to Josh Ellithorpe. @zquestz
|
||||
* Updated OUI table.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 3 22:16:15 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package netdiscover
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,11 +17,10 @@
|
||||
|
||||
|
||||
Name: netdiscover
|
||||
Version: 0.10
|
||||
Version: 0.20
|
||||
Release: 0
|
||||
Summary: A network address discovering/monitoring tool
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Networking/Other
|
||||
URL: https://github.com/netdiscover-scanner/netdiscover
|
||||
Source0: https://github.com/netdiscover-scanner/netdiscover/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: autoconf
|
||||
|
Reference in New Issue
Block a user