diff options
author | taca <taca> | 2013-01-29 15:37:52 +0000 |
---|---|---|
committer | taca <taca> | 2013-01-29 15:37:52 +0000 |
commit | e206f0ba62fc8cb4c9357020fec977bc84f78a16 (patch) | |
tree | d21a0e92968361ee7557debcc85295623b380e05 /devel | |
parent | 3115a70112f994e6d20246409242fdbea551ddb8 (diff) | |
download | pkgsrc-e206f0ba62fc8cb4c9357020fec977bc84f78a16.tar.gz |
Update ruby-activesupport3 to 3.0.20.
Fix CVE-2013-0333.
There is a vulnerability in the JSON code for Ruby on Rails which
allows attackers to bypass authentication systems, inject arbitrary
SQL, inject and execute arbitrary code, or perform a DoS attack on a
Rails application.
## Rails 3.0.20 (unreleased)
* Fix XML serialization of methods that return nil to not be
considered as YAML (GH #8853 and GH #492)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-activesupport3/PLIST | 3 | ||||
-rw-r--r-- | devel/ruby-activesupport3/distinfo | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/ruby-activesupport3/PLIST b/devel/ruby-activesupport3/PLIST index 0eb47a8442c..73a4cab8981 100644 --- a/devel/ruby-activesupport3/PLIST +++ b/devel/ruby-activesupport3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/12 04:13:25 taca Exp $ +@comment $NetBSD: PLIST,v 1.2 2013/01/29 15:37:52 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/CHANGELOG ${GEM_LIBDIR}/README.rdoc @@ -158,6 +158,7 @@ ${GEM_LIBDIR}/lib/active_support/inflector/methods.rb ${GEM_LIBDIR}/lib/active_support/inflector/transliterate.rb ${GEM_LIBDIR}/lib/active_support/json.rb ${GEM_LIBDIR}/lib/active_support/json/backends/jsongem.rb +${GEM_LIBDIR}/lib/active_support/json/backends/okjson.rb ${GEM_LIBDIR}/lib/active_support/json/backends/yajl.rb ${GEM_LIBDIR}/lib/active_support/json/backends/yaml.rb ${GEM_LIBDIR}/lib/active_support/json/decoding.rb diff --git a/devel/ruby-activesupport3/distinfo b/devel/ruby-activesupport3/distinfo index 50fe6f04857..b8630166de7 100644 --- a/devel/ruby-activesupport3/distinfo +++ b/devel/ruby-activesupport3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2013/01/09 12:25:17 taca Exp $ +$NetBSD: distinfo,v 1.19 2013/01/29 15:37:52 taca Exp $ -SHA1 (activesupport-3.0.19.gem) = b525b778f82f844a56ff993211825b9811bf82bd -RMD160 (activesupport-3.0.19.gem) = c5bb14ac0be7b9cf636a11b9feb2bcec00ce1e27 -Size (activesupport-3.0.19.gem) = 304128 bytes +SHA1 (activesupport-3.0.20.gem) = 5bc7b2f1ad70a2781c4a41a2f4eaa75b999750e4 +RMD160 (activesupport-3.0.20.gem) = 84a3214cc9179492ec0417488aedd098108103ec +Size (activesupport-3.0.20.gem) = 307200 bytes |