[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/13: gnu: iptables: Update to 1.8.6.
From: |
guix-commits |
Subject: |
05/13: gnu: iptables: Update to 1.8.6. |
Date: |
Sun, 1 Nov 2020 11:57:21 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit d29f0007cb392b4cd7267ca53990b9455810bb43
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 1 17:00:51 2020 +0100
gnu: iptables: Update to 1.8.6.
* gnu/packages/linux.scm (iptables): Update to 1.8.6.
[arguments]: Remove obsolete #:phases.
---
gnu/packages/linux.scm | 19 +++----------------
1 file changed, 3 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1712604..d25e46c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2182,8 +2182,7 @@ external rate conversion.")
(define-public iptables
(package
(name "iptables")
- ;; XXX When updating, remove the ‘install-missing-script’ phase.
- (version "1.8.5")
+ (version "1.8.6")
(source
(origin
(method url-fetch)
@@ -2192,7 +2191,7 @@ external rate conversion.")
(string-append "https://www.netfilter.org/projects/iptables/"
"files/iptables-" version ".tar.bz2")))
(sha256
- (base32 "02a3575ypdpg6a2x752mhk3f7h1381ymkq1n0gss6fp6292xfmyl"))))
+ (base32 "0rvp0k8a72h2snrdx48cfn75bfa0ycrd2xl3kjysbymq7q6gxx50"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
@@ -2204,19 +2203,7 @@ external rate conversion.")
(arguments
'(#:tests? #f ; no test suite
#:configure-flags ; add $libdir to the RUNPATH of executables
- (list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))
- #:phases
- (modify-phases %standard-phases
- (add-after 'install 'install-missing-script
- ;; A typo prevents installation of /sbin/iptables-apply. It's been
- ;; fixed upstream (d4ed0c741fc789bb09d977d74d30875fdd50d08b), but
- ;; a patch would require bootstrapping and more inputs. Simply copy
- ;; the file ourselves.
- (lambda* (#:key outputs #:allow-other-keys)
- (let* ((out (assoc-ref outputs "out"))
- (sbin (string-append out "/sbin")))
- (install-file "iptables/iptables-apply" sbin)
- #t))))))
+ (list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))))
(home-page "https://www.netfilter.org/projects/iptables/index.html")
(synopsis "Programs to configure Linux IP packet filtering rules")
(description
- branch master updated (34f7c5b -> eaae3e1), guix-commits, 2020/11/01
- 01/13: gnu: wolf-shaper: Update to 0.1.8., guix-commits, 2020/11/01
- 02/13: gnu: lxtask: Update to 0.1.10., guix-commits, 2020/11/01
- 03/13: gnu: nvme-cli: Update to 1.13., guix-commits, 2020/11/01
- 04/13: gnu: btrfs-progs: Update to 5.9., guix-commits, 2020/11/01
- 05/13: gnu: iptables: Update to 1.8.6.,
guix-commits <=
- 06/13: gnu: ipset: Update to 7.7., guix-commits, 2020/11/01
- 08/13: gnu: libnftnl: Update to 1.1.8., guix-commits, 2020/11/01
- 10/13: gnu: fetchmail: Update to 6.4.13., guix-commits, 2020/11/01
- 11/13: gnu: konversation: Update to 1.7.7., guix-commits, 2020/11/01
- 12/13: gnu: xfsprogs: Update to 5.9.0., guix-commits, 2020/11/01
- 07/13: gnu: usbutils: Update to 013., guix-commits, 2020/11/01
- 13/13: gnu: krita: Update to 4.4.1., guix-commits, 2020/11/01
- 09/13: gnu: nftables: Update to 0.9.7., guix-commits, 2020/11/01