From 350261e5b9534271ac5a6f4803ac85714cf157cd Mon Sep 17 00:00:00 2001 From: Thomas Perale Date: Mon, 29 Dec 2025 10:07:07 +0100 Subject: [PATCH] package/x11vnc: add CVE trailer in patch Since Buildroot commit [1] the patches that fixes a security vulnerability needs to reference the fixed vulnerability. This patch adds the relevant information to the patch header. [1] 1167d0ff3d docs/manual: mention CVE trailer Signed-off-by: Thomas Perale Signed-off-by: Thomas Petazzoni (cherry picked from commit 6244163284a05ae38a819abcb7b65e03b04102dd) Signed-off-by: Thomas Perale --- ...02-scan-limit-access-to-shared-memory-segments-to-curre.patch | 1 + 1 file changed, 1 insertion(+) diff --git a/package/x11vnc/0002-scan-limit-access-to-shared-memory-segments-to-curre.patch b/package/x11vnc/0002-scan-limit-access-to-shared-memory-segments-to-curre.patch index 05977375d8..015a8c4c41 100644 --- a/package/x11vnc/0002-scan-limit-access-to-shared-memory-segments-to-curre.patch +++ b/package/x11vnc/0002-scan-limit-access-to-shared-memory-segments-to-curre.patch @@ -3,6 +3,7 @@ From: =?UTF-8?q?Gu=C3=A9nal=20DAVALAN?= Date: Wed, 18 Nov 2020 08:40:45 +0100 Subject: [PATCH] scan: limit access to shared memory segments to current user +CVE: CVE-2020-29074 Upstream: https://github.com/LibVNC/x11vnc/commit/69eeb9f7baa14ca03b16c9de821f9876def7a36a Signed-off-by: Fabrice Fontaine ---