Update dehydrated to version 0.7.1.

Pkgsrc changes :
 * Project has a new home : updated distfile URL and homepage ;
 * Updated PLIST following the removal of a file ;
 * Updated checksums.

Upstream changes :
 * version 0.7.0 :
   - Support for external account bindings
   - Special support for ZeroSSL
   - Support presets for some CAs instead of requiring URLs
   - Allow requesting preferred chain (--preferred-chain)
   - Added method to show CAs current terms of service (--display-terms)
   - Allow setting path to domains.txt using cli arguments (--domains-txt)
   - Added new cli command --cleanupdelete which deletes old files instead of
     archiving them
   - No more silent failures on broken hook-scripts
   - Better error-handling with KEEP_GOING enabled
   - Check actual order status instead of assuming it's valid
   - Don't include keyAuthorization in challenge validation (RFC compliance)
   - Using EC secp384r1 as default certificate type
   - Use JSON.sh to parse JSON
   - Use account URL instead of account ID (RFC compliance)
   - Dehydrated now has a new home: https://github.com/dehydrated-io/dehydrated
   - Added OCSP_FETCH and OCSP_DAYS to per-certificate configurable options
   - Cleanup now also removes dangling symlinks

 * version 0.7.1 :
   - --force no longer forces domain name revalidation by default, a new
     argument --force-validation has been added for that
   - Added support for EC secp521r1 algorithm (works with e.g. zerossl)
   - EC PARAMETERS are no longer written to privkey.pem (didn't seem necessary
     and was causing issues with various software)
   - Requests resulting in badNonce errors are now automatically retried (fixes
     operation with LE staging servers)
   - Deprecated egrep usage has been removed
   - Implemented EC for account keys
   - Domain list now also read from domains.txt.d subdirectory (behaviour might
     change, see docs)
   - Implemented RFC 8738 (validating/signing certificates for IP addresses
     instead of domain names) support (this will not work with most
     public CAs, if any!)
This commit is contained in:
nils 2023-04-23 17:45:42 +00:00
parent b537a2dcd0
commit 0137fbe815
3 changed files with 9 additions and 10 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.4 2020/05/22 05:47:52 rillig Exp $
# $NetBSD: Makefile,v 1.5 2023/04/23 17:45:42 nils Exp $
DISTNAME= dehydrated-0.6.5
DISTNAME= dehydrated-0.7.1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=lukas2511/}
MASTER_SITES= ${MASTER_SITE_GITHUB:=dehydrated-io/}
MAINTAINER= nils@NetBSD.org
HOMEPAGE= https://github.com/lukas2511/dehydrated
HOMEPAGE= https://dehydrated.io/
COMMENT= Letsencrypt/acme client implemented as a shell-script
LICENSE= mit

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2019/08/20 21:50:56 nils Exp $
@comment $NetBSD: PLIST,v 1.3 2023/04/23 17:45:42 nils Exp $
bin/dehydrated
share/doc/dehydrated/CHANGELOG
share/doc/dehydrated/LICENSE
@ -8,7 +8,6 @@ share/doc/dehydrated/dns-verification.md
share/doc/dehydrated/domains_txt.md
share/doc/dehydrated/ecc.md
share/doc/dehydrated/hook_chain.md
share/doc/dehydrated/import-from-official-client.md
share/doc/dehydrated/per-certificate-config.md
share/doc/dehydrated/staging.md
share/doc/dehydrated/tls-alpn.md

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2021/10/26 11:17:03 nia Exp $
$NetBSD: distinfo,v 1.5 2023/04/23 17:45:42 nils Exp $
BLAKE2s (dehydrated-0.6.5.tar.gz) = 038507230c5f05984ef495082328807ce63febb2cca7f879e741ac0b79af4d71
SHA512 (dehydrated-0.6.5.tar.gz) = da8ff3ecb7ddeb25356469fa272aef4e7c3705049caf88d09656dbc4baf29e0efa135e6f154c78cec82da17a27a78f2145ee3b7bd71521a080e10550d09b8a53
Size (dehydrated-0.6.5.tar.gz) = 82274 bytes
BLAKE2s (dehydrated-0.7.1.tar.gz) = 1ca1089411d9f07690dc52d1ea1d7806eed9acc58f3c535ac7f4c5421795e897
SHA512 (dehydrated-0.7.1.tar.gz) = 1d584c3876cdc1ef213b2feb02e15d2b47ef2b6504e8a837ad45d9d14929a82de28bee7395a75659721ae18bd8f26f4f2759ad8eaef66c671c7085c9859f6555
Size (dehydrated-0.7.1.tar.gz) = 120575 bytes