Archived
1
0
Fork 0

gnu: iptables: Update to 1.8.7.

* gnu/packages/linux.scm (iptables): Update to 1.8.7.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-18 01:30:23 +01:00
parent c65e3c9d41
commit ca16ca5428
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2211,7 +2211,7 @@ external rate conversion.")
(define-public iptables (define-public iptables
(package (package
(name "iptables") (name "iptables")
(version "1.8.6") (version "1.8.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2220,7 +2220,7 @@ external rate conversion.")
(string-append "https://www.netfilter.org/projects/iptables/" (string-append "https://www.netfilter.org/projects/iptables/"
"files/iptables-" version ".tar.bz2"))) "files/iptables-" version ".tar.bz2")))
(sha256 (sha256
(base32 "0rvp0k8a72h2snrdx48cfn75bfa0ycrd2xl3kjysbymq7q6gxx50")))) (base32 "1w6qx3sxzkv80shk21f63rq41c84irpx68k62m2cv629n1mwj2f1"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)