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:
parent
7dee801a06
commit
4583bf4faf
@ -1 +1 @@
|
||||
tcsh-6.09.tar.gz
|
||||
tcsh-6.10.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
33511c75037cd4948ed6f1627d1793aa tcsh-6.09.tar.gz
|
||||
f459c423074d85dfaa55439eb908a053 tcsh-6.10.tar.gz
|
||||
|
24
tcsh.spec
24
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 <nalin@redhat.com>
|
||||
- update to 6.10.00 to fix here-script vulnerability
|
||||
|
||||
* Wed Sep 18 2000 Adrian Havill <havill@redhat.com>
|
||||
- fix catalog locale dirname for Japanese
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user