Search Criteria
Package Details: netdiscover 0.21-0
Package Actions
Git Clone URL: | https://aur.archlinux.org/netdiscover.git (read-only, click to copy) |
---|---|
Package Base: | netdiscover |
Description: | A network address discovering tool |
Upstream URL: | https://github.com/netdiscover-scanner/netdiscover/ |
Keywords: | network |
Licenses: | GPL-3.0-only |
Provides: | netdiscover |
Submitter: | danitool |
Maintainer: | wsduvall |
Last Packager: | wsduvall |
Votes: | 24 |
Popularity: | 0.24 |
First Submitted: | 2015-09-15 10:29 (UTC) |
Last Updated: | 2025-08-15 00:06 (UTC) |
Dependencies (4)
- libnet (libnet-gitAUR)
- libpcap (libpcap-gitAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- make (make-gitAUR, make-staticAUR) (make)
Latest Comments
1 2 3 Next › Last »
dreieck commented on 2025-08-10 16:08 (UTC)
Yes, it builds well now.
Regards and thanks for maintanance!
wsduvall commented on 2025-08-10 13:01 (UTC)
@dreieck, give it a shot now, I also fixed some useless cat's.
dreieck commented on 2025-08-10 12:02 (UTC) (edited on 2025-08-10 12:02 (UTC) by dreieck)
Ahoj,
thanks!
Now another issue turned out:
You should reference it as
"${srcdir}/oui-${pkgver}.txt"
.diff
to thePKGBUILD
:Actually, build now succeeds for me (with that fix).
Regards!
wsduvall commented on 2025-08-09 20:51 (UTC) (edited on 2025-08-09 21:41 (UTC) by wsduvall)
@dreieck, when I updated it I pushed it to my old private repo instead of the AUR repo, sorry about that. That said, I think the oui.txt presents a fairly large reproducibility problem. I'm open to suggestions, maybe I'll look at what the NixOS flake does. If the license allows I could just include the generated oui.h file in the AUR repository.
dreieck commented on 2025-08-09 20:04 (UTC)
Build now fails for me with
Regards!
dreieck commented on 2025-08-09 20:02 (UTC)
But still downloads
oui.txt
inbuild()
and not before ...wsduvall commented on 2025-07-19 22:32 (UTC)
dreieck, thanks, I pushed a fix. I didn't bump the pkgrel version since the created package is identical.
dreieck commented on 2025-07-19 14:15 (UTC)
This package downloads stuff in
build()
. This should not happen.Please try to make that download included in the
source
array (and give it a unique filename, e.g.netdiscover-oui-${pkgver}.txt
for when$SRCDEST
is used), and if not feasible then do that download inprepare()
, so thatbuild()
can run in an offline environment.Regards and thanks for the package!
1 2 3 Next › Last »