From 4583bf4fafaa44c75ce66a065702d5142a22fa38 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 13:07:51 +0000 Subject: auto-import changelog data from tcsh-6.10-1.src.rpm Thu Nov 30 2000 Nalin Dahyabhai - update to 6.10.00 to fix here-script vulnerability --- diff --git a/.cvsignore b/.cvsignore index 1343f54..a93e812 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -tcsh-6.09.tar.gz +tcsh-6.10.tar.gz diff --git a/sources b/sources index 3dd3130..e91e6fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -33511c75037cd4948ed6f1627d1793aa tcsh-6.09.tar.gz +f459c423074d85dfaa55439eb908a053 tcsh-6.10.tar.gz diff --git a/tcsh.spec b/tcsh.spec index 7fd5e7e..703ab24 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -2,19 +2,19 @@ Summary: An enhanced version of csh, the C shell. Name: tcsh -Version: 6.09 -Release: 7 +Version: 6.10 +Release: 1 Copyright: distributable Group: System Environment/Shells Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.tar.gz -Patch0: tcsh-6.07.09-utmp.patch +Patch0: tcsh-6.10.00-utmp.patch Patch1: tcsh-6.09.00-termios.patch Patch2: tcsh-6.08.00-security.patch Patch3: tcsh-6.08.00-pathmax.patch Patch4: tcsh-6.09.00-strcoll.patch Patch5: tcsh-6.09.00-locale.patch Provides: csh = %{version} -Prereq: fileutils grep +Prereq: fileutils, grep URL: http://www.primate.wisc.edu/software/csh-tcsh-book/ Buildroot: %{_tmppath}/%{name}-root @@ -28,18 +28,21 @@ like syntax. %prep %setup -q -n %{name}-%{version}.00 -%patch0 -p1 -b .getutent +%patch0 -p1 -b .utmp %patch1 -p1 -b .termios -%patch2 -p1 -b .security +# upstreamed in 6.10.00 +#%patch2 -p1 -b .security # XXX not applied #%patch3 -p1 -b .pathmax -%patch4 -p1 -b .strcoll +# upstreamed in 6.10.00 +#%patch4 -p1 -b .strcoll %patch5 -p1 -b .locale %build %configure make LIBES="-lnsl -ltermcap -lcrypt" all catalogs +%{__perl} tcsh.man2html %install rm -rf ${RPM_BUILD_ROOT} @@ -80,13 +83,16 @@ fi %files %defattr(-,root,root) -%doc NewThings FAQ eight-bit.txt complete.tcsh +%doc FAQ Fixes NewThings complete.tcsh eight-bit.txt tcsh.html %{_bindir}/tcsh %{_bindir}/csh -%{_mandir}/man1/tcsh.* +%{_mandir}/*/* %{_datadir}/locale/*/LC_MESSAGES/tcsh* %changelog +* Thu Nov 30 2000 Nalin Dahyabhai +- update to 6.10.00 to fix here-script vulnerability + * Wed Sep 18 2000 Adrian Havill - fix catalog locale dirname for Japanese