mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
openvpn: upgrade 2.7.0 -> 2.7.4
drop upstreamed cross-compile test patch This release already guards the auth-pam unit test TESTS assignment with "if !CROSS_COMPILING" in tests/unit_tests/plugins/auth-pam/Makefile.am Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
-34
@@ -1,34 +0,0 @@
|
||||
From 93f7f6ca0c916427d28610d3e263fa556587532d Mon Sep 17 00:00:00 2001
|
||||
From: Haixiao Yan <haixiao.yan.cn@windriver.com>
|
||||
Date: Thu, 26 Mar 2026 13:43:50 +0800
|
||||
Subject: [PATCH] tests: skip test execution when cross-compiling
|
||||
|
||||
The auth-pam unit test Makefile.am unconditionally assigns the TESTS variable,
|
||||
causing test execution to fail during cross-compilation because the target
|
||||
binaries are not executable on the build host.
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Haixiao Yan <haixiao.yan.cn@windriver.com>
|
||||
---
|
||||
tests/unit_tests/plugins/auth-pam/Makefile.am | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/tests/unit_tests/plugins/auth-pam/Makefile.am b/tests/unit_tests/plugins/auth-pam/Makefile.am
|
||||
index ba32013ac920..7da299ccde92 100644
|
||||
--- a/tests/unit_tests/plugins/auth-pam/Makefile.am
|
||||
+++ b/tests/unit_tests/plugins/auth-pam/Makefile.am
|
||||
@@ -4,8 +4,10 @@ AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING) auth_pam Plugin Unit-Tests
|
||||
|
||||
if ENABLE_PLUGIN_AUTH_PAM
|
||||
check_PROGRAMS = auth_pam_testdriver
|
||||
+if !CROSS_COMPILING
|
||||
TESTS = $(check_PROGRAMS)
|
||||
endif
|
||||
+endif
|
||||
|
||||
auth_pam_testdriver_SOURCES = test_search_and_replace.c $(top_srcdir)/src/plugins/auth-pam/utils.h $(top_srcdir)/src/plugins/auth-pam/utils.c
|
||||
auth_pam_testdriver_CFLAGS = @TEST_CFLAGS@ -I$(top_srcdir)/src/plugins/auth-pam
|
||||
--
|
||||
2.43.0
|
||||
|
||||
+1
-2
@@ -9,14 +9,13 @@ inherit autotools systemd update-rc.d pkgconfig ptest
|
||||
|
||||
SRC_URI = "http://swupdate.openvpn.org/community/releases/${BP}.tar.gz \
|
||||
file://0001-configure.ac-eliminate-build-path-from-openvpn-versi.patch \
|
||||
file://0001-tests-skip-test-execution-when-cross-compiling.patch \
|
||||
file://openvpn \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://openvpn.net/community-downloads"
|
||||
|
||||
SRC_URI[sha256sum] = "2f0e10eb272be61e8fb25fe1cfa20875ff30ac857ef1418000c02290bd6dfa45"
|
||||
SRC_URI[sha256sum] = "18db05f3d5eee3663db1914590044e5f96ff5cd47b6e7846c6a350806c23dbce"
|
||||
|
||||
CVE_STATUS[CVE-2020-27569] = "not-applicable-config: Applies only Aviatrix OpenVPN client, not openvpn"
|
||||
|
||||
Reference in New Issue
Block a user