Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tmux: upgrade to 3.4 #78

Merged

Commits on Nov 7, 2024

  1. tmux: update to tmux_3.3a

    Signed-off-by: Chee Yang Lee <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    (cherry picked from commit 7ab7dbd)
    cheeyanglee authored and rtollert committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f7bacc7 View commit details
    Browse the repository at this point in the history
  2. tmux: update UPSTREAM_CHECK_* variables to fix devtool upgrades

    Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool
    check-upgrade-status.
    
    Signed-off-by: Yoann Congal <[email protected]>
    Reviewed-by: Alexandre Truong <[email protected]>
    (cherry picked from commit bb6cc85)
    ycongal-smile authored and rtollert committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    428461c View commit details
    Browse the repository at this point in the history
  3. tmux: Upgrade to 3.4

    Changes vs 3.3a are located at
    https://raw.githubusercontent.com/tmux/tmux/3.4/CHANGES. However, the most
    pressing reason to upgrade is that tmux crashes on copy, see
    tmux/tmux#3699.
    
    tmux's config parser was rewritten to use yacc, which necessitates DEPENDS +=
    bison-native.
    
    drop md5sum
    
    Signed-off-by: Rich Tollerton <[email protected]>
    Signed-off-by: Khem Raj <[email protected]>
    (cherry picked from commit 9356340)
    rtollert committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e616392 View commit details
    Browse the repository at this point in the history