From 5a3ed365c1fa5be6b69fca35ddc236ea57dda8c4 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Jun 21 2005 08:37:58 +0000 Subject: - ruby-1.8.2-xmlrpc-CAN-2005-1992.patch: fixed the arbitrary command execution on XMLRPC server. (#161096) --- diff --git a/ruby.spec b/ruby.spec index cd714f4..d915e82 100644 --- a/ruby.spec +++ b/ruby.spec @@ -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 - 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 - 1.8.2-8 - ruby-1.8.2-tcltk-multilib.patch: applied to get tcltklib.so built. (#160194)