diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-11-16 16:07:40 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-17 11:38:20 -0800 |
| commit | b4ec1dc4688dc90f6d8b4d5247b214626fc4ff8b (patch) | |
| tree | 041efb34187b55b9b2498c38acafd735f07c6cc6 | |
| parent | 0203082de10b7e0b324fb75fe33ce3ca3b1d8796 (diff) | |
| download | meta-openembedded-b4ec1dc4688dc90f6d8b4d5247b214626fc4ff8b.tar.gz | |
openvpn: upgrade 2.6.6 -> 2.6.7
Changelog:
============
dco: fix crash when --multihome is used with --proto tcp
Mock openvpn_exece on win32 also for test_tls_crypt
Add warning for the --show-groups command that some groups are missing
Print peer temporary key details
Add warning if a p2p NCP client connects to a p2mp server
Remove openssl engine method for loading the key
Remove saving initial frame code
Double check that we do not use a freed buffer when freeing a session
Fix using to_link buffer after freed
GHA: do not trigger builds in openvpn-build anymore
GHA: new workflow to submit scan to Coverity Scan service
buffer: use memcpy in buf_catrunc
vcpkg-ports/pkcs11-helper: Backport MinGW series from master to release/2.6
CMake: backport CMake buildsystem from master to release/2.6
Remove all traces of the previous MSVC build system
doc: fix argument name in --route-delay documentation
dns option: remove support for exclude-domains
Warn user if INFO control command is too long
dco-win: get driver version
dco: warn if DATA_V1 packets are sent to userspace
Make cert_data.h and test_cryptoapi/pkcs11.c MSVC compliant
Log OpenSSL errors on failure to set certificate
configure: disable engines if OPENSSL_NO_ENGINE is defined
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/openvpn/openvpn_2.6.7.bb (renamed from meta-networking/recipes-support/openvpn/openvpn_2.6.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.6.6.bb b/meta-networking/recipes-support/openvpn/openvpn_2.6.7.bb index 3688ce4091..323abe32c4 100644 --- a/meta-networking/recipes-support/openvpn/openvpn_2.6.6.bb +++ b/meta-networking/recipes-support/openvpn/openvpn_2.6.7.bb | |||
| @@ -14,7 +14,7 @@ SRC_URI = "http://swupdate.openvpn.org/community/releases/${BP}.tar.gz \ | |||
| 14 | 14 | ||
| 15 | UPSTREAM_CHECK_URI = "https://openvpn.net/community-downloads" | 15 | UPSTREAM_CHECK_URI = "https://openvpn.net/community-downloads" |
| 16 | 16 | ||
| 17 | SRC_URI[sha256sum] = "3b074f392818b31aa529b84f76e8b5e4ad03fca764924f46d906bceaaf421034" | 17 | SRC_URI[sha256sum] = "ee9877340b1d8de47eb5b52712c3366855fa6a4a1955bf950c68577bd2039913" |
| 18 | 18 | ||
| 19 | CVE_STATUS[CVE-2020-27569] = "not-applicable-config: Applies only Aviatrix OpenVPN client, not openvpn" | 19 | CVE_STATUS[CVE-2020-27569] = "not-applicable-config: Applies only Aviatrix OpenVPN client, not openvpn" |
| 20 | 20 | ||
