- ruby-1.8.2-xmlrpc-CAN-2005-1992.patch: fixed the arbitrary command
execution on XMLRPC server. (#161096)
This commit is contained in:
parent
887f2693e3
commit
5a3ed365c1
@ -25,6 +25,7 @@ Patch1: ruby-1.8.0-multilib.patch
|
|||||||
Patch2: ruby-1.8.2-strscan-memset.patch
|
Patch2: ruby-1.8.2-strscan-memset.patch
|
||||||
Patch3: ruby-1.8.2-deadcode.patch
|
Patch3: ruby-1.8.2-deadcode.patch
|
||||||
Patch4: ruby-1.8.2-tcltk-multilib.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
|
Summary: An interpreter of object-oriented scripting language
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -131,6 +132,7 @@ pushd %{name}-%{version}
|
|||||||
%ifarch sparc64 ppc64 s390x x86_64
|
%ifarch sparc64 ppc64 s390x x86_64
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%endif
|
%endif
|
||||||
|
%patch5 -p1
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -411,6 +413,10 @@ rm -rf tmp-ruby-docs
|
|||||||
%dir %{_datadir}/emacs/site-lisp/ruby-mode
|
%dir %{_datadir}/emacs/site-lisp/ruby-mode
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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)
|
- ruby-1.8.2-tcltk-multilib.patch: applied to get tcltklib.so built. (#160194)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user