emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38286: closed ([PATCH] gnu: Add netcat-openbsd.)


From: GNU bug Tracking System
Subject: bug#38286: closed ([PATCH] gnu: Add netcat-openbsd.)
Date: Mon, 25 Nov 2019 15:51:02 +0000

Your message dated Mon, 25 Nov 2019 15:50:19 +0000
with message-id <address@hidden>
and subject line Re: [bug#38286] [PATCH] gnu: Add netcat-openbsd.
has caused the debbugs.gnu.org bug report #38286,
regarding [PATCH] gnu: Add netcat-openbsd.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38286: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38286
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add netcat-openbsd. Date: Wed, 20 Nov 2019 02:10:34 +0000 User-agent: Cyrus-JMAP/3.1.7-578-g826f590-fmstable-20191119v1
This patch adds the OpenBSD rewrite of netcat, as ported to GNU/Linux by Debian.

-- 
Alex Griffin

Attachment: 0001-gnu-Add-netcat-openbsd.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: [bug#38286] [PATCH] gnu: Add netcat-openbsd. Date: Mon, 25 Nov 2019 15:50:19 +0000 User-agent: Cyrus-JMAP/3.1.7-578-g826f590-fmstable-20191119v1
Pushed as 377606238f0260a849a1f529d94e1546276a5db6.
-- 
Alex Griffin

On Sun, Nov 24, 2019, at 11:03 AM, Ludovic Courtès wrote:
> Hello!
> 
> "Alex Griffin" <address@hidden> skribis:
> 
> > From 41abd13973e20750815b5f395acb9fc4893c6817 Mon Sep 17 00:00:00 2001
> > From: Alex Griffin <address@hidden>
> > Date: Tue, 19 Nov 2019 19:59:32 -0600
> > Subject: [PATCH] gnu: Add netcat-openbsd.
> >
> > * gnu/packages/admin.scm (netcat-openbsd): New variable.
> 
> Overall LGTM; I like that we’re not taking responsibility for all these
> patches.  :-)
> 
> > +    (source (origin
> > +              (method git-fetch)
> > +              (uri (git-reference
> > +                    (url 
> > "https://salsa.debian.org/debian/netcat-openbsd.git";)
> > +                    (commit (string-append "debian/" version))))
> > +              (sha256
> > +               (base32
> > +                "0j85gzbjzs6yrhgabh3zkwzd27qkr5s0zjjczl0hah8q7yhrjk3m"))))
> 
> I suspect ‘guix lint’ suggests a ‘file-name’ field here.  :-)
> 
> > +    (home-page "https://packages.debian.org/sid/netcat-openbsd";)
> > +    (synopsis "TCP/IP swiss army knife")
> 
> Could you make that more factual, like “Read and write data over TCP/IP”
> (same as for ‘netcat’ actually)?
> 
> > +    (description
> > +     "A simple Unix utility which reads and writes data across network
>          ^
> Please write full sentences.
> 
> OK to push with changes along these lines!
> 
> Thanks,
> Ludo’.
>


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]