From f5414896990f3a2ddc4085b29a013e8c05eed2b9 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Tue, 28 Feb 2017 19:03:30 +0100 Subject: [PATCH] tcsh-6.20.00-005-reset-fixes-numbering.patch added > Reset numbering since 6.20.00 --- tcsh-6.20.00-005-reset-fixes-numbering.patch | 69 ++++++++++++++++++++ tcsh.spec | 2 + 2 files changed, 71 insertions(+) create mode 100644 tcsh-6.20.00-005-reset-fixes-numbering.patch diff --git a/tcsh-6.20.00-005-reset-fixes-numbering.patch b/tcsh-6.20.00-005-reset-fixes-numbering.patch new file mode 100644 index 0000000..d75d2e9 --- /dev/null +++ b/tcsh-6.20.00-005-reset-fixes-numbering.patch @@ -0,0 +1,69 @@ +From 8016b940223e73ec5ba031c4c8451e57efa9d37b Mon Sep 17 00:00:00 2001 +From: Kimmo Suominen +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 +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 +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 + diff --git a/tcsh.spec b/tcsh.spec index e5fa4f5..027c0e4 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -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] - 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 - 6.20.00-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild