gnu: tls: Use HTTPS for home pages where possible.
* gnu/packages/tls.scm (openssl, p11-kit, python-acme)[home-page]: Use HTTPS instead of HTTP, irony.master
parent
af63f03f27
commit
4631e6c9cd
|
@ -140,7 +140,7 @@ in intelligent transportation networks.")
|
||||||
("libtasn1" ,libtasn1)))
|
("libtasn1" ,libtasn1)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--without-trust-paths")))
|
`(#:configure-flags '("--without-trust-paths")))
|
||||||
(home-page "http://p11-glue.freedesktop.org/p11-kit.html")
|
(home-page "https://p11-glue.freedesktop.org/p11-kit.html")
|
||||||
(synopsis "PKCS#11 library")
|
(synopsis "PKCS#11 library")
|
||||||
(description
|
(description
|
||||||
"p11-kit provides a way to load and enumerate PKCS#11 modules. It
|
"p11-kit provides a way to load and enumerate PKCS#11 modules. It
|
||||||
|
@ -396,7 +396,7 @@ required structures.")
|
||||||
(description
|
(description
|
||||||
"OpenSSL is an implementation of SSL/TLS.")
|
"OpenSSL is an implementation of SSL/TLS.")
|
||||||
(license license:openssl)
|
(license license:openssl)
|
||||||
(home-page "http://www.openssl.org/")))
|
(home-page "https://www.openssl.org/")))
|
||||||
|
|
||||||
;; Fixes CVE-2017-3735, CVE-2017-3736, CVE-2017-3737, and CVE-2017-3738.
|
;; Fixes CVE-2017-3735, CVE-2017-3736, CVE-2017-3737, and CVE-2017-3738.
|
||||||
;; See <https://www.openssl.org/news/cl102.txt>.
|
;; See <https://www.openssl.org/news/cl102.txt>.
|
||||||
|
@ -568,7 +568,7 @@ netcat implementation that supports TLS.")
|
||||||
("python-pyasn1" ,python-pyasn1)
|
("python-pyasn1" ,python-pyasn1)
|
||||||
("python-cryptography" ,python-cryptography)
|
("python-cryptography" ,python-cryptography)
|
||||||
("python-pyopenssl" ,python-pyopenssl)))
|
("python-pyopenssl" ,python-pyopenssl)))
|
||||||
(home-page "https://github.com/letsencrypt/letsencrypt")
|
(home-page "https://github.com/certbot/certbot")
|
||||||
(synopsis "ACME protocol implementation in Python")
|
(synopsis "ACME protocol implementation in Python")
|
||||||
(description "ACME protocol implementation in Python")
|
(description "ACME protocol implementation in Python")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
Reference in New Issue