]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
dehydrated: Update to 0.7.0
authorAdolf Belka <ahb.ipfire@gmail.com>
Mon, 21 Dec 2020 11:23:57 +0000 (12:23 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 21 Dec 2020 16:35:15 +0000 (16:35 +0000)
- Update dehydrated from 0.6.5 to 0.7.0
- No changes to the rootfiles
- This update patch also addresses bug #12425
The changes from the interim patch mentioned in bug #12425 are included into this update
- Changes for all releases can be found at https://github.com/dehydrated-io/dehydrated/releases
- Changes for this version update
    Added
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

    Fixed
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)

    Changed
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

Signed-off-by: Adolf Belka <ahb.ipfire@gmail.com>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/dehydrated

index 34b938c1311c5cc8f20e84db541f6e2c4d6e6b7b..c2c3a9e005b9d02696036bf89df50f102e918f3a 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.6.5
+VER        = 0.7.0
 
 THISAPP    = dehydrated-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = dehydrated
-PAK_VER    = 3
+PAK_VER    = 4
 
 DEPS       =
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = cedf07369517c317c4e1075540b94699
+$(DL_FILE)_MD5 = a23c9f7a475b9d690e788ee13dd8f14a
 
 install : $(TARGET)