diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-11-07 16:29:48 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-11-09 10:17:15 -0800 |
commit | cc976ef34403e9b042f760f98500d9885d286edc (patch) | |
tree | e8fd34d8840e97f1dc2d113579a36c4d3bfd1a11 /meta-networking | |
parent | f177906504db32de89336c9ad103be490b563875 (diff) | |
download | meta-openembedded-cc976ef34403e9b042f760f98500d9885d286edc.tar.gz |
openvpn: upgrade 2.5.7 -> 2.5.8
Changelog:
==========
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-CBC
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
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/openvpn/openvpn_2.5.8.bb (renamed from meta-networking/recipes-support/openvpn/openvpn_2.5.7.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.5.7.bb b/meta-networking/recipes-support/openvpn/openvpn_2.5.8.bb index a28c73ab5..b2783d992 100644 --- a/meta-networking/recipes-support/openvpn/openvpn_2.5.7.bb +++ b/meta-networking/recipes-support/openvpn/openvpn_2.5.8.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] = "08340a389905c84196b6cd750add1bc0fa2d46a1afebfd589c24120946c13e68" | 17 | SRC_URI[sha256sum] = "a6f315b7231d44527e65901ff646f87d7f07862c87f33531daa109fb48c53db2" |
18 | 18 | ||
19 | # CVE-2020-7224 and CVE-2020-27569 are for Aviatrix OpenVPN client, not for openvpn. | 19 | # CVE-2020-7224 and CVE-2020-27569 are for Aviatrix OpenVPN client, not for openvpn. |
20 | CVE_CHECK_IGNORE += "CVE-2020-7224 CVE-2020-27569" | 20 | CVE_CHECK_IGNORE += "CVE-2020-7224 CVE-2020-27569" |