Path to this page:
./
www/ruby-actionpack3,
Toolkit for building modeling frameworks (part of Rails)
Branch: pkgsrc-2011Q4,
Version: 3.0.11nb3,
Package name: ruby19-actionpack-3.0.11nb3,
Maintainer: pkgsrc-usersAction Pack is a framework for handling and responding to web requests. It
provides mechanisms for *routing* (mapping request URLs to actions), defining
*controllers* that implement actions, and generating responses by rendering
*views*, which are templates of various formats. In short, Action Pack
provides the view and controller layers in the MVC paradigm.
Required to run:[
devel/ruby-i18n_05] [
devel/ruby-activemodel] [
lang/ruby19-base] [
time/ruby-tzinfo] [
www/ruby-rack12] [
www/ruby-rack-mount06] [
www/ruby-rack-test05] [
www/ruby-erubis26] [
textproc/ruby-builder]
Master sites:
SHA1: 2161526f06ead521d0473b2bbad7e4db4a20fd5a
RMD160: e21ccd58f0051e053a2dea3f3a7b2d97b6483012
Filesize: 350.5 KB
Version history: (Expand)
- (2012-03-06) Updated to version: ruby19-actionpack-3.0.11nb3
- (2012-01-08) Package added to pkgsrc.se, version ruby19-actionpack-3.0.11nb2 (created)
CVS history: (Expand)
2012-03-06 00:28:41 by Matthias Scheler | Files touched by this commit (12) |
Log message:
Pullup ticket #3693 - requested by taca
devel/ruby-activesupport3: security patch
devel/ruby-activesupport31: security patch
www/ruby-actionpack3: security patch
www/ruby-actionpack31: security patch
Revisions pulled up:
- devel/ruby-activesupport3/Makefile 1.6
- devel/ruby-activesupport3/distinfo 1.11
- \
devel/ruby-activesupport3/patches/patch-lib_active__support_core__ext_string_output__safety.rb \
1.1
- devel/ruby-activesupport31/Makefile 1.3
- devel/ruby-activesupport31/distinfo 1.2
- \
devel/ruby-activesupport31/patches/patch-lib_active__support_core__ext_string_output__safety.rb \
1.1
- www/ruby-actionpack3/Makefile 1.11
- www/ruby-actionpack3/distinfo 1.11
- www/ruby-actionpack3/patches/patch-lib_action__view_helpers_capture__helper.rb 1.1
- www/ruby-actionpack31/Makefile 1.2
- www/ruby-actionpack31/distinfo 1.2
- www/ruby-actionpack31/patches/patch-lib_action__view_helpers_capture__helper.rb 1.1
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Mar 3 04:47:15 UTC 2012
Modified Files:
pkgsrc/devel/ruby-activesupport3: Makefile distinfo
pkgsrc/devel/ruby-activesupport31: Makefile distinfo
pkgsrc/www/ruby-actionpack3: Makefile distinfo
pkgsrc/www/ruby-actionpack31: Makefile distinfo
Added Files:
pkgsrc/devel/ruby-activesupport3/patches:
patch-lib_active__support_core__ext_string_output__safety.rb
pkgsrc/devel/ruby-activesupport31/patches:
patch-lib_active__support_core__ext_string_output__safety.rb
pkgsrc/www/ruby-actionpack3/patches:
patch-lib_action__view_helpers_capture__helper.rb
pkgsrc/www/ruby-actionpack31/patches:
patch-lib_action__view_helpers_capture__helper.rb
Log message:
Add fix for CVE-2012-1098 to:
devel/ruby-activesupport3
devel/ruby-activesupport31
www/ruby-actionpack3
www/ruby-actionpack31
And bump each PKGREVISION.
|