mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] tmux: version bump 2.5 -> 3.4
@ 2024-07-19 14:02 Philipp Zabel
  2024-08-05  6:49 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2024-07-19 14:02 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/tmux.make | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/rules/tmux.make b/rules/tmux.make
index ce5bdb5d4c91..37441ec6a3e4 100644
--- a/rules/tmux.make
+++ b/rules/tmux.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_TMUX) += tmux
 #
 # Paths and names
 #
-TMUX_VERSION	:= 2.5
-TMUX_MD5	:= 4a5d73d96d8f11b0bdf9b6f15ab76d15
+TMUX_VERSION	:= 3.4
+TMUX_MD5	:= f6e35f957f91af5bb07cb8449228f5cd
 TMUX		:= tmux-$(TMUX_VERSION)
 TMUX_SUFFIX	:= tar.gz
 TMUX_URL	:= https://github.com/tmux/tmux/releases/download/$(TMUX_VERSION)/$(TMUX).$(TMUX_SUFFIX)
@@ -33,10 +33,14 @@ TMUX_LICENSE	:= ISC
 TMUX_CONF_TOOL	:= autoconf
 TMUX_CONF_OPT	:= \
 	$(CROSS_AUTOCONF_USR) \
+	--disable-fuzzing \
 	--disable-debug \
 	--disable-static \
 	--disable-utempter \
-	--disable-utf8proc
+	--disable-utf8proc \
+	--disable-systemd \
+	--disable-cgroups \
+	--disable-sixel
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.39.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-05  6:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-19 14:02 [ptxdist] [PATCH] tmux: version bump 2.5 -> 3.4 Philipp Zabel
2024-08-05  6:49 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox