summaryrefslogtreecommitdiffstats
path: root/tcsh.spec
diff options
context:
space:
mode:
Diffstat (limited to 'tcsh.spec')
-rw-r--r--tcsh.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/tcsh.spec b/tcsh.spec
index ef940ce..e7b4c46 100644
--- a/tcsh.spec
+++ b/tcsh.spec
@@ -30,10 +30,12 @@ Patch17: tcsh-6.17.00-testsuite.patch
Patch18: tcsh-6.17.00-extrafork.patch
# Proposed to upstream (http://bugs.gw.com/view.php?id=109):
Patch19: tcsh-6.17.00-wait-intr.patch
-# Accepted by upstream (tcsh-6.17.02b http://bugs.gw.com/view.php?id=112):
+# Accepted by upstream (tcsh-6.17.03b http://bugs.gw.com/view.php?id=112):
Patch21: tcsh-6.17.00-dont-set-empty-remotehost.patch
# Proposed to upstream (http://mx.gw.com/pipermail/tcsh-bugs/2010-May/000673.html):
Patch22: tcsh-6.14.00-dont-print-history-on-verbose.patch
+# Accepted by upstream (tcsh-6.17.03b http://bugs.gw.com/view.php?id=113):
+Patch23: tcsh-6.17.00-variable-names.patch
Provides: csh = %{version}
Requires(post): grep
Requires(postun): coreutils, grep
@@ -70,6 +72,7 @@ like syntax.
%patch19 -p1 -b .wait-intr
%patch21 -p1 -b .dont-set-empty-remotehost
%patch22 -p1 -b .dont-print-history-on-verbose
+%patch23 -p1 -b .variable-names
for i in Fixes WishList; do
iconv -f iso-8859-1 -t utf-8 "$i" > "${i}_" && \
@@ -149,6 +152,8 @@ fi
Resolves: #669176
- Don't print history in verbose mode
Resolves: #583075, #658171
+- Don't allow illegal variable names to be set
+ Resolves: #436901
* Wed Oct 6 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.17-9
- Remove fork when tcsh processes backquotes