Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
This commit is contained in:
@@ -4,15 +4,13 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TMUX_VERSION = 2.9a
|
||||
TMUX_VERSION = 3.1c
|
||||
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
|
||||
TMUX_IGNORE_CVES += CVE-2020-27347
|
||||
|
||||
# Add /usr/bin/tmux to /etc/shells otherwise some login tools like dropbear
|
||||
# can reject the user connection. See man shells.
|
||||
define TMUX_ADD_TMUX_TO_SHELLS
|
||||
|
||||
Reference in New Issue
Block a user