source:
trunk/server/fedora/specs/rubygem-actionpack.spec.patch
@
1335
Last change on this file since 1335 was 1329, checked in by mitchb, 15 years ago | |
---|---|
File size: 1.4 KB |
-
rubygem-actionpack.spec
old new 7 7 Summary: Web-flow and rendering framework putting the VC in MVC 8 8 Name: rubygem-%{gemname} 9 9 Version: 2.3.2 10 Release: 1 %{?dist}10 Release: 1.scripts.%{scriptsversion}%{?dist} 11 11 Group: Development/Languages 12 12 License: MIT 13 13 URL: http://www.rubyonrails.org 14 14 Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem 15 Patch0: rubygem-actionpack-2.3.x-CVE-2009-3009.patch 15 16 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 16 17 Requires: rubygems 17 18 Requires: rubygem(activesupport) = %{version} 18 19 BuildRequires: rubygems 19 20 BuildArch: noarch 20 21 Provides: rubygem(%{gemname}) = %{version} 22 Provides: scripts-rubygem-actionpack 21 23 22 24 %description 23 25 Eases web-request routing, handling, and response as a half-way front, … … 35 37 gem install --local --install-dir %{buildroot}%{gemdir} \ 36 38 --force --rdoc %{SOURCE0} 37 39 40 pushd %{buildroot}%{geminstdir} 41 cat %{PATCH0} | patch -s -p2 42 popd 43 38 44 # Remove backup files 39 45 find %{buildroot}/%{geminstdir} -type f -name "*~" -delete 40 46 … … 71 77 72 78 73 79 %changelog 80 * Thu Oct 01 2009 Mitchell Berger <mitchb@mit.edu> - 2.3.2-1.scripts 81 - Patch for CVE-2009-3009 82 74 83 * Mon Mar 16 2009 Jeroen van Meeuwen <j.van.meeuwen@ogd.nl> - 2.3.2-1 75 84 - New upstream version 76 85
Note: See TracBrowser
for help on using the repository browser.