From e571bc8ec522e3719c65db2f767ac82f2e6e9767 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Nov 10 2004 07:58:20 +0000 Subject: - 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] --- diff --git a/.cvsignore b/.cvsignore index 3547216..0887846 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/ruby.spec b/ruby.spec index 4f11a94..cf7fc11 100644 --- a/ruby.spec +++ b/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 - 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 - 1.8.1-8 - added openssl-devel and db4-devel into BuildRequires (#137479)