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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53006 in the body.
You can then email your comments to 53006 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#53006
; Package
guix-patches
.
(Tue, 04 Jan 2022 15:27:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
manolis837 <at> gmail.com
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 04 Jan 2022 15:27:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#53006
; Package
guix-patches
.
(Tue, 04 Jan 2022 15:28:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
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
>
Information forwarded
to
guix-patches <at> gnu.org
:
bug#53006
; Package
guix-patches
.
(Tue, 04 Jan 2022 15:33:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 53006 <at> debbugs.gnu.org (full text, mbox):
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
> >
Reply sent
to
Manolis Ragkousis <manolis837 <at> gmail.com>
:
You have taken responsibility.
(Tue, 04 Jan 2022 15:42:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
manolis837 <at> gmail.com
:
bug acknowledged by developer.
(Tue, 04 Jan 2022 15:42:01 GMT)
Full text and
rfc822 format available.
Message #16 received at 53006-close <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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 2 (text/html, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 02 Feb 2022 12:24:04 GMT)
Full text and
rfc822 format available.
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.