From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e6Ote-0004fR-BX for guix-patches@gnu.org; Sun, 22 Oct 2017 18:39:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e6Ota-0007Mm-E6 for guix-patches@gnu.org; Sun, 22 Oct 2017 18:39:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47678) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e6Ota-0007MQ-AH for guix-patches@gnu.org; Sun, 22 Oct 2017 18:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e6Ota-0007ZB-3V for guix-patches@gnu.org; Sun, 22 Oct 2017 18:39:02 -0400 Subject: [bug#28913] [PATCH 1/2] gnu: Add libnet. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87lgk846jt.fsf@elephly.net> <20171021005556.28993-1-rekado@elephly.net> Date: Sun, 22 Oct 2017 15:38:09 -0700 In-Reply-To: <20171021005556.28993-1-rekado@elephly.net> (Ricardo Wurmus's message of "Sat, 21 Oct 2017 02:55:55 +0200") Message-ID: <87mv4iyfji.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: Ricardo Wurmus Cc: 28913@debbugs.gnu.org Ricardo Wurmus skribis: > * gnu/packages/networking.scm (libnet): New variable. LGTM! > + (home-page "https://sourceforge.net/projects/libnet-dev/") > + (synopsis "Framework for low-level network packet construction") > + (description > + "Libnet provides a fairly portable framework for network packet > +construction and injection.") Bonus points if you can elaborate based on =E2=80=98README=E2=80=99 or what= ever. :-) Ludo=E2=80=99.