summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-04-06 13:26:03 +0000
committertaca <taca@pkgsrc.org>2011-04-06 13:26:03 +0000
commite186c3979883cc74002864a092cb5f5a8bb22788 (patch)
treefd1a1647ccb2acbe0551320a66408e4239f704a9 /www
parent9e81e9b16c298c857d470f89044416415e34e441 (diff)
downloadpkgsrc-e186c3979883cc74002864a092cb5f5a8bb22788.tar.gz
Update ruby-actionpack3 pacakge to 3.0.6.
*Rails 3.0.6 (April 5, 2011) * Fixed XSS vulnerability in `auto_link`. `auto_link` no longer marks input as html safe. Please make sure that calls to auto_link() are wrapped in a sanitize(), or a raw() depending on the type of input passed to auto_link(). For example: <%= sanitize(auto_link(some_user_input)) %> Thanks to Torben Schulz for reporting this. The fix can be found here: 61ee3449674c591747db95f9b3472c5c3bd9e84d * Fixes the output of `rake routes` to be correctly match to the behavior of the application, as the regular expression used to match the path is greedy and won't capture the format part by default [Prem Sichanugrist] * Fixes an issue with number_to_human when converting values which are less than 1 but greater than -1 [Josh Kalderimis] * Sensitive query string parameters (specified in config.filter_parameters) will now be filtered out from the request paths in the log file. [Prem Sichanugrist, fxn] * URL parameters which return nil for to_param are now removed from the query string [Andrew White] * Don't allow i18n to change the minor version, version now set to ~> 0.5.0 [Santiago Pastorino] * Make TranslationHelper#translate use the :rescue_format option in I18n 0.5.0 [Sven Fuchs] * Fix regression: javascript_include_tag shouldn't raise if you register an expansion key with nil or [] value [Santiago Pastorino] * Fix Action caching bug where an action that has a non-cacheable response always renders a nil response body. It now correctly renders the response body. [Cheah Chu Yeow]
Diffstat (limited to 'www')
-rw-r--r--www/ruby-actionpack3/distinfo10
-rw-r--r--www/ruby-actionpack3/patches/patch-.._actionpack.gemspec6
2 files changed, 8 insertions, 8 deletions
diff --git a/www/ruby-actionpack3/distinfo b/www/ruby-actionpack3/distinfo
index 3fa50cf340b..ac982168511 100644
--- a/www/ruby-actionpack3/distinfo
+++ b/www/ruby-actionpack3/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2011/03/23 14:46:51 taca Exp $
+$NetBSD: distinfo,v 1.5 2011/04/06 13:26:03 taca Exp $
-SHA1 (actionpack-3.0.5.gem) = 0a6f7f9ac2960ff224c913877a2917e1bea80df3
-RMD160 (actionpack-3.0.5.gem) = c486be1215f8a39bbec8d2b27fa3d1b83ff9bb06
-Size (actionpack-3.0.5.gem) = 352256 bytes
-SHA1 (patch-.._actionpack.gemspec) = fad78a487c156b9570f997411fd587ec900d9eae
+SHA1 (actionpack-3.0.6.gem) = e8fbefd5b0a46408dd557331700ea514a4c199ab
+RMD160 (actionpack-3.0.6.gem) = 07947502a76c4002a42938f26d8a1a9c9bab27e2
+Size (actionpack-3.0.6.gem) = 353280 bytes
+SHA1 (patch-.._actionpack.gemspec) = a830c3de1807cfe5f5d70ebc9e4be2f193badf69
diff --git a/www/ruby-actionpack3/patches/patch-.._actionpack.gemspec b/www/ruby-actionpack3/patches/patch-.._actionpack.gemspec
index 09e68141e3a..8ac0d222b80 100644
--- a/www/ruby-actionpack3/patches/patch-.._actionpack.gemspec
+++ b/www/ruby-actionpack3/patches/patch-.._actionpack.gemspec
@@ -1,9 +1,9 @@
-$NetBSD: patch-.._actionpack.gemspec,v 1.1 2011/03/23 14:46:51 taca Exp $
+$NetBSD: patch-.._actionpack.gemspec,v 1.2 2011/04/06 13:26:03 taca Exp $
Allow depending later version gem of builder.
---- ../actionpack-3.0.5.gemspec.orig 2011-02-28 08:31:10.000000000 +0000
-+++ ../actionpack-3.0.5.gemspec
+--- ../actionpack-3.0.6.gemspec.orig 2011-04-06 09:18:37.000000000 +0900
++++ ../actionpack-3.0.6.gemspec 2011-04-06 09:18:37.000000000 +0900
@@ -56,7 +56,7 @@ dependencies:
requirement: &id003 !ruby/object:Gem::Requirement
none: false