From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:60861) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iXiUS-0000qM-AE for guix-patches@gnu.org; Thu, 21 Nov 2019 04:11:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iXiUQ-0007YK-2P for guix-patches@gnu.org; Thu, 21 Nov 2019 04:11:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:42404) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iXiUP-0007Xt-Ui for guix-patches@gnu.org; Thu, 21 Nov 2019 04:11:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iXiUP-0006wO-Nn for guix-patches@gnu.org; Thu, 21 Nov 2019 04:11:01 -0500 Subject: [bug#38286] [PATCH] gnu: Add netcat-openbsd. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <3dfac477-b081-49f4-86b3-2c142bb39f6b@www.fastmail.com> Date: Thu, 21 Nov 2019 10:09:49 +0100 In-Reply-To: <3dfac477-b081-49f4-86b3-2c142bb39f6b@www.fastmail.com> (Alex Griffin's message of "Wed, 20 Nov 2019 02:10:34 +0000") Message-ID: <87blt5k336.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Alex Griffin Cc: 38286@debbugs.gnu.org Hello Alex, "Alex Griffin" skribis: > From e46e78bfe12923989e7262eec2116dba7e00299b Mon Sep 17 00:00:00 2001 > From: Alex Griffin > Date: Tue, 19 Nov 2019 19:59:32 -0600 > Subject: [PATCH] gnu: Add netcat-openbsd. > > * gnu/packages/admin.scm (netcat-openbsd): New variable. > * gnu/packages/patches/netcat-openbsd-broadcast-support.patch, > gnu/packages/patches/netcat-openbsd-build-without-TLS-support.patch, > gnu/packages/patches/netcat-openbsd-connect-timeout.patch, > gnu/packages/patches/netcat-openbsd-dccp-support.patch, > gnu/packages/patches/netcat-openbsd-destination-port-list.patch, > gnu/packages/patches/netcat-openbsd-get-sev-by-name.patch, > gnu/packages/patches/netcat-openbsd-misc-failures-and-features.patch, > gnu/packages/patches/netcat-openbsd-port-to-linux-with-libsd.patch, > gnu/packages/patches/netcat-openbsd-quit-timer.patch, > gnu/packages/patches/netcat-openbsd-send-crlf.patch, > gnu/packages/patches/netcat-openbsd-serialized-handling-multiple-clients.= patch, > gnu/packages/patches/netcat-openbsd-set-TCP-MD5SIG-correctly-for-client-c= onnections.patch, > gnu/packages/patches/netcat-openbsd-udp-scan-timeout.patch, > gnu/packages/patches/netcat-openbsd-use-flags-to-specify-listen-address.p= atch: > New files. > * gnu/local.mk (dist_patch_DATA): Add them. That=E2=80=99s a lot of patches. :-) Is there are repo containing this fork? (Perhaps on salsa.debian.org?) I=E2=80=99d rather see us pull from such a repo than carry all these patches around. > + (source (origin > + (method url-fetch) > + (uri (string-append "https://deb.debian.org/debian/pool/ma= in/n/" This should be =E2=80=9Cmirror://debian/=E2=80=A6=E2=80=9D. Thanks, Ludo=E2=80=99.