diff options
author | taca <taca@pkgsrc.org> | 2012-06-02 01:40:25 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-06-02 01:40:25 +0000 |
commit | f0ad3233f346800c6398bbf86f80bf4c0b735dd4 (patch) | |
tree | 5a35048c429105b513ec653f9877754e6cfd8bf3 | |
parent | cdcb6019fbcfdac5aa1a4644980af0036b8f0ef8 (diff) | |
download | pkgsrc-f0ad3233f346800c6398bbf86f80bf4c0b735dd4.tar.gz |
Update ruby-actionpack32 to 3.2.5.
3.2.4 had some regression related problem.
## Rails 3.2.4 (May 31, 2012) ##
* Deprecate old APIs for highlight, excerpt and word_wrap *Jeremy Walker*
* Deprecate `:disable_with` in favor of `'data-disable-with'` option for `button_to`, `button_tag` and `submit_tag` helpers.
*Carlos Galdino + Rafael Mendonça França*
* Deprecate `:mouseover` option for `image_tag` helper. *Rafael Mendonça França*
* Deprecate `button_to_function` and `link_to_function` helpers. *Rafael Mendonça França*
* Don't break Haml with textarea newline fix. GH #393, #4000, #5190, #5191
* Fix options handling on labels. GH #2492, #5614
* Added config.action_view.embed_authenticity_token_in_remote_forms to deal
with regression from 16ee611fa
* Set rendered_format when doing render :inline. GH #5632
* Fix the redirect when it receive blocks with arity of 1. Closes #5677
* Strip [nil] from parameters hash. Thanks to Ben Murphy for
reporting this! CVE-2012-2660
-rw-r--r-- | www/ruby-actionpack32/Makefile | 6 | ||||
-rw-r--r-- | www/ruby-actionpack32/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/ruby-actionpack32/Makefile b/www/ruby-actionpack32/Makefile index d7ee897ba7c..9096e7b59f7 100644 --- a/www/ruby-actionpack32/Makefile +++ b/www/ruby-actionpack32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/03/18 06:47:54 taca Exp $ +# $NetBSD: Makefile,v 1.2 2012/06/02 01:40:25 taca Exp $ DISTNAME= actionpack-${RUBY_RAILS_VERSION} CATEGORIES= www @@ -13,10 +13,10 @@ LICENSE= mit DEPENDS+= ${RUBY_ACTIVEMODEL_DEPENDS} #DEPENDS+= ${RUBY_PKGPREFIX}-builder>=3.0.0<3.1:../../textproc/ruby-builder DEPENDS+= ${RUBY_PKGPREFIX}-rack>=1.4.0<1.5:../../www/ruby-rack -DEPENDS+= ${RUBY_PKGPREFIX}-rack-cache>=1.1<2:../../www/ruby-rack-cache +DEPENDS+= ${RUBY_PKGPREFIX}-rack-cache>=1.2<2:../../www/ruby-rack-cache DEPENDS+= ${RUBY_PKGPREFIX}-rack-test>=0.6.1<0.7:../../www/ruby-rack-test DEPENDS+= ${RUBY_PKGPREFIX}-journey>=1.0.1<1.1:../../www/ruby-journey -DEPENDS+= ${RUBY_PKGPREFIX}-sprockets>=2.1.2<2.2:../../misc/ruby-sprockets21 +DEPENDS+= ${RUBY_PKGPREFIX}-sprockets>=2.1.3<2.2:../../misc/ruby-sprockets21 DEPENDS+= ${RUBY_PKGPREFIX}-erubis>=2.7.0<2.8:../../www/ruby-erubis RUBY_RAILS_SUPPORTED= 32 diff --git a/www/ruby-actionpack32/distinfo b/www/ruby-actionpack32/distinfo index 18ad30bd8c8..832c2a5d426 100644 --- a/www/ruby-actionpack32/distinfo +++ b/www/ruby-actionpack32/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2012/04/29 13:00:28 taca Exp $ +$NetBSD: distinfo,v 1.3 2012/06/02 01:40:25 taca Exp $ -SHA1 (actionpack-3.2.3.gem) = 06d51ebd0863e0075d9a3e89a2e48dcc262c4e0c -RMD160 (actionpack-3.2.3.gem) = dd29352eaf9abd9461e92472e47a71d413826784 -Size (actionpack-3.2.3.gem) = 377344 bytes +SHA1 (actionpack-3.2.5.gem) = a09c5a09db1f3addbe129864d19fc9c8bcf3a658 +RMD160 (actionpack-3.2.5.gem) = 58f5fb06a02b02a9bef2c48c04d3a5c3c3417c14 +Size (actionpack-3.2.5.gem) = 378880 bytes |