me
/
guix
Archived
1
0
Fork 0

gnu: ipset: Use HTTPS home page.

* gnu/packages/linux.scm (ipset)[source, home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2020-11-23 01:03:11 +01:00
parent c22ef8dd06
commit 079bdcddd4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -7587,7 +7587,7 @@ receiving. It is dedicated to the PL011 UART of the Raspberry Pi.")
(version "7.7") (version "7.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://ipset.netfilter.org/ipset-" version ".tar.bz2")) (uri (string-append "https://ipset.netfilter.org/ipset-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0ckc678l1431mb0q5ilfgy0ajjwi8n135c72h606imm43dc0v9a5")))) "0ckc678l1431mb0q5ilfgy0ajjwi8n135c72h606imm43dc0v9a5"))))
@ -7598,7 +7598,7 @@ receiving. It is dedicated to the PL011 UART of the Raspberry Pi.")
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(arguments (arguments
`(#:configure-flags '("--with-kmod=no"))) `(#:configure-flags '("--with-kmod=no")))
(home-page "http://ipset.netfilter.org/") (home-page "https://ipset.netfilter.org/")
(synopsis "Administration tool for IP sets") (synopsis "Administration tool for IP sets")
(description "IP sets are a framework inside the Linux 2.4.x and 2.6.x kernel which (description "IP sets are a framework inside the Linux 2.4.x and 2.6.x kernel which
can be administered by the ipset utility. Depending on the type, can be administered by the ipset utility. Depending on the type,