auto-import changelog data from tcsh-6.10-1.src.rpm

Thu Nov 30 2000 Nalin Dahyabhai <nalin@redhat.com>
- update to 6.10.00 to fix here-script vulnerability
This commit is contained in:
cvsdist 2004-09-09 13:07:51 +00:00
parent 7dee801a06
commit 4583bf4faf
3 changed files with 17 additions and 11 deletions

View File

@ -1 +1 @@
tcsh-6.09.tar.gz tcsh-6.10.tar.gz

View File

@ -1 +1 @@
33511c75037cd4948ed6f1627d1793aa tcsh-6.09.tar.gz f459c423074d85dfaa55439eb908a053 tcsh-6.10.tar.gz

View File

@ -2,19 +2,19 @@
Summary: An enhanced version of csh, the C shell. Summary: An enhanced version of csh, the C shell.
Name: tcsh Name: tcsh
Version: 6.09 Version: 6.10
Release: 7 Release: 1
Copyright: distributable Copyright: distributable
Group: System Environment/Shells Group: System Environment/Shells
Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.tar.gz 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 Patch1: tcsh-6.09.00-termios.patch
Patch2: tcsh-6.08.00-security.patch Patch2: tcsh-6.08.00-security.patch
Patch3: tcsh-6.08.00-pathmax.patch Patch3: tcsh-6.08.00-pathmax.patch
Patch4: tcsh-6.09.00-strcoll.patch Patch4: tcsh-6.09.00-strcoll.patch
Patch5: tcsh-6.09.00-locale.patch Patch5: tcsh-6.09.00-locale.patch
Provides: csh = %{version} Provides: csh = %{version}
Prereq: fileutils grep Prereq: fileutils, grep
URL: http://www.primate.wisc.edu/software/csh-tcsh-book/ URL: http://www.primate.wisc.edu/software/csh-tcsh-book/
Buildroot: %{_tmppath}/%{name}-root Buildroot: %{_tmppath}/%{name}-root
@ -28,18 +28,21 @@ like syntax.
%prep %prep
%setup -q -n %{name}-%{version}.00 %setup -q -n %{name}-%{version}.00
%patch0 -p1 -b .getutent %patch0 -p1 -b .utmp
%patch1 -p1 -b .termios %patch1 -p1 -b .termios
%patch2 -p1 -b .security # upstreamed in 6.10.00
#%patch2 -p1 -b .security
# XXX not applied # XXX not applied
#%patch3 -p1 -b .pathmax #%patch3 -p1 -b .pathmax
%patch4 -p1 -b .strcoll # upstreamed in 6.10.00
#%patch4 -p1 -b .strcoll
%patch5 -p1 -b .locale %patch5 -p1 -b .locale
%build %build
%configure %configure
make LIBES="-lnsl -ltermcap -lcrypt" all catalogs make LIBES="-lnsl -ltermcap -lcrypt" all catalogs
%{__perl} tcsh.man2html
%install %install
rm -rf ${RPM_BUILD_ROOT} rm -rf ${RPM_BUILD_ROOT}
@ -80,13 +83,16 @@ fi
%files %files
%defattr(-,root,root) %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}/tcsh
%{_bindir}/csh %{_bindir}/csh
%{_mandir}/man1/tcsh.* %{_mandir}/*/*
%{_datadir}/locale/*/LC_MESSAGES/tcsh* %{_datadir}/locale/*/LC_MESSAGES/tcsh*
%changelog %changelog
* Thu Nov 30 2000 Nalin Dahyabhai <nalin@redhat.com>
- update to 6.10.00 to fix here-script vulnerability
* Wed Sep 18 2000 Adrian Havill <havill@redhat.com> * Wed Sep 18 2000 Adrian Havill <havill@redhat.com>
- fix catalog locale dirname for Japanese - fix catalog locale dirname for Japanese