tmux 3.1b-1ubuntu0.1 source package in Ubuntu
Changelog
tmux (3.1b-1ubuntu0.1) groovy-security; urgency=medium * SECURITY UPDATE: Stack buffer overflow - debian/patches/CVE-2020-27347.patch: avoid writes after the end of array and the stack when colon-separated SGR sequences contain empty arguments in input.c. - CVE-2020-27347 -- <email address hidden> (Leonidas S. Barbosa) Wed, 04 Nov 2020 11:56:11 -0300
Upload details
- Uploaded by:
- Leonidas S. Barbosa on 2020-11-04
- Uploaded to:
- Groovy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- admin
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Groovy | updates | on 2020-11-05 | main | admin |
Groovy | security | on 2020-11-05 | main | admin |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
tmux_3.1b.orig.tar.gz | 548.0 KiB | d93f351d50af05a75fe6681085670c786d9504a5da2608e481c47cf5e1486db9 |
tmux_3.1b-1ubuntu0.1.debian.tar.xz | 13.2 KiB | 0ce953d0fc3c65d72fa250ae5b67f7bc41bcef8ccc217ccbc8c08850417ed522 |
tmux_3.1b-1ubuntu0.1.dsc | 2.0 KiB | 780abd716bd59cd8027b1329c934bd83af8c5457dbb509a2594b178ea858a992 |
Available diffs
Binary packages built by this source
- tmux: terminal multiplexer
tmux enables a number of terminals (or windows) to be accessed and
controlled from a single terminal like screen. tmux runs as a
server-client system. A server is created automatically when necessary
and holds a number of sessions, each of which may have a number of
windows linked to it. Any number of clients may connect to a session,
or the server may be controlled by issuing commands with tmux.
Communication takes place through a socket, by default placed in /tmp.
Moreover tmux provides a consistent and well-documented command
interface, with the same syntax whether used interactively, as a key
binding, or from the shell. It offers a choice of vim or Emacs key
layouts.
- tmux-dbgsym: debug symbols for tmux