pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/dehydrated
Module Name: pkgsrc
Committed By: nils
Date: Sun Apr 23 17:45:42 UTC 2023
Modified Files:
pkgsrc/security/dehydrated: Makefile PLIST distinfo
Log Message:
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!)
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/dehydrated/Makefile \
pkgsrc/security/dehydrated/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/dehydrated/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/dehydrated/Makefile
diff -u pkgsrc/security/dehydrated/Makefile:1.4 pkgsrc/security/dehydrated/Makefile:1.5
--- pkgsrc/security/dehydrated/Makefile:1.4 Fri May 22 05:47:52 2020
+++ pkgsrc/security/dehydrated/Makefile Sun Apr 23 17:45:42 2023
@@ -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@localhost
-HOMEPAGE= https://github.com/lukas2511/dehydrated
+HOMEPAGE= https://dehydrated.io/
COMMENT= Letsencrypt/acme client implemented as a shell-script
LICENSE= mit
Index: pkgsrc/security/dehydrated/distinfo
diff -u pkgsrc/security/dehydrated/distinfo:1.4 pkgsrc/security/dehydrated/distinfo:1.5
--- pkgsrc/security/dehydrated/distinfo:1.4 Tue Oct 26 11:17:03 2021
+++ pkgsrc/security/dehydrated/distinfo Sun Apr 23 17:45:42 2023
@@ -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
Index: pkgsrc/security/dehydrated/PLIST
diff -u pkgsrc/security/dehydrated/PLIST:1.2 pkgsrc/security/dehydrated/PLIST:1.3
--- pkgsrc/security/dehydrated/PLIST:1.2 Tue Aug 20 21:50:56 2019
+++ pkgsrc/security/dehydrated/PLIST Sun Apr 23 17:45:42 2023
@@ -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
Home |
Main Index |
Thread Index |
Old Index