From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] openvpn: Update to version 2.5.8 Date: Mon, 21 Nov 2022 08:27:46 +0000 Message-ID: <57828c2b-3f45-8fc2-e860-03e36d9f1d07@ipfire.org> In-Reply-To: <20221119214837.3386838-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8183480051377230675==" List-Id: --===============8183480051377230675== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version 2.5.7 to 2.5.8 > - Update of rootfile not required > - Changelog > Version 2.5.8 > tls-crypt-v2: bail out if the client key is too small > Remove useless empty line from CR_RESPONSE message > Allow running a default configuration with TLS libraries without BF-C= BC > Change command help to match man page and implementation > Fix OpenVPN querying user/password if auth-token with user expires > t_client: Allow to force FAIL on prerequisite fails > t_client.sh: do not require fping6 > Preparing release 2.5.8 > msvc: add branch name and commit hash to version output > Update the replay-window backtrack log message > Do not skip ERROR:/SUCCESS: response from management interface > Fix auth-token usage with management-def-auth > Allow a few levels of recursion in virtual_output_callback() > Ensure --auth-nocache is handled during renegotiation > Purge auth-token as well while purging passwords > Do not copy auth_token username to itself >=20 > Signed-off-by: Adolf Belka > --- > lfs/openvpn | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/openvpn b/lfs/openvpn > index 0483ac311..db2246206 100644 > --- a/lfs/openvpn > +++ b/lfs/openvpn > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 2.5.7 > +VER =3D 2.5.8 > =20 > THISAPP =3D openvpn-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D f5db74445d080f191b09a4ff5512712973fa6c3a6662479e11d2= 398e5e01c45eba5d50faa3301c715066dd0eb2f7d8702ceefc68d9edb1af264ec699710f8e5c > +$(DL_FILE)_BLAKE2 =3D d029f6facd94a82aa28765cab340130dd4e5a4ffc2e0ccf3bf48= 88aee52d337126c21fdd7304dbaad5fe67d0a1f8d44e5a3c44801dcfa935aef200675ac5167f > =20 > install : $(TARGET) > =20 --===============8183480051377230675==--