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.7 Date: Sun, 11 Sep 2022 13:59:19 +0000 Message-ID: In-Reply-To: <20220824075101.3021-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5609332883519022053==" List-Id: --===============5609332883519022053== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from version 2.5.6 to 2.5.7 > - Update of rootfile not required > - Changelog > 2.5.7. This is mostly a bugfix release, but adds limited support for Ope= nSSL 3.0. Full > support will arrive in OpenVPN 2.6. > networking: use OPENVPN_ETH_ALEN instead of ETH_ALEN > networking_iproute2: don't pass M_WARN to openvpn_execve_check() > t_net.sh: delete dummy iface using iproute command > auth-pam.c: add missing include limits.h > Add insecure tls-cert-profile options > Refactor early initialisation and uninitialisation into methods > Allow loading of non default providers > Add ubuntu 22.04 to Github Actions > Add macos OpenSSL 3.0 and ASAN builds > Add --with-openssl-engine autoconf option (auto|yes|no) > Fix allowing/showing unsupported ciphers and digests > Remove dependency on BF-CBC existance from test_ncp > Add message when decoding PKCS12 file fails. > Translate OpenSSL 3.0 digest names to OpenSSL 1.1 digest names > Fix client-pending-auth error message to say ERROR instead of SUCCESS > cipher-negotiation.rst missing from doc/Makefile.am > vcpkg-ports\pkcs11-helper: shorten patch filename > msvc: adjust build options to harden binaries > vcpkg-ports: remove openssl port > vcpkg: switch to manifest > Fix M_ERRNO behavior on Windows > vcpkg-ports/pkcs11-helper: bump to release 1.29 > tapctl: Resolve MSVC C4996 warnings >=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 8d6ba07ed..0483ac311 100644 > --- a/lfs/openvpn > +++ b/lfs/openvpn > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 2.5.6 > +VER =3D 2.5.7 > =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 d0466d2b95dae892606b6369d2c227add1de43fb708bf1c31a3e= f78b28fc37382d501cc559767c8c8358ec28b88d3eb80a0eb915d7872ce30757c7080a37fde2 > +$(DL_FILE)_BLAKE2 =3D f5db74445d080f191b09a4ff5512712973fa6c3a6662479e11d2= 398e5e01c45eba5d50faa3301c715066dd0eb2f7d8702ceefc68d9edb1af264ec699710f8e5c > =20 > install : $(TARGET) > =20 --===============5609332883519022053==--