From 6710d6e3ca55c114fdd1446d11331969b44038ac Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sat, 6 Feb 2021 12:07:50 +0100 Subject: [PATCH] package/tmux: set TMUX_CPE_ID_VALID cpe:2.3:a:tmux_project:tmux is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Atmux_project%3Atmux Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN --- package/tmux/tmux.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/tmux/tmux.mk b/package/tmux/tmux.mk index 00e77ad762..17e1da5607 100644 --- a/package/tmux/tmux.mk +++ b/package/tmux/tmux.mk @@ -8,6 +8,7 @@ TMUX_VERSION = 2.9a TMUX_SITE = https://github.com/tmux/tmux/releases/download/$(TMUX_VERSION) TMUX_LICENSE = ISC TMUX_LICENSE_FILES = COPYING +TMUX_CPE_ID_VALID = YES TMUX_DEPENDENCIES = libevent ncurses host-pkgconf # 0001-Do-not-write-after-the-end-of-the-array-and-overwrit.patch -- 2.30.2