diff mbox series

[meta-networking] openvpn: upgrade 2.6.6 -> 2.6.7

Message ID 1700122060-21795-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-networking] openvpn: upgrade 2.6.6 -> 2.6.7 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 16, 2023, 8:07 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../openvpn/{openvpn_2.6.6.bb => openvpn_2.6.7.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-support/openvpn/{openvpn_2.6.6.bb => openvpn_2.6.7.bb} (97%)

Comments

Khem Raj Nov. 20, 2023, 3:50 a.m. UTC | #1
On Thu, 16 Nov 2023 16:07:40 +0800, wangmy@fujitsu.com wrote:
> 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
> 
> [...]

Applied, thanks!

[1/1] openvpn: upgrade 2.6.6 -> 2.6.7
      commit: b4ec1dc4688dc90f6d8b4d5247b214626fc4ff8b

Best regards,
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.6.6.bb b/meta-networking/recipes-support/openvpn/openvpn_2.6.7.bb
similarity index 97%
rename from meta-networking/recipes-support/openvpn/openvpn_2.6.6.bb
rename to meta-networking/recipes-support/openvpn/openvpn_2.6.7.bb
index 3688ce409..323abe32c 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 \
 
 UPSTREAM_CHECK_URI = "https://openvpn.net/community-downloads"
 
-SRC_URI[sha256sum] = "3b074f392818b31aa529b84f76e8b5e4ad03fca764924f46d906bceaaf421034"
+SRC_URI[sha256sum] = "ee9877340b1d8de47eb5b52712c3366855fa6a4a1955bf950c68577bd2039913"
 
 CVE_STATUS[CVE-2020-27569] = "not-applicable-config: Applies only Aviatrix OpenVPN client, not openvpn"