tmux: Update to version 2.0.

Message ID 1432986304-29552-1-git-send-email-stefan.schantl@ipfire.org
State Accepted
Commit 3d444551b186f645814addce34433f599a2a8a2d
Headers

Message

Stefan Schantl May 30, 2015, 9:45 p.m. UTC
  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

-- 
2.1.0

_______________________________________________
Development mailing list
Development@lists.ipfire.org
http://lists.ipfire.org/mailman/listinfo/development
  

Comments

Michael Tremer May 30, 2015, 10:06 p.m. UTC | #1
Alright. Looks good.

Acked-By: Michael Tremer <michael.tremer@ipfire.org>

On Sat, 2015-05-30 at 13:45 +0200, Stefan Schantl wrote:
> 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