openvpn: Update to version 2.5.7

Message ID 20220824075101.3021-1-adolf.belka@ipfire.org
State Accepted
Commit 43ee894734eb71e7d55e42292300d48b1507e141
Headers
Series openvpn: Update to version 2.5.7 |

Commit Message

Adolf Belka Aug. 24, 2022, 7:51 a.m. UTC
  - 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 OpenSSL 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

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/openvpn | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Peter Müller Sept. 11, 2022, 1:59 p.m. UTC | #1
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>

> - 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 OpenSSL 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
> 
> Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
> ---
>  lfs/openvpn | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/openvpn b/lfs/openvpn
> index 8d6ba07ed..0483ac311 100644
> --- a/lfs/openvpn
> +++ b/lfs/openvpn
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 2.5.6
> +VER        = 2.5.7
>  
>  THISAPP    = openvpn-$(VER)
>  DL_FILE    = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_BLAKE2 = d0466d2b95dae892606b6369d2c227add1de43fb708bf1c31a3ef78b28fc37382d501cc559767c8c8358ec28b88d3eb80a0eb915d7872ce30757c7080a37fde2
> +$(DL_FILE)_BLAKE2 = f5db74445d080f191b09a4ff5512712973fa6c3a6662479e11d2398e5e01c45eba5d50faa3301c715066dd0eb2f7d8702ceefc68d9edb1af264ec699710f8e5c
>  
>  install : $(TARGET)
>
  

Patch

diff --git a/lfs/openvpn b/lfs/openvpn
index 8d6ba07ed..0483ac311 100644
--- a/lfs/openvpn
+++ b/lfs/openvpn
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 2.5.6
+VER        = 2.5.7
 
 THISAPP    = openvpn-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = d0466d2b95dae892606b6369d2c227add1de43fb708bf1c31a3ef78b28fc37382d501cc559767c8c8358ec28b88d3eb80a0eb915d7872ce30757c7080a37fde2
+$(DL_FILE)_BLAKE2 = f5db74445d080f191b09a4ff5512712973fa6c3a6662479e11d2398e5e01c45eba5d50faa3301c715066dd0eb2f7d8702ceefc68d9edb1af264ec699710f8e5c
 
 install : $(TARGET)