gnu: Use netfilter mirror where applicable.
* gnu/packages/linux.scm (iptables, libmnl, libnftnl)[source]: Use mirror://netfilter.org.
This commit is contained in:
parent
7c7b802cce
commit
f11ae44fa1
|
@ -1020,7 +1020,7 @@ external rate conversion.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://www.netfilter.org/projects/iptables/files/iptables-"
|
"mirror://netfilter.org/iptables/iptables-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -3726,7 +3726,7 @@ machines (PowerMac G4 is known to work).")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.netfilter.org/projects/libmnl/files/"
|
(uri (string-append "mirror://netfilter.org/libmnl/"
|
||||||
"libmnl-" version ".tar.bz2"))
|
"libmnl-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -3748,7 +3748,7 @@ re-use code and to avoid re-inventing the wheel.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.netfilter.org/projects/libnftnl/files/"
|
(uri (string-append "mirror://netfilter.org/libnftnl/"
|
||||||
"libnftnl-" version ".tar.bz2"))
|
"libnftnl-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in New Issue