pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

tig: update to 2.5.1.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fred%statdns.com@localhost>
Pushed By:	fcambus
Date:		Fri Jan 22 17:31:27 2021 +0100
Changeset:	863bed72bf44f19602e86b8422d7eaf5d0f28e23

Modified Files:
	tig/Makefile
	tig/distinfo

Log Message:
tig: update to 2.5.1.

Improvements:

 - bash/zsh completion: reimplement and decrease runtime by factor 1863. (#795)
 - Add binding to reflog view to toggle reference display.
 - Fail if tig is given an invalid or ambiguous ref. (#980)
 - Make tig process-group leader an option. (#986, #951)
 - Handle GIT_WORK_TREE environment variable.
 - The blame view requires a working tree.
 - Fix use of deprecated vwprintw() function.
 - Update utf8proc to v2.5.0.
 - Add --word-diff=plain colorizing support. (#221)

Bug fixes:

 - Fix segmentation fault. (#971)
 - Fix cursor position after "Move to parent" in blame view. (#973)
 - Fix crash on adding a line to a view. (#523)
 - Fix memory leak in diff unit.
 - Fix loop after refresh or change in refs/main split view. (#991)
 - Fix occasional crash on custom key bindings. (#1001)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=863bed72bf44f19602e86b8422d7eaf5d0f28e23

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 tig/Makefile | 2 +-
 tig/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/tig/Makefile b/tig/Makefile
index 6f26c3ac58..98fbd1ba11 100644
--- a/tig/Makefile
+++ b/tig/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.15 2017/01/04 18:16:32 roy Exp $
 
-DISTNAME=	tig-2.5.0
+DISTNAME=	tig-2.5.1
 CATEGORIES=	devel scm
 MASTER_SITES=	${MASTER_SITE_GITHUB:=jonas/}
 GITHUB_RELEASE=	${DISTNAME}
diff --git a/tig/distinfo b/tig/distinfo
index 49424ce9d9..83115a0840 100644
--- a/tig/distinfo
+++ b/tig/distinfo
@@ -1,9 +1,9 @@
 $NetBSD: distinfo,v 1.10 2015/11/03 03:29:36 agc Exp $
 
-SHA1 (tig-2.5.0.tar.gz) = 281415ca4587cc6f181a503db30e2f029e78fe1a
-RMD160 (tig-2.5.0.tar.gz) = d0235e03aab2c564e4857048f9a9979affd969f1
-SHA512 (tig-2.5.0.tar.gz) = 26736fe241dd2dac25d5133ed847a7c1dab4bfeaad83af2effc8e523f8c6d8c179fe3ff05cd4343e4b1048c3c50309908aa32e81dd0789e35afe9bd8ff8772ee
-Size (tig-2.5.0.tar.gz) = 1143004 bytes
+SHA1 (tig-2.5.1.tar.gz) = fd1b28bba7dff24ed112b869bb95a847c4e7ed3b
+RMD160 (tig-2.5.1.tar.gz) = 2bc115eeecdcca3fe5014d2b544b2ddce349fd96
+SHA512 (tig-2.5.1.tar.gz) = e7c27a1e6357ce3cb4c02ff409d40c0ca67d10875eedbf467b9a280d8433cca15d16860256637041003384e7c536aca743ce971e623d3000dceeda598d6d3ae0
+Size (tig-2.5.1.tar.gz) = 1144666 bytes
 SHA1 (patch-Makefile) = 304457804ce9a342e903ec25c1d7d6d9cf353cf5
 SHA1 (patch-contrib_config.make-Darwin) = 4cd1fb37d3f7c6d6005d676fa10c0f16ac437707
 SHA1 (patch-include_tig_tig.h) = 2c3610048421d1410c7ed73fb5f39198e1062299


Home | Main Index | Thread Index | Old Index