From 28142d04758a9f5af0b06438b850bf3d90413f1e Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Sat, 15 Jan 2005 17:03:09 +0000 Subject: [PATCH] - Avoid reusing iconv_catgets' static buffer (#145177, #145195) --- tcsh.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tcsh.spec b/tcsh.spec index 3007491..4518440 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -3,7 +3,7 @@ Summary: An enhanced version of csh, the C shell. Name: tcsh Version: 6.13 -Release: 9 +Release: 10 License: distributable Group: System Environment/Shells Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz @@ -20,6 +20,7 @@ Patch9: tcsh-6.13.00-winchg.patch Patch10: tcsh-6.13.00-codeset.patch Patch11: tcsh-6.13.00-closem.patch Patch12: tcsh-6.13.00-cstr.patch +Patch13: tcsh-6.13.00-cgets.patch Provides: csh = %{version} Prereq: fileutils, grep URL: http://www.tcsh.org/ @@ -49,6 +50,7 @@ like syntax. %patch10 -p1 -b .codeset %patch11 -p1 -b .closem %patch12 -p1 -b .cstr +%patch13 -p1 -b .cgets nroff -me eight-bit.me > eight-bit.txt autoreconf @@ -118,6 +120,9 @@ fi %{_mandir}/*/* %changelog +* Sat Jan 15 2005 Miloslav Trmac - 6.13-10 +- Avoid reusing iconv_catgets' static buffer (#145177, #145195) + * Tue Sep 21 2004 Miloslav Trmac - 6.13-9 - Fix invalid argument to xprintf () (#133129)