Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tig: update to 2.5.1
@ 2020-04-12  4:38 stimut
  2020-04-12  8:05 ` [PR PATCH] [Merged]: " xtraeme
  0 siblings, 1 reply; 2+ messages in thread
From: stimut @ 2020-04-12  4:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/stimut/void-packages update-tig-2.5.1
https://github.com/void-linux/void-packages/pull/20907

tig: update to 2.5.1
- patch is included in new release so no longer needed
- tested build on both x86_64 and x86_64-musl

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-tig-2.5.1-20907.patch --]
[-- Type: text/x-diff, Size: 2302 bytes --]

From 49e993f2ef64b9fb42890cd682f963d1db8916e3 Mon Sep 17 00:00:00 2001
From: Tim Brown <stimut@gmail.com>
Date: Sun, 12 Apr 2020 14:30:50 +1000
Subject: [PATCH] tig: update to 2.5.1

---
 srcpkgs/tig/patches/fix-segfault.patch | 29 --------------------------
 srcpkgs/tig/template                   |  6 +++---
 2 files changed, 3 insertions(+), 32 deletions(-)
 delete mode 100644 srcpkgs/tig/patches/fix-segfault.patch

diff --git a/srcpkgs/tig/patches/fix-segfault.patch b/srcpkgs/tig/patches/fix-segfault.patch
deleted file mode 100644
index 1122e9ff4d0..00000000000
--- a/srcpkgs/tig/patches/fix-segfault.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 6202c6032f17438a2facb23f02e330b9d0566d9d Mon Sep 17 00:00:00 2001
-From: Thomas Koutcher <thomas.koutcher@online.fr>
-Date: Sun, 24 Nov 2019 13:06:08 +0100
-Subject: [PATCH] Fix segmentation fault
-
-As reported by Maxim Zhukov, the commit 9ca7710 ("Fix memory leak in
-main view (#931)", 01-06-2019) causes a SIGSEGV when holding the key
-'Stage/Unstage current line' in stage view.
-
-Add a check to avoid null pointer dereference.
-
-Fixes #971
----
- src/graph-v2.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/src/graph-v2.c b/src/graph-v2.c
-index 46504a85..69ac1587 100644
---- src/graph-v2.c
-+++ src/graph-v2.c
-@@ -257,6 +257,7 @@ done_graph(struct graph *graph_ref)
- {
- 	struct graph_v2 *graph = graph_ref->private;
-
--	htab_delete(graph->colors.id_map);
-+	if (graph->colors.id_map)
-+		htab_delete(graph->colors.id_map);
-
- 	free(graph);
diff --git a/srcpkgs/tig/template b/srcpkgs/tig/template
index c875540b1a9..815cab0a058 100644
--- a/srcpkgs/tig/template
+++ b/srcpkgs/tig/template
@@ -1,7 +1,7 @@
 # Template file for 'tig'
 pkgname=tig
-version=2.5.0
-revision=2
+version=2.5.1
+revision=1
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 make_install_args="install-doc-man"
@@ -14,7 +14,7 @@ maintainer="Lugubris <lugubris@disroot.org>"
 license="GPL-2.0-only"
 homepage="https://jonas.github.io/tig/"
 distfiles="https://github.com/jonas/tig/archive/tig-${version}.tar.gz"
-checksum=a58791274780e9106c37822b098aa52c93c53d8a66d97b3c3e6044bf9811c89a
+checksum=ae31e8b76ca00254d5a975f14bf5f4609778d6ecffa92430502450b4fe5461b5
 
 pre_configure() {
 	NOCONFIGURE=1 ./autogen.sh

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: tig: update to 2.5.1
  2020-04-12  4:38 [PR PATCH] tig: update to 2.5.1 stimut
@ 2020-04-12  8:05 ` xtraeme
  0 siblings, 0 replies; 2+ messages in thread
From: xtraeme @ 2020-04-12  8:05 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

tig: update to 2.5.1
https://github.com/void-linux/void-packages/pull/20907

Description:
- patch is included in new release so no longer needed
- tested build on both x86_64 and x86_64-musl

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-12  8:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-12  4:38 [PR PATCH] tig: update to 2.5.1 stimut
2020-04-12  8:05 ` [PR PATCH] [Merged]: " xtraeme

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).