diff options
author | taca <taca@pkgsrc.org> | 2015-06-23 14:07:36 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-06-23 14:07:36 +0000 |
commit | 19bdbd7088ca03030e99f9e1403b54618cb25c71 (patch) | |
tree | dd323a79b3a798f798fbcc343787adb360702145 /lang | |
parent | bc7834de84963bbb74bbc6c104afcda5bdda6ef7 (diff) | |
download | pkgsrc-19bdbd7088ca03030e99f9e1403b54618cb25c71.tar.gz |
Update rubygems to 2.4.8, including security fix for CVE-2015-3900.
=== 2.4.8 / 2015-06-08
Bug fixes:
* Tightened API endpoint checks for CVE-2015-3900
=== 2.4.7 / 2015-05-14
Bug fixes:
* Backport: Limit API endpoint to original security domain for CVE-2015-3900.
Fix by claudijd
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby/rubyversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index ce9e15fa09d..88f47de4b2f 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.142 2015/05/16 11:21:00 ryoon Exp $ +# $NetBSD: rubyversion.mk,v 1.143 2015/06/23 14:07:36 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -247,7 +247,7 @@ RUBY21_API_VERSION= 2.1.0 RUBY22_API_VERSION= 2.2.0 # pkgsrc's rubygems's version -RUBY_GEMS_PKGSRC_VERS= 2.4.6 +RUBY_GEMS_PKGSRC_VERS= 2.4.8 # pkgsrc's rdoc's version RUBY_RDOC_PKGSRC_VERS= 4.2.0 |