diff options
author | Petr Gotthard <petr.gotthard@advantech.cz> | 2023-03-10 22:38:48 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-10 17:21:15 -0800 |
commit | 4138f34899b945ebf3e04f86ade3e3dd1055befd (patch) | |
tree | 810f227c2873b9b438a4dcc5425f71e394327f20 /meta-networking | |
parent | 28f84055da4ecb54cdff8c47c139dcbad8f4d9ef (diff) | |
download | meta-openembedded-4138f34899b945ebf3e04f86ade3e3dd1055befd.tar.gz |
openvpn: upgrade 2.6.0 -> 2.6.1
Changelog:
https://github.com/OpenVPN/openvpn/blob/v2.6.1/Changes.rst
Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/openvpn/openvpn_2.6.1.bb (renamed from meta-networking/recipes-support/openvpn/openvpn_2.6.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.6.0.bb b/meta-networking/recipes-support/openvpn/openvpn_2.6.1.bb index c8ab6cb467..20dac798bd 100644 --- a/meta-networking/recipes-support/openvpn/openvpn_2.6.0.bb +++ b/meta-networking/recipes-support/openvpn/openvpn_2.6.1.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] = "ebec933263c9850ef6f7ce125e2f22214be60b1cbb8ccff18892643fe083ae8f" | 17 | SRC_URI[sha256sum] = "8cbc4fd8ce27b85107b449833c3b30fb05f1ca3c81b46a0ba8658036944266bc" |
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" |