Package: tmux / 1.9-6

Metadata

Package Version Patches format
tmux 1.9-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
platform quirks.diff | (download)

compat.h | 16 16 + 0 - 0 !
osdep-freebsd.c | 4 4 + 0 - 0 !
2 files changed, 20 insertions(+)

 build and configuration changes for debian platforms
 * Define MAXPATHLEN, PATH_MAX, MAXHOSTNAMELEN, MAX_IOV for Hurd.
 * Disable cwd detection on FreeBSD since it requires the FreeBSD
   version of libutil.
lintian manpage hyphen.diff | (download)

tmux.1 | 48 24 + 24 - 0 !
1 file changed, 24 insertions(+), 24 deletions(-)

 fix lintian warning about hyphen used as minus sign
upstream 315d45a0eb.diff | (download)

layout.c | 1 1 + 0 - 0 !
window.c | 5 3 + 2 - 0 !
2 files changed, 4 insertions(+), 2 deletions(-)

---
upstream c7f3599ebc.diff | (download)

style.c | 26 20 + 6 - 0 !
1 file changed, 20 insertions(+), 6 deletions(-)

---
upstream 78e783e786.diff | (download)

window.c | 12 8 + 4 - 0 !
1 file changed, 8 insertions(+), 4 deletions(-)

---
upstream 0bb9d51965.diff | (download)

cmd.c | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

---
upstream 030437e33e.diff | (download)

arguments.c | 12 9 + 3 - 0 !
cmd-list.c | 10 7 + 3 - 0 !
window-copy.c | 14 8 + 6 - 0 !
3 files changed, 24 insertions(+), 12 deletions(-)

 [patch 2/6] don't blindly increase offsets by the return value of
 snprintf, if there wasn't enough space this will go off the end. Instead
 clamp to the available space. Fixes crash reported by Julien Rebetez.


upstream 0d14f81d76.diff | (download)

osdep-linux.c | 9 8 + 1 - 0 !
1 file changed, 8 insertions(+), 1 deletion(-)

 [patch 4/6] if pgrp fails in osdep_get_cwd, try sid. fixes eg cat
 foo|less. From Balazs Kezes.


upstream 0f0db07c49.diff | (download)

utf8.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 5/6] in four byte utf-8 sequences, only three bits of the
 first byte should be used. Fix from Koga Osamu.


upstream 57f2de093a.diff | (download)

cmd-save-buffer.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 3/6] save-buffer needs to use o_trunc.


upstream 806cc11008.diff | (download)

job.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 [patch 1/6] don't leak socketpair file descriptors if fork fails.
 Spotted by Balazs Kezes.


upstream 8880bdb67c.diff | (download)

status.c | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

---
upstream 189017c078.diff | (download)

cmd-find-window.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

---
upstream 8e4ae12b4d.diff | (download)

client.c | 52 38 + 14 - 0 !
server.c | 1 1 + 0 - 0 !
2 files changed, 39 insertions(+), 14 deletions(-)

---
upstream f117c7d94a.diff | (download)

server-client.c | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

---