diff options
Diffstat (limited to 'gnu/packages/tls.scm')
-rw-r--r-- | gnu/packages/tls.scm | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 09e65d9037..a72feb41ed 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -133,7 +133,7 @@ in intelligent transportation networks.") ("libtasn1" ,libtasn1))) (arguments `(#: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") (description "p11-kit provides a way to load and enumerate PKCS#11 modules. It @@ -388,7 +388,7 @@ required structures.") (description "OpenSSL is an implementation of SSL/TLS.") (license license:openssl) - (home-page "http://www.openssl.org/"))) + (home-page "https://www.openssl.org/"))) (define-public openssl-next (package @@ -503,13 +503,13 @@ netcat implementation that supports TLS.") (package (name "python-acme") ;; Remember to update the hash of certbot when updating python-acme. - (version "0.20.0") + (version "0.21.0") (source (origin (method url-fetch) (uri (pypi-uri "acme" version)) (sha256 (base32 - "1md3llp6640dviv9bzyy7qzn3szxil38645cjqcg7hlcdknil4j5")))) + "0kalcz8xc0z8azh3v3a8h27clwy4wh5lx6w8zac1rchbghkawknn")))) (build-system python-build-system) (arguments `(#:phases @@ -534,14 +534,15 @@ netcat implementation that supports TLS.") ("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme) ("texinfo" ,texinfo))) (propagated-inputs - `(("python-six" ,python-six) + `(("python-josepy" ,python-josepy) + ("python-six" ,python-six) ("python-requests" ,python-requests) ("python-pytz" ,python-pytz) ("python-pyrfc3339" ,python-pyrfc3339) ("python-pyasn1" ,python-pyasn1) ("python-cryptography" ,python-cryptography) ("python-pyopenssl" ,python-pyopenssl))) - (home-page "https://github.com/letsencrypt/letsencrypt") + (home-page "https://github.com/certbot/certbot") (synopsis "ACME protocol implementation in Python") (description "ACME protocol implementation in Python") (license license:asl2.0))) @@ -557,7 +558,7 @@ netcat implementation that supports TLS.") (uri (pypi-uri name version)) (sha256 (base32 - "126y6jg1nyd8js2jchl4dbmpg507hawaxnyw7510qh7vcidm1gya")))) + "0msqm3ils193m56h4c9866rg8ib50g0wag0i30sffbs6sd335jh7")))) (build-system python-build-system) (arguments `(,@(substitute-keyword-arguments (package-arguments python-acme) |