summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-11-19 15:34:37 +0000
committertaca <taca@pkgsrc.org>2011-11-19 15:34:37 +0000
commit9549e5854fd828d24a357dce0a13525ac553e579 (patch)
tree895630fd364f7d2472cc8cf58619a5268e944ea6 /www
parentc95baabc922f5fdb199c13f8d759d7f3e043fd9d (diff)
downloadpkgsrc-9549e5854fd828d24a357dce0a13525ac553e579.tar.gz
Update ruby-actionpack3 package to 3.0.11.
*Rails 3.0.11 (unreleased)* * Fix XSS security vulnerability in the `translate` helper method. When using interpolation in combination with HTML-safe translations, the interpolated input would not get HTML escaped. *GH 3664* Before: translate('foo_html', :something => '<script>') # => "...<script>..." After: translate('foo_html', :something => '<script>') # => "...&lt;script&gt;..." *Sergey Nartimov* * Implement a workaround for a bug in ruby-1.9.3p0 where an error would be raised while attempting to convert a template from one encoding to another. Please see http://redmine.ruby-lang.org/issues/5564 for details of the bug. The workaround is to load all conversions into memory ahead of time, and will only happen if the ruby version is exactly 1.9.3p0. The hope is obviously that the underlying problem will be resolved in the next patchlevel release of 1.9.3. * Fix assert_select_email to work on multipart and non-multipart emails as the method stopped working correctly in Rails 3.x due to changes in the new mail gem. * Fix url_for when passed a hash to prevent additional options (eg. :host, :protocol) from being added to the hash after calling it.
Diffstat (limited to 'www')
-rw-r--r--www/ruby-actionpack3/PLIST3
-rw-r--r--www/ruby-actionpack3/distinfo8
2 files changed, 6 insertions, 5 deletions
diff --git a/www/ruby-actionpack3/PLIST b/www/ruby-actionpack3/PLIST
index 2f295d0c732..a147fc50192 100644
--- a/www/ruby-actionpack3/PLIST
+++ b/www/ruby-actionpack3/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/12 04:20:20 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2011/11/19 15:34:37 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/MIT-LICENSE
@@ -122,6 +122,7 @@ ${GEM_LIBDIR}/lib/action_pack/version.rb
${GEM_LIBDIR}/lib/action_view.rb
${GEM_LIBDIR}/lib/action_view/base.rb
${GEM_LIBDIR}/lib/action_view/context.rb
+${GEM_LIBDIR}/lib/action_view/data/encoding_conversions.txt
${GEM_LIBDIR}/lib/action_view/helpers.rb
${GEM_LIBDIR}/lib/action_view/helpers/active_model_helper.rb
${GEM_LIBDIR}/lib/action_view/helpers/asset_tag_helper.rb
diff --git a/www/ruby-actionpack3/distinfo b/www/ruby-actionpack3/distinfo
index 5d7e7688b8f..e7991cbe852 100644
--- a/www/ruby-actionpack3/distinfo
+++ b/www/ruby-actionpack3/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2011/08/17 14:18:02 taca Exp $
+$NetBSD: distinfo,v 1.10 2011/11/19 15:34:37 taca Exp $
-SHA1 (actionpack-3.0.10.gem) = ee3f24d44c9aafb7911583de1db1e8a35a27e4e7
-RMD160 (actionpack-3.0.10.gem) = 983b00a72c0974ca188847f08bcaca948ea9e6be
-Size (actionpack-3.0.10.gem) = 354816 bytes
+SHA1 (actionpack-3.0.11.gem) = 2161526f06ead521d0473b2bbad7e4db4a20fd5a
+RMD160 (actionpack-3.0.11.gem) = e21ccd58f0051e053a2dea3f3a7b2d97b6483012
+Size (actionpack-3.0.11.gem) = 358912 bytes