From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7732335442791068760==" List-Id: --===============7732335442791068760== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- 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/t= mux-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; -=20 -+ if (argc =3D=3D 0) -+ return (0); -+ - *buf =3D '\0'; - for (i =3D 0; i < argc; i++) { - if (strlcpy(buf, argv[i], len) >=3D 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 @@ ############################################################################= ### =20 name =3D tmux -version =3D 1.9a -release =3D 2 +version =3D 2.0 +release =3D 1 =20 groups =3D Application/System url =3D http://sourceforge.net/projects/tmux --=20 2.1.0 --===============7732335442791068760==--