FreeBSD Bugzilla – Attachment 173684 Details for
Bug 211850
devel/tig: Update to 2.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch (since 412346 revision)
tig.diff (text/plain), 1.40 KB, created by
lightside
on 2016-08-14 23:37:27 UTC
(
hide
)
Description:
Proposed patch (since 412346 revision)
Filename:
MIME Type:
Creator:
lightside
Created:
2016-08-14 23:37:27 UTC
Size:
1.40 KB
patch
obsolete
>--- tig.orig/Makefile 2016-04-01 14:00:51 UTC >+++ tig/Makefile >@@ -2,7 +2,7 @@ > # $FreeBSD: head/devel/tig/Makefile 412346 2016-04-01 14:00:51Z mat $ > > PORTNAME= tig >-PORTVERSION= 2.1.1 >+PORTVERSION= 2.2 > CATEGORIES= devel > MASTER_SITES= http://jonas.nitro.dk/tig/releases/ > >--- tig.orig/distinfo 2015-05-04 11:17:03 UTC >+++ tig/distinfo >@@ -1,2 +1,3 @@ >-SHA256 (tig-2.1.1.tar.gz) = 50c5179fd564b829b6b2cec087e66f10cf8799601de19350df0772ae77e4852f >-SIZE (tig-2.1.1.tar.gz) = 641710 >+TIMESTAMP = 1470883142 >+SHA256 (tig-2.2.tar.gz) = 8f5213d3abb45ca9a79810b8d2a2a12d941112bc4682bcfa91f34db74942754c >+SIZE (tig-2.2.tar.gz) = 1030062 >--- tig.orig/files/patch-src_ui.c 2015-05-04 11:17:03 UTC >+++ tig/files/patch-src_ui.c >@@ -1,14 +0,0 @@ >-# Origin: https://github.com/jonas/tig/commit/718c6e94fcc111e5607d6ca0bf3d15271adc0d97 >-# Subject: ui: fix crash due to out-of-bounds array access >- >---- src/ui.c.orig 2015-04-09 00:19:11 UTC >-+++ src/ui.c >-@@ -293,7 +293,7 @@ open_file_finder(const char *commit) >- finder.keymap = get_keymap("search", STRING_SIZE("search")), >- file_finder_update(&finder); >- file_finder_draw(&finder); >-- if (read_prompt_incremental("Find file: ", FALSE, file_finder_input_handler, &finder)) >-+ if (read_prompt_incremental("Find file: ", FALSE, file_finder_input_handler, &finder) && finder.pos.lineno < finder.lines) >- file = get_path(finder.line[finder.pos.lineno]->text); >- >- file_finder_done(&finder);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 211850
:
173684
|
173823
|
173839
|
173840
|
173841
|
173856
|
173857
|
173858
|
173860
|
173868