tmux: Update to version 2.0.
Message ID | 1432986304-29552-1-git-send-email-stefan.schantl@ipfire.org |
---|---|
State | Accepted |
Commit | 3d444551b186f645814addce34433f599a2a8a2d |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org by hedwig.ipfire.org (Dovecot) with LMTP id b17UJcOiaVUQdgAAjPkmHg ; Sat, 30 May 2015 13:45:07 +0200 Received: from hedwig.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 7262323F4; Sat, 30 May 2015 13:45:07 +0200 (CEST) Received: from acer.stevee (host228-133-28-81.hiway.at [81.28.133.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 8139623EA; Sat, 30 May 2015 13:45:06 +0200 (CEST) From: Stefan Schantl <stefan.schantl@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] tmux: Update to version 2.0. Date: Sat, 30 May 2015 13:45:04 +0200 Message-Id: <1432986304-29552-1-git-send-email-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> X-Evolution-Source: 1292431680.19116.5@rice-oxley.tremer.info Content-Transfer-Encoding: 8bit |
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
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