From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add netcat-openbsd. [v2] Date: Wed, 22 Jun 2016 23:23:28 +0200 Message-ID: <87r3bolxyn.fsf@gnu.org> References: <20160622000749.GA27984@shadowwalker> <20160622110046.GA12755@shadowwalker> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFpcX-0006oT-Dh for guix-devel@gnu.org; Wed, 22 Jun 2016 17:23:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFpcS-0002UE-TJ for guix-devel@gnu.org; Wed, 22 Jun 2016 17:23:36 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47663) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFpcS-0002TU-Q0 for guix-devel@gnu.org; Wed, 22 Jun 2016 17:23:32 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:49654 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bFpcR-0004qg-0o for guix-devel@gnu.org; Wed, 22 Jun 2016 17:23:31 -0400 In-Reply-To: <20160622110046.GA12755@shadowwalker> (ng0@we.make.ritual.n0.is's message of "Wed, 22 Jun 2016 11:00:46 +0000") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hi! ng0 skribis: > * gnu/packages/admin.scm (netcat-openbsd): New variable. > * patches/netcat-openbsd-0001-port-to-linux-with-libbsd.patch, > patches/netcat-openbsd-0002-connect-timeout.patch, > patches/netcat-openbsd-0003-get-sev-by-name.patch, > patches/netcat-openbsd-0004-poll-hup.patch, > patches/netcat-openbsd-0005-send-crlf.patch, > patches/netcat-openbsd-0006-quit-timer.patch, > patches/netcat-openbsd-0007-udp-scan-timeout.patch, > patches/netcat-openbsd-0008-verbose-numeric-port.patch, > patches/netcat-openbsd-0009-dccp-support.patch, > patches/netcat-openbsd-0010-serialized-handling-multiple-clients.patch, > patches/netcat-openbsd-0011-misc-failures-and-features.patch: New files. Sorry for joining late, but I think 11 non-trivial patches is not OK (we have the policy of not keeping non-trivial patches, unless they fix an immediate bug or a Guix-specific issue.) Is there an upstream for this package? Thanks, Ludo=E2=80=99.