tcsh-6.20.00-005-reset-fixes-numbering.patch added
> Reset numbering since 6.20.00
This commit is contained in:
parent
cbac8752ec
commit
f541489699
69
tcsh-6.20.00-005-reset-fixes-numbering.patch
Normal file
69
tcsh-6.20.00-005-reset-fixes-numbering.patch
Normal file
@ -0,0 +1,69 @@
|
||||
From 8016b940223e73ec5ba031c4c8451e57efa9d37b Mon Sep 17 00:00:00 2001
|
||||
From: Kimmo Suominen <kimmo@suominen.com>
|
||||
Date: Sat, 24 Dec 2016 10:22:22 +0000
|
||||
Subject: [PATCH 1/3] Reset numbering since 6.20.00
|
||||
|
||||
---
|
||||
Fixes | 5 +++--
|
||||
1 file changed, 3 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/Fixes b/Fixes
|
||||
index 1c2e183..ef39e42 100644
|
||||
--- a/Fixes
|
||||
+++ b/Fixes
|
||||
@@ -1,5 +1,6 @@
|
||||
- 22. Fix type of read in prompt confirmation (eg. rmstar) (David Kaspar)
|
||||
- 21. PR/471: Delay arginp parsing
|
||||
+ 2. Fix type of read in prompt confirmation (eg. rmstar) (David Kaspar)
|
||||
+ 1. PR/471: Delay arginp parsing
|
||||
+
|
||||
20. V6.20.00 - 20161124
|
||||
19. Don't resize the screen if it did not change size.
|
||||
18. V6.19.01 - 20161025
|
||||
--
|
||||
2.9.3
|
||||
|
||||
|
||||
From 4ee184c298368e8a7f2954197f3f279a70dd10aa Mon Sep 17 00:00:00 2001
|
||||
From: Kimmo Suominen <kimmo@suominen.com>
|
||||
Date: Sat, 24 Dec 2016 12:39:23 +0000
|
||||
Subject: [PATCH 2/3] Note a missing fix.
|
||||
|
||||
---
|
||||
Fixes | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/Fixes b/Fixes
|
||||
index ef39e42..c99ffa3 100644
|
||||
--- a/Fixes
|
||||
+++ b/Fixes
|
||||
@@ -1,3 +1,4 @@
|
||||
+ 3. Fix out of bounds read (Brooks Davis)
|
||||
2. Fix type of read in prompt confirmation (eg. rmstar) (David Kaspar)
|
||||
1. PR/471: Delay arginp parsing
|
||||
|
||||
--
|
||||
2.9.3
|
||||
|
||||
|
||||
From 4f3088e31cc72c314ecb803fac0405dac5047179 Mon Sep 17 00:00:00 2001
|
||||
From: Kimmo Suominen <kimmo@suominen.com>
|
||||
Date: Sat, 24 Dec 2016 13:15:47 +0000
|
||||
Subject: [PATCH 3/3] Note another missing fix.
|
||||
|
||||
---
|
||||
Fixes | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/Fixes b/Fixes
|
||||
index c99ffa3..aec768e 100644
|
||||
--- a/Fixes
|
||||
+++ b/Fixes
|
||||
@@ -1,3 +1,4 @@
|
||||
+ 4. Don't play pointer tricks that are undefined in modern c (Brooks Davis)
|
||||
3. Fix out of bounds read (Brooks Davis)
|
||||
2. Fix type of read in prompt confirmation (eg. rmstar) (David Kaspar)
|
||||
1. PR/471: Delay arginp parsing
|
||||
--
|
||||
2.9.3
|
||||
|
@ -46,6 +46,7 @@ Patch001: tcsh-6.20.00-001-delay-arginp-interpreting.patch
|
||||
Patch002: tcsh-6.20.00-002-type-of-read-in-prompt-confirm.patch
|
||||
Patch003: tcsh-6.20.00-003-fix-out-of-bounds-read.patch
|
||||
Patch004: tcsh-6.20.00-004-do-not-use-old-pointer-tricks.patch
|
||||
Patch005: tcsh-6.20.00-005-reset-fixes-numbering.patch
|
||||
|
||||
|
||||
# Downstream patches -- these should be always included when doing rebase:
|
||||
@ -175,6 +176,7 @@ fi
|
||||
* Tue Feb 28 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 6.20.00-5
|
||||
- Added multiple upstream patches:
|
||||
tcsh-6.20.00-004-do-not-use-old-pointer-tricks.patch
|
||||
tcsh-6.20.00-005-reset-fixes-numbering.patch
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.20.00-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user