GNU bug report logs -
#53006
[PATCH] gnu: networking: Add arp-scan
Previous Next
Reported by: manolis837 <at> gmail.com
Date: Tue, 4 Jan 2022 15:27:02 UTC
Severity: normal
Tags: patch
Done: Manolis Ragkousis <manolis837 <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 4 Jan 2022 17:40:48 +0200
with message-id <CAFtzXzMfjv_5qQ7=6yCabjiyLy6bRYSX_b0-Egc7aB-Hioztmw <at> mail.gmail.com>
and subject line Re: [PATCH] gnu: networking: Add arp-scan
has caused the debbugs.gnu.org bug report #53006,
regarding [PATCH] gnu: networking: Add arp-scan
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
53006: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53006
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Manolis Ragkousis <manolis837 <at> gmail.com>
* gnu/packages/networking.scm (arp-scan): New variable.
---
gnu/packages/networking.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index cc9cc61164..7bcd513e41 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4143,3 +4143,24 @@ (define-public putty
implementations.")
(home-page "https://www.chiark.greenend.org.uk/~sgtatham/putty/")
(license license:expat)))
+
+(define-public arp-scan
+ (package
+ (name "arp-scan")
+ (version "1.9")
+ (source
+ (origin
+ (method url-fetch)
+ ;; https://github.com/royhills/arp-scan/releases/download/1.9/arp-scan-1.9.tar.gz
+ (uri (string-append "https://github.com/royhills/arp-scan/"
+ "releases/download/" version "/"
+ name "-" version ".tar.gz"))
+ (sha256
+ (base32 "14nqjzbmnlx2nac7lwa93y5m5iqk3layakyxyvfmvs283k3qm46f"))))
+ (build-system gnu-build-system)
+ (inputs
+ `(("libpcap" ,libpcap)))
+ (home-page "https://github.com/royhills/arp-scan")
+ (synopsis "Dscover and fingerprint IP hosts on the local network using ARP")
+ (description "A tool that uses ARP to discover and fingerprint IP hosts on the local network")
+ (license license:gpl3)))
--
2.33.1
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
On Tue, 4 Jan 2022, 17:32 Manolis Ragkousis, <manolis837 <at> gmail.com> wrote:
> Please close I sent the wrong patch.
>
> On Tue, 4 Jan 2022 at 17:27, Manolis Ragkousis <manolis837 <at> gmail.com>
> wrote:
> >
> > Everyone, sorry this is the wrong patch. I sent the previous version
> > by mistake. Will send the correct one shortly. Ignore this.
> >
> > On Tue, 4 Jan 2022 at 17:26, <manolis837 <at> gmail.com> wrote:
> > >
> > > From: Manolis Ragkousis <manolis837 <at> gmail.com>
> > >
> > > * gnu/packages/networking.scm (arp-scan): New variable.
> > > ---
> > > gnu/packages/networking.scm | 21 +++++++++++++++++++++
> > > 1 file changed, 21 insertions(+)
> > >
> > > diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
> > > index cc9cc61164..7bcd513e41 100644
> > > --- a/gnu/packages/networking.scm
> > > +++ b/gnu/packages/networking.scm
> > > @@ -4143,3 +4143,24 @@ (define-public putty
> > > implementations.")
> > > (home-page "https://www.chiark.greenend.org.uk/~sgtatham/putty/")
> > > (license license:expat)))
> > > +
> > > +(define-public arp-scan
> > > + (package
> > > + (name "arp-scan")
> > > + (version "1.9")
> > > + (source
> > > + (origin
> > > + (method url-fetch)
> > > + ;;
> https://github.com/royhills/arp-scan/releases/download/1.9/arp-scan-1.9.tar.gz
> > > + (uri (string-append "https://github.com/royhills/arp-scan/"
> > > + "releases/download/" version "/"
> > > + name "-" version ".tar.gz"))
> > > + (sha256
> > > + (base32
> "14nqjzbmnlx2nac7lwa93y5m5iqk3layakyxyvfmvs283k3qm46f"))))
> > > + (build-system gnu-build-system)
> > > + (inputs
> > > + `(("libpcap" ,libpcap)))
> > > + (home-page "https://github.com/royhills/arp-scan")
> > > + (synopsis "Dscover and fingerprint IP hosts on the local network
> using ARP")
> > > + (description "A tool that uses ARP to discover and fingerprint IP
> hosts on the local network")
> > > + (license license:gpl3)))
> > > --
> > > 2.33.1
> > >
>
[Message part 5 (text/html, inline)]
This bug report was last modified 3 years and 234 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.