[Buildroot] [git commit] package/tmux: set TMUX_CPE_ID_VALID
From: Yann E. MORIN <hidden>
Date: 2021-02-06 13:51:26
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Yann E. MORIN <hidden>
Date: 2021-02-06 13:51:26
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=6710d6e3ca55c114fdd1446d11331969b44038ac branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master 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 <redacted> Signed-off-by: Yann E. MORIN <redacted> --- 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