* [PATCH] tmux: Update to version 2.0.
@ 2015-05-30 11:45 Stefan Schantl
2015-05-30 12:06 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Schantl @ 2015-05-30 11:45 UTC (permalink / raw)
To: development
[-- 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] tmux: Update to version 2.0.
2015-05-30 11:45 [PATCH] tmux: Update to version 2.0 Stefan Schantl
@ 2015-05-30 12:06 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2015-05-30 12:06 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1475 bytes --]
Alright. Looks good.
Acked-By: Michael Tremer <michael.tremer(a)ipfire.org>
On Sat, 2015-05-30 at 13:45 +0200, Stefan Schantl wrote:
> 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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-30 12:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-30 11:45 [PATCH] tmux: Update to version 2.0 Stefan Schantl
2015-05-30 12:06 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox