public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
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	[thread overview]
Message-ID: <1432986304-29552-1-git-send-email-stefan.schantl@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1269 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)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
-- 
2.1.0


             reply	other threads:[~2015-05-30 11:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-30 11:45 Stefan Schantl [this message]
2015-05-30 12:06 ` Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1432986304-29552-1-git-send-email-stefan.schantl@ipfire.org \
    --to=stefan.schantl@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox