- ruby-1.8.2-xmlrpc-CAN-2005-1992.patch: fixed the arbitrary command

execution on XMLRPC server. (#161096)
This commit is contained in:
Akira TAGOH 2005-06-21 08:37:58 +00:00
parent 887f2693e3
commit 5a3ed365c1

View File

@ -25,6 +25,7 @@ Patch1: ruby-1.8.0-multilib.patch
Patch2: ruby-1.8.2-strscan-memset.patch
Patch3: ruby-1.8.2-deadcode.patch
Patch4: ruby-1.8.2-tcltk-multilib.patch
Patch5: ruby-1.8.2-xmlrpc-CAN-2005-1992.patch
Summary: An interpreter of object-oriented scripting language
Group: Development/Languages
@ -131,6 +132,7 @@ pushd %{name}-%{version}
%ifarch sparc64 ppc64 s390x x86_64
%patch4 -p1
%endif
%patch5 -p1
popd
%build
@ -411,6 +413,10 @@ rm -rf tmp-ruby-docs
%dir %{_datadir}/emacs/site-lisp/ruby-mode
%changelog
* Tue Jun 21 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-9
- ruby-1.8.2-xmlrpc-CAN-2005-1992.patch: fixed the arbitrary command execution
on XMLRPC server. (#161096)
* Thu Jun 16 2005 Akira TAGOH <tagoh@redhat.com> - 1.8.2-8
- ruby-1.8.2-tcltk-multilib.patch: applied to get tcltklib.so built. (#160194)