From 35e4b3d546e8e160db973730496fa331d7a9d6f8 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 29 Jul 2016 17:32:03 +0200 Subject: gnu: iptables: Mention "firewall". Suggested by ng0 . * gnu/packages/linux.scm (iptables)[description]: Mention "firewall". --- gnu/packages/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 001908f899..6bdb6b1faa 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -889,7 +889,7 @@ MIDI functionality to the Linux-based operating system.") (synopsis "Program to configure the Linux IP packet filtering rules") (description "iptables is the userspace command line program used to configure the -Linux 2.4.x and later IPv4 packet filtering ruleset. It is targeted towards +Linux 2.4.x and later IPv4 packet filtering ruleset (firewall). It is targeted at system administrators. Since Network Address Translation is also configured from the packet filter ruleset, iptables is used for this, too. The iptables package also includes ip6tables. ip6tables is used for configuring the IPv6 -- cgit v1.2.3 From 682a7d23385f709a680049a823bb84e45c922b3c Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Fri, 29 Jul 2016 14:12:38 -0400 Subject: gnu: linux-libre@4.4: Update to 4.4.16. * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.16. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 6bdb6b1faa..2c92f30802 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -341,13 +341,13 @@ It has been modified to remove all non-free binary blobs.") (define-public linux-libre-4.4 (package (inherit linux-libre) - (version "4.4.15") + (version "4.4.16") (source (origin (method url-fetch) (uri (linux-libre-urls version)) (sha256 (base32 - "0n3lz4xnciif9v3y769q1pjs9321gvl6a2wr10r40sl1ixlk3ipz")))) + "0lgc064r18gxvya5zvv2l4dmcj7161mb34q4frlw9z02ils9d623")))) (native-inputs (let ((conf (kernel-config (or (%current-target-system) (%current-system)) -- cgit v1.2.3