All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] package/openconnect: add CPE vendor
@ 2025-08-12 10:01 Titouan Christophe via buildroot
  2025-08-12 10:01 ` [Buildroot] [PATCH 2/4] package/rrdtool: mark CPE as valid Titouan Christophe via buildroot
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Titouan Christophe via buildroot @ 2025-08-12 10:01 UTC (permalink / raw)
  To: buildroot

infradead is a valid CPE vendor for openconnect, see
https://nvd.nist.gov/products/cpe/detail/2877E5FD-6361-465D-81D7-AE1EBB3E059F

Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
---
 package/openconnect/openconnect.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/openconnect/openconnect.mk b/package/openconnect/openconnect.mk
index 3fd9f990b0..73716d708e 100644
--- a/package/openconnect/openconnect.mk
+++ b/package/openconnect/openconnect.mk
@@ -9,6 +9,7 @@ OPENCONNECT_SITE = https://www.infradead.org/openconnect/download
 OPENCONNECT_DEPENDENCIES = host-pkgconf libxml2 zlib
 OPENCONNECT_LICENSE = LGPL-2.1
 OPENCONNECT_LICENSE_FILES = COPYING.LGPL
+OPENCONNECT_CPE_ID_VENDOR = infradead
 OPENCONNECT_CONF_OPTS = \
 	--disable-dsa-tests \
 	--with-vpnc-script=/etc/vpnc/vpnc-script \
-- 
2.50.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-08-21 19:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-12 10:01 [Buildroot] [PATCH 1/4] package/openconnect: add CPE vendor Titouan Christophe via buildroot
2025-08-12 10:01 ` [Buildroot] [PATCH 2/4] package/rrdtool: mark CPE as valid Titouan Christophe via buildroot
2025-08-12 10:01 ` [Buildroot] [PATCH 3/4] package/openocd: add CPE vendor and product Titouan Christophe via buildroot
2025-08-12 10:01 ` [Buildroot] [PATCH 4/4] package/libcue: add CPE vendor Titouan Christophe via buildroot
2025-08-16 20:55 ` [Buildroot] [PATCH 1/4] package/openconnect: " Thomas Petazzoni via buildroot
2025-08-21 19:20 ` Thomas Perale via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.