From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] dehydrated: Update to version 0.7.1 Date: Sat, 19 Nov 2022 11:51:50 +0000 Message-ID: <4A2DC542-F854-4FB2-9BBE-BC8C12AE9A80@ipfire.org> In-Reply-To: <20221118225121.1361904-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7942829608106331360==" List-Id: --===============7942829608106331360== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 18 Nov 2022, at 22:51, Adolf Belka wrote: >=20 > - Update from version 0.7.0 to 0.7.1 > - Update of rootfile not required > - Changelog > ## [0.7.1] - 2022-10-31 > ## Changed > - `--force` no longer forces domain name revalidation by default, a new arg= ument `--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 necessa= ry and was causing issues with various software) > ## Fixed > - Requests resulting in `badNonce` errors are now automatically retried (fi= xes operation with LE staging servers) > - Deprecated `egrep` usage has been removed > ## Added > - Implemented EC for account keys > - Domain list now also read from domains.txt.d subdirectory (behaviour migh= t change, see docs) > - Implemented RFC 8738 (validating/signing certificates for IP addresses in= stead of domain names) support (this will not work with most public CAs, if a= ny!) >=20 > Signed-off-by: Adolf Belka > --- > lfs/dehydrated | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/lfs/dehydrated b/lfs/dehydrated > index b6ad9949a..7cd92076b 100644 > --- a/lfs/dehydrated > +++ b/lfs/dehydrated > @@ -26,7 +26,7 @@ include Config >=20 > SUMMARY =3D A client for signing certificates with an ACME server >=20 > -VER =3D 0.7.0 > +VER =3D 0.7.1 >=20 > THISAPP =3D dehydrated-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -34,7 +34,7 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D dehydrated > -PAK_VER =3D 4 > +PAK_VER =3D 5 >=20 > DEPS =3D >=20 > @@ -48,7 +48,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_BLAKE2 =3D 35a3b0b7592126ca65003a6c9eb8934a76584710d028057e5add= 7f77bb2fa3799e89a060306da3b98a62d291229a2a78f23e0f95f19e033796aee31e97b94488 > +$(DL_FILE)_BLAKE2 =3D 0b287537206936ceff33bde8bbb8ab7b13f28bf58cd29c898348= db0cf5a83157fed4535da218ac48a810a93b99474e96334a27c062c157e2f164b0e516b47111 >=20 > install : $(TARGET) >=20 > --=20 > 2.38.1 >=20 --===============7942829608106331360==--