From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] dehydrated: Update to 0.7.0 Date: Mon, 21 Dec 2020 12:23:57 +0100 Message-ID: <20201221112357.3636713-1-ahb.ipfire@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7307959032203507546==" List-Id: --===============7307959032203507546== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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/d= ehydrated/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 arc= hiving 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 --- lfs/dehydrated | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/dehydrated b/lfs/dehydrated index 34b938c13..c2c3a9e00 100644 --- a/lfs/dehydrated +++ b/lfs/dehydrated @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 0.6.5 +VER =3D 0.7.0 =20 THISAPP =3D dehydrated-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D dehydrated -PAK_VER =3D 3 +PAK_VER =3D 4 =20 DEPS =3D =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D cedf07369517c317c4e1075540b94699 +$(DL_FILE)_MD5 =3D a23c9f7a475b9d690e788ee13dd8f14a =20 install : $(TARGET) =20 --=20 2.29.2 --===============7307959032203507546==--