Revisions of tmux

Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 43)
  fixes boo#1210552
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 42)
- add ncurses.patch for compactibility with new ncurses
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 41)
fix ?
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 1070688 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 40)
- disable utf8proc (following upstreams not use it by default
  on non-macOS)
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 1060469 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 39)
- security update
- added patches
  fix CVE-2022-47016 [bsc#1207393], Null pointer dereference in window.c
  + tmux-CVE-2022-47016.patch
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 991161 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 38)
- switch to screen-256color as default terminal to fix incompatibility
  with yast2-ruby-testsuite
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 987805 from llyyr's avatar llyyr (llyyr) (revision 37)
- update to 3.3a:
  * Do not crash when run-shell produces output from a config file.
  * Do not unintentionally turn off all mouse mode when button mode is also
    present.
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 980726 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 36)
- update to 3.3:
  * Add an ACL list for users connecting to the tmux socket. Users may be
    forbidden from attaching, forced to attach read-only, or allowed to attach
    read-write. A new command, server-access, configures the list. File system
    permissions must still be configured manually.
  * Emit window-layout-changed on swap-pane.
  * Better error reporting when applying custom layouts.
  * Handle ANSI escape sequences in run-shell output.
  * Add pane_start_path to match start_command.
  * Set PWD so shells have a hint about the real path.
  * Do not allow pipe-pane on dead panes.
  * Do not report mouse positions (incorrectly) above the maximum of 223 in
    normal mouse mode.
  * Add an option (default off) to control the passthrough escape sequence.
  * Support more mouse buttons when the terminal sends them.
  * Add a window-resized hook which is fired when the window is actually resized
    which may be later than the client resize.
  * Add next_session_id format with the next session ID.
  * Add formats for client and server UID and user.
  * Add argument to refresh-client -l to forward clipboard to a pane.
  * Add remain-on-exit-format to set text shown when pane is dead.
  * With split-window -f use percentages of window size not pane size.
  * Add an option (fill-character) to set the character used for unused areas of
    a client.
  * Add an option (scroll-on-clear) to control if tmux scrolls into history on
    clear.
  * Add a capability for OSC 7 and use it similarly to how the title is set (and
    controlled by the same set-titles option).
  * Add support for systemd socket activation (where systemd creates the Unix
    domain socket for tmux rather than tmux creating it). Build with
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 891445 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 34)
- refresh tmux-socket-path.patch: 
  restore ability to overwrite socket path using $TMUX_TMPDIR (bsc#1185572)
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 886439 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 33)
- update to 3.2:
  * status-fg and status-bg are now applied before status-style rather than instead
    of; this means that if either is set to default the status-style colour will be
    used. To fix, replace status-bg default with status-style bg=default.
  * How data is sent to control mode clients has been completely revamped to both
    be more fair with multiple panes and to prevent huge amounts of data being
    backed up; this feature is used by default when tmux is attached with the
    latest iTerm2 nightly builds.
  * Configuration file parsing has changed slightly: the contents of the new {}
    syntax introduced in 3.1 must now be valid tmux command syntax; and to allow
    formats to be annotated, strings given with quotes may now contain newlines
    (leading spaces and comments are stripped).
  * A new customize mode available with C-b C (C-b S-c) which allows options and
    key bindings to be browsed and changed interactively.
  * Support for extended keys offered by some terminals (xterm, mintty, iTerm2),
    see https://github.com/tmux/tmux/wiki/Modifier-Keys#extended-keys.
  * A pane-border-lines option to change the characters used to draw the pane
    border separators.
  * How UTF-8 data is stored has been rewritten to reduce memory use for characters
    in the BMP.
  * The message log (C-b ~) has been changed to be per server instead of per client
    and to have some useful content.
  * Client flags have been extended (refresh-client -F becomes -f and also added
    for attach-session and new-session), and a read-only flag added (same as -r to
    attach-session).
  * A new active-pane client flag that if given allows a client to have its own
    active pane for each window rather than being tied to the server's active pane.
  * Improved command-prompt completion including showing a menu of completions.
  * All style options can now be formats, for example the default
    pane-active-border-style now changes colour depending on pane_in_mode and
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 847103 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 32)
- Drop pkgconfig(systemd) BuildRequires: there is no reason to pull
  in systemd into the build.
- Use %tmpfiles_create instead of calling systemd-tmpfiles
  directly.
- Replace systemd_requires with systemd_ordering: tmux is very well
  capable to run without systemd (and by using tmpfiles_create, the
  post script can also cope with the absence of if).
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 845163 from Andreas Stieger's avatar Andreas Stieger (AndreasStieger) (revision 31)
tmux 3.1c boo#1178263 CVE-2020-27347
plus fix build for SLE 12 PackageHub
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 769964 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 29)
- Update to v3.1-rc
  * Please see the included CHANGES file
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 754100 from Andreas Schneider's avatar Andreas Schneider (gladiac) (revision 28)
- Fix tmux completion
Ismail Dönmez's avatar Ismail Dönmez (namtrac) committed (revision 27)
- Update to v3.0a
  * A lot of changes since v2.9a, please see the included CHANGES
    file.
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 725574 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 26)
- Update to v2.9a
  - Fix bugs in select-pane and the main-horizontal and main-vertical layouts.
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 707394 from Aleksa Sarai's avatar Aleksa Sarai (cyphar) (revision 25)
- Add trailing newline to tmpfiles.d/tmux.conf. On newer systems (such as Leap
  15.1), the lack of a trailing newline appears to cause the directory to not
  be created.

  This is only evident on setups where /run is an actual tmpfs (on btrfs-root
  installs, /run is a btrfs subvolume and thus /run/tmux is persistent across
  reboots).
Displaying revisions 1 - 20 of 44
openSUSE Build Service is sponsored by