From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ni* Gillmann Subject: [PATCH] gnu/packages/linux iptables: include firewall in description Date: Mon, 25 Jan 2016 19:48:25 +0100 Message-ID: <877fix7ax2.fsf@grrlz.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40047) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNmH9-0000M3-8c for guix-devel@gnu.org; Mon, 25 Jan 2016 13:54:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aNmH5-0007lR-7c for guix-devel@gnu.org; Mon, 25 Jan 2016 13:54:07 -0500 Received: from perdizione.investici.org ([2001:41d0:2:33d0::19]:37134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNmH4-0007lL-Ti for guix-devel@gnu.org; Mon, 25 Jan 2016 13:54:03 -0500 Received: from [94.23.50.208] (perdizione [94.23.50.208]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id 26C181204DA for ; Mon, 25 Jan 2016 18:54:01 +0000 (UTC) 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable This is a patch to include "firewall" in the description of iptables, as it does not turn up with a search for "firewall" which might not be so intuitive for GNU beginners. I did not want to change the complete description (yet), I am open to suggestions if this short addition is not accurate. The important thing is to include "firewall" so it will turn up without knowing "ip filtering" "iptables" or similar concepts. >From 0fbccf724e62eea2874428dbc115a2095718fb66 Mon Sep 17 00:00:00 2001 From: Ni* Gillmann Date: Mon, 25 Jan 2016 19:08:52 +0100 Subject: [PATCH] gnu: linux.scm: iptables: include firewall in description --- gnu/packages/linux.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 579df02..0d86c78 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7,6 +7,7 @@ ;;; Copyright =C2=A9 2015 Taylan Ulrich Bay=C4=B1rl=C4=B1/Kammer ;;; Copyright =C2=A9 2015 Efraim Flashner ;;; Copyright =C2=A9 2016 Christopher Allan Webber +;;; Copyright =C2=A9 2016 Nils Gillmann ;;; ;;; This file is part of GNU Guix. ;;; @@ -881,7 +882,8 @@ Linux 2.4.x and later IPv4 packet filtering ruleset. I= t is targeted towards system administrators. Since Network Address Translation is also configur= ed from the packet filter ruleset, iptables is used for this, too. The iptab= les package also includes ip6tables. ip6tables is used for configuring the IP= v6 -packet filter.") +packet filter. In the broader sense it can be seen as a firewall tool for = the +GNU System.") (license license:gpl2+))) (define-public iproute -- 2.6.3 --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-linux.scm-iptables-include-firewall-in-descripti.patch Content-Transfer-Encoding: quoted-printable Content-Description: iptables description patch >From 0fbccf724e62eea2874428dbc115a2095718fb66 Mon Sep 17 00:00:00 2001 From: Ni* Gillmann Date: Mon, 25 Jan 2016 19:08:52 +0100 Subject: [PATCH] gnu: linux.scm: iptables: include firewall in description --- gnu/packages/linux.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 579df02..0d86c78 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7,6 +7,7 @@ ;;; Copyright =C2=A9 2015 Taylan Ulrich Bay=C4=B1rl=C4=B1/Kammer ;;; Copyright =C2=A9 2015 Efraim Flashner ;;; Copyright =C2=A9 2016 Christopher Allan Webber +;;; Copyright =C2=A9 2016 Nils Gillmann ;;; ;;; This file is part of GNU Guix. ;;; @@ -881,7 +882,8 @@ Linux 2.4.x and later IPv4 packet filtering ruleset. I= t is targeted towards system administrators. Since Network Address Translation is also configur= ed from the packet filter ruleset, iptables is used for this, too. The iptab= les package also includes ip6tables. ip6tables is used for configuring the IP= v6 -packet filter.") +packet filter. In the broader sense it can be seen as a firewall tool for = the +GNU System.") (license license:gpl2+))) (define-public iproute -- 2.6.3 --=-=-= Content-Type: text/plain -- ng/ni* vcard: http://krosos.sdf.org --=-=-=--