mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/tmux: security bump to version 3.6b
https://raw.githubusercontent.com/tmux/tmux/3.6b/CHANGES
https://github.com/tmux/tmux/issues/5109
Fixes CVE-2026-11623: https://seclists.org/oss-sec/2026/q2/934
Switched to tarball hash provided by upstream.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
(cherry picked from commit 28c6fc47b4)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
dbe1e0f6ca
commit
cfb6bea3ff
@@ -1,3 +1,4 @@
|
||||
# From https://github.com/tmux/tmux/releases/tag/3.6b
|
||||
sha256 390759d25fdba016887ec982b808927e637070fd7d03a8021f8ef3102b9ae3c7 tmux-3.6b.tar.gz
|
||||
# Locally computed:
|
||||
sha256 b6d8d9c76585db8ef5fa00d4931902fa4b8cbe8166f528f44fc403961a3f3759 tmux-3.6a.tar.gz
|
||||
sha256 c031bd37f464c534277814f6aa38686fa023d094261d57fd2545ad592bb53ccd COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TMUX_VERSION = 3.6a
|
||||
TMUX_VERSION = 3.6b
|
||||
TMUX_SITE = https://github.com/tmux/tmux/releases/download/$(TMUX_VERSION)
|
||||
TMUX_LICENSE = ISC
|
||||
TMUX_LICENSE_FILES = COPYING
|
||||
|
||||
Reference in New Issue
Block a user