NOTICE: This package has been removed from pkgsrc

./devel/ruby-activesupport3, Toolkit of support libraries (part of Rails 3.0)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.0.20, Package name: ruby193-activesupport-3.0.20, Maintainer: pkgsrc-users

A toolkit of support libraries and Ruby core extensions extracted from
the Rails framework. Rich support for multibyte strings,
internationalization, time zones, and testing.


Required to run:
[lang/ruby193-base]

Master sites:

SHA1: 5bc7b2f1ad70a2781c4a41a2f4eaa75b999750e4
RMD160: 84a3214cc9179492ec0417488aedd098108103ec
Filesize: 300 KB

Version history: (Expand)


CVS history: (Expand)


   2013-02-17 09:55:13 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
Remove ruby-activesupport3.
It is part of Ruby on Rails 3.0 which isn't supported any more.
   2013-01-29 16:37:52 by Takahiro Kambe | Files touched by this commit (2)
Log message:
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)
   2013-01-09 13:25:17 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Update ruby-activesupport3 to 3.0.19.

## Rails 3.0.19 (Jan 8, 2012) ##

*   Hash.from_xml raises when it encounters type="symbol" or \ 
type="yaml".
    Use Hash.from_trusted_xml to parse this XML.

    CVE-2013-0156

    *Jeremy Kemper*
   2012-08-12 11:44:58 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Update ruby-activesupport3 to 3.0.17.

## Rails 3.0.17 (Aug 9, 2012)

* No changes.
   2012-07-31 14:21:03 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Update ruby-activesupport3 to 3.0.16.

## Rails 3.0.16 (Jul 26, 2012)

*   No changes.

## Rails 3.0.14 (Jun 12, 2012)

*   No changes.
   2012-06-14 16:47:52 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-activesupport3 to 3.0.14.

pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later.

## Rails 3.0.14 (Jun 12, 2012)

*   No changes.
   2012-06-02 03:27:07 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Update ruby-activesupport3 to 3.0.13.

* Rails 3.0.13 (May 31, 2012)

* Stop SafeBuffer#clone_empty from issuing warnings
   2012-03-18 06:21:55 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-activesupport3 to 3.0.12.

Merged CVE-2012-1099 fix.