- ruby-1.8.1-cgi-dos.patch: security fix [CAN-2004-0983]
- ruby-1.8.1-cgi_session_perms.patch: security fix [CAN-2004-0755]
This commit is contained in:
parent
e8a83aac3a
commit
e571bc8ec5
@ -3,3 +3,4 @@ ruby-man-1.4.6.tar.bz2
|
||||
ruby-refm-rdp-1.8.1-ja-html.tar.gz
|
||||
rubyfaq-990927.tar.bz2
|
||||
rubyfaq-jp-990927.tar.bz2
|
||||
*.rpm
|
||||
|
10
ruby.spec
10
ruby.spec
@ -4,7 +4,7 @@
|
||||
|
||||
Name: ruby
|
||||
Version: 1.8.1
|
||||
Release: 8
|
||||
Release: 9
|
||||
License: Distributable
|
||||
URL: http://www.ruby-lang.org/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -24,6 +24,8 @@ Source10: ruby-mode-init.el
|
||||
|
||||
Patch1: ruby-1.8.0-multilib.patch
|
||||
Patch2: ruby-1.8.1-ia64-stack-limit.patch
|
||||
Patch3: ruby-1.8.1-cgi_session_perms.patch
|
||||
Patch4: ruby-1.8.1-cgi-dos.patch
|
||||
|
||||
Summary: An interpreter of object-oriented scripting language
|
||||
Group: Development/Languages
|
||||
@ -103,6 +105,8 @@ pushd %{name}-%{version}
|
||||
%if ia64
|
||||
%patch2 -p1
|
||||
%endif
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
popd
|
||||
|
||||
%build
|
||||
@ -363,6 +367,10 @@ rm -rf tmp-ruby-docs
|
||||
%dir %{_datadir}/emacs/site-lisp/ruby-mode
|
||||
|
||||
%changelog
|
||||
* Wed Nov 10 2004 Akira TAGOH <tagoh@redhat.com> - 1.8.1-9
|
||||
- ruby-1.8.1-cgi-dos.patch: security fix [CAN-2004-0983]
|
||||
- ruby-1.8.1-cgi_session_perms.patch: security fix [CAN-2004-0755]
|
||||
|
||||
* Fri Oct 29 2004 Akira TAGOH <tagoh@redhat.com> - 1.8.1-8
|
||||
- added openssl-devel and db4-devel into BuildRequires (#137479)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user