diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-10-12 16:50:47 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-10-12 17:46:23 +0000 |
commit | a1eca979fb8da842e73c42f4f53be29b169810f2 (patch) | |
tree | 681c7283e412bb8a29c2531c4408b49c3e184764 /gnu/packages/tls.scm | |
parent | 48d86a9ec6d8d2e97da2299ea41a03ef4cdaab83 (diff) | |
parent | 371aa5777a3805a3886f3feea5f1960fe3fe4219 (diff) |
Merge remote-tracking branch 'origin/master' into core-updates-frozen.
Diffstat (limited to 'gnu/packages/tls.scm')
-rw-r--r-- | gnu/packages/tls.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 7858f06e9a..fd60ef08d3 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -1112,10 +1112,10 @@ coding footprint.") (separator #f) (files '("etc/ssl/certs/ca-certificates.crt"))))) (home-page "https://dehydrated.io/") - (synopsis "Let's Encrypt/ACME client implemented as a shell script") - (description "Dehydrated is a client for signing certificates with an -ACME-server (currently only provided by Let's Encrypt) implemented as a -relatively simple Bash script.") + (synopsis "ACME client implemented as a shell script") + (description "Dehydrated is a client for obtaining certificates from an +ACME server (such as Let's Encrypt) implemented as a relatively simple Bash +script.") (license license:expat))) (define-public go-github-com-certifi-gocertifi @@ -1180,7 +1180,7 @@ compatibility is also supported.") (define-public wolfssl (package (name "wolfssl") - (version "4.8.0") + (version "4.8.1") (source (origin (method git-fetch) (uri (git-reference @@ -1189,7 +1189,7 @@ compatibility is also supported.") (file-name (git-file-name name version)) (sha256 (base32 - "1w9gs9cq2yhj5s3diz3x1l15pgrc1pbm00jccizvcjyibmwyyf2h")))) + "0w5pd40j6h4j2f0b7c2n1n979y9qk8aln3ss2gb0jfsid1hrmx5k")))) (build-system gnu-build-system) (arguments '(#:configure-flags |