diff options
author | taca <taca@pkgsrc.org> | 2017-12-15 03:23:29 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-12-15 03:23:29 +0000 |
commit | 2ba60d6ddd8e055f494115b174fbb0b8f3a29e99 (patch) | |
tree | f1a9df8ca8c7db04e46e006a36d9c53e480b22a0 /lang/ruby | |
parent | e9439194722437e5d35861b5491251c63cabf6f8 (diff) | |
download | pkgsrc-2ba60d6ddd8e055f494115b174fbb0b8f3a29e99.tar.gz |
lang/ruby24-base: update to 2.4.3
Update ruby24-base/ruby24 to 2.4.3.
Ruby 2.4.3 Released
Posted by nagachika on 14 Dec 2017
Ruby 2.4.3 has been released.
This release includes some bug fixes and a security fix.
* CVE-2017-17405: Command injection vulnerability in Net::FTP
There are also som bug fixes. See commit logs for more details.
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/rubyversion.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index f4f695f49c9..ba83f73fd33 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.185 2017/12/15 03:19:29 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.186 2017/12/15 03:23:29 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -216,7 +216,7 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/ruby([0-9][0-9])-.*/\1/} # current supported Ruby's version RUBY22_VERSION= 2.2.8 RUBY23_VERSION= 2.3.6 -RUBY24_VERSION= 2.4.2 +RUBY24_VERSION= 2.4.3 # current API compatible version; used for version of shared library RUBY22_API_VERSION= 2.2.0 @@ -310,7 +310,7 @@ RUBY_SUFFIX= ${_RUBY_VER_MAJOR}${_RUBY_VER_MINOR} RUBY_VERSION= ${RUBY24_VERSION} RUBY_ABI_VERSION= ${RUBY_VERSION} -RUBY_GEMS_VERSION= 2.6.11 +RUBY_GEMS_VERSION= 2.6.14 RUBY_RDOC_VERSION= 5.0.0 RUBY_RAKE_VERSION= 12.0.0 RUBY_JSON_VERSION= 2.0.4 |