Github messages for voidlinux
 help / color / mirror / Atom feed
From: ailiop-git <ailiop-git@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] tmux: update to 3.1c.
Date: Sat, 31 Oct 2020 20:58:03 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26016@inbox.vuxu.org> (raw)

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

There is a new pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages tmux
https://github.com/void-linux/void-packages/pull/26016

tmux: update to 3.1c.


A patch file from https://github.com/void-linux/void-packages/pull/26016.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tmux-26016.patch --]
[-- Type: text/x-diff, Size: 2207 bytes --]

From 6a30a35e1abd521fac55d1b6e91d8de32d56a033 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sat, 31 Oct 2020 20:57:14 +0100
Subject: [PATCH] tmux: update to 3.1c.

---
 srcpkgs/tmux/patches/a868bac.patch | 30 ------------------------------
 srcpkgs/tmux/template              |  6 +++---
 2 files changed, 3 insertions(+), 33 deletions(-)
 delete mode 100644 srcpkgs/tmux/patches/a868bac.patch

diff --git a/srcpkgs/tmux/patches/a868bac.patch b/srcpkgs/tmux/patches/a868bac.patch
deleted file mode 100644
index ea157851892..00000000000
--- a/srcpkgs/tmux/patches/a868bac.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From a868bacb46e3c900530bed47a1c6f85b0fbe701c Mon Sep 17 00:00:00 2001
-From: nicm <nicm>
-Date: Thu, 29 Oct 2020 16:33:01 +0000
-Subject: [PATCH] Do not write after the end of the array and overwrite the
- stack when colon-separated SGR sequences contain empty arguments. Reported by
- Sergey Nizovtsev.
-
----
- input.c | 7 ++++++-
- 1 file changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/input.c b/input.c
-index 42a60c92a..c280c0d97 100644
---- input.c
-+++ input.c
-@@ -1976,8 +1976,13 @@ input_csi_dispatch_sgr_colon(struct input_ctx *ictx, u_int i)
- 				free(copy);
- 				return;
- 			}
--		} else
-+		} else {
- 			n++;
-+			if (n == nitems(p)) {
-+				free(copy);
-+				return;
-+			}
-+		}
- 		log_debug("%s: %u = %d", __func__, n - 1, p[n - 1]);
- 	}
- 	free(copy);
diff --git a/srcpkgs/tmux/template b/srcpkgs/tmux/template
index c4ec03e3731..869beb5a4b2 100644
--- a/srcpkgs/tmux/template
+++ b/srcpkgs/tmux/template
@@ -1,7 +1,7 @@
 # Template file for 'tmux'
 pkgname=tmux
-version=3.1b
-revision=2
+version=3.1c
+revision=1
 build_style=gnu-configure
 hostmakedepends="byacc"
 makedepends="libevent-devel ncurses-devel"
@@ -11,7 +11,7 @@ license="ISC"
 homepage="https://tmux.github.io"
 changelog="https://raw.githubusercontent.com/tmux/tmux/master/CHANGES"
 distfiles="https://github.com/tmux/tmux/releases/download/${version}/tmux-${version}.tar.gz"
-checksum=d93f351d50af05a75fe6681085670c786d9504a5da2608e481c47cf5e1486db9
+checksum=918f7220447bef33a1902d4faff05317afd9db4ae1c9971bef5c787ac6c88386
 
 post_install() {
 	vlicense COPYING

                 reply	other threads:[~2020-10-31 19:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26016@inbox.vuxu.org \
    --to=ailiop-git@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).