* [PATCH] openvpn: Update to version 2.5.7
@ 2022-08-24 7:51 Adolf Belka
2022-09-11 13:59 ` Peter Müller
0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2022-08-24 7:51 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2293 bytes --]
- 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(a)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)
--
2.37.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] openvpn: Update to version 2.5.7
2022-08-24 7:51 [PATCH] openvpn: Update to version 2.5.7 Adolf Belka
@ 2022-09-11 13:59 ` Peter Müller
0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-09-11 13:59 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2449 bytes --]
Reviewed-by: Peter Müller <peter.mueller(a)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(a)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)
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-09-11 13:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-24 7:51 [PATCH] openvpn: Update to version 2.5.7 Adolf Belka
2022-09-11 13:59 ` Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox