Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org --- tmux/patches/tmux-fix-malloc-check-error.patch0 | 12 ------------ tmux/tmux.nm | 4 ++-- 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 tmux/patches/tmux-fix-malloc-check-error.patch0
diff --git a/tmux/patches/tmux-fix-malloc-check-error.patch0 b/tmux/patches/tmux-fix-malloc-check-error.patch0 deleted file mode 100644 index 2ae549d..0000000 --- a/tmux/patches/tmux-fix-malloc-check-error.patch0 +++ /dev/null @@ -1,12 +0,0 @@ ---- cmd.c-orig 2014-02-26 09:57:06.441154327 -0300 -+++ cmd.c 2014-02-26 09:58:00.631888951 -0300 -@@ -138,6 +138,9 @@ - size_t arglen; - int i; - -+ if (argc == 0) -+ return (0); -+ - *buf = '\0'; - for (i = 0; i < argc; i++) { - if (strlcpy(buf, argv[i], len) >= len) diff --git a/tmux/tmux.nm b/tmux/tmux.nm index 6f574f9..ac3a556 100644 --- a/tmux/tmux.nm +++ b/tmux/tmux.nm @@ -4,8 +4,8 @@ ###############################################################################
name = tmux -version = 1.9a -release = 2 +version = 2.0 +release = 1
groups = Application/System url = http://sourceforge.net/projects/tmux