Update ruby21 and ruby21-base package to 2.1.10.
Ruby 2.1.10 Released Posted by usa on 1 Apr 2016 Ruby 2.1.10 has been released. This release is not intended for production use, but for compatibility tests with two-digit version numbers. You don¡Çt have to replace Ruby 2.1.9 by 2.1.10 in normal use. As announced in the 2.1.9 release post, Ruby 2.1.10 does not include any changes from 2.1.9, except for its version number (and only one small related change in its test suite). Please test your applications and/or libraries for compatibility with two-digit version numbers. Ruby 2.1.9 Released Posted by usa on 30 Mar 2016 Ruby 2.1.9 has been released. This release includes many bug fixes. See ChangeLog for details. As announced before, this is the last normal release of the Ruby 2.1 series. After this release we will never backport any bug fixes to 2.1 except security fixes. We recommend that you start planning to upgrade to Ruby 2.3 or 2.2. By the way, we are planning to release Ruby 2.1.10 in a few days. Ruby 2.1.10 will not include any changes from 2.1.9, except for its version number. You do not have to use it on production, but you should test it because it has a two-digit version number.
This commit is contained in:
parent
34f71f5029
commit
f7691b7c36
4 changed files with 14 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: rubyversion.mk,v 1.161 2016/05/15 14:07:48 taca Exp $
|
||||
# $NetBSD: rubyversion.mk,v 1.162 2016/05/15 14:15:14 taca Exp $
|
||||
#
|
||||
|
||||
# This file determines which Ruby version is used as a dependency for
|
||||
|
@ -223,13 +223,13 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/ruby([0-9][0-9]+)-.*/\1/}
|
|||
|
||||
# current supported Ruby's version
|
||||
RUBY18_VERSION= 1.8.7
|
||||
RUBY21_VERSION= 2.1.8
|
||||
RUBY21_VERSION= 2.1.10
|
||||
RUBY22_VERSION= 2.2.5
|
||||
RUBY23_VERSION= 2.3.0
|
||||
|
||||
# patch level
|
||||
RUBY18_PATCHLEVEL= pl374
|
||||
#RUBY21_PATCHLEVEL= p440
|
||||
#RUBY21_PATCHLEVEL= p492
|
||||
#RUBY22_PATCHLEVEL= p319
|
||||
#RUBY23_PATCHLEVEL= p0
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.21 2016/03/05 11:28:44 jperkin Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2016/05/15 14:15:14 taca Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ${RUBY_DISTNAME}
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION_FULL}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= lang ruby
|
||||
MASTER_SITES= ${MASTER_SITE_RUBY}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.8 2015/12/16 16:03:12 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.9 2016/05/15 14:15:14 taca Exp $
|
||||
bin/erb${RUBY_SUFFIX}
|
||||
bin/gem${RUBY_SUFFIX}
|
||||
bin/irb${RUBY_SUFFIX}
|
||||
|
@ -890,7 +890,9 @@ ${RUBY_ARCHLIB}/enc/utf_16be.${RUBY_DLEXT}
|
|||
${RUBY_ARCHLIB}/enc/utf_16le.${RUBY_DLEXT}
|
||||
${RUBY_ARCHLIB}/enc/utf_32be.${RUBY_DLEXT}
|
||||
${RUBY_ARCHLIB}/enc/utf_32le.${RUBY_DLEXT}
|
||||
${RUBY_ARCHLIB}/enc/windows_1250.${RUBY_DLEXT}
|
||||
${RUBY_ARCHLIB}/enc/windows_1251.${RUBY_DLEXT}
|
||||
${RUBY_ARCHLIB}/enc/windows_1252.${RUBY_DLEXT}
|
||||
${RUBY_ARCHLIB}/enc/windows_31j.${RUBY_DLEXT}
|
||||
${RUBY_ARCHLIB}/etc.${RUBY_DLEXT}
|
||||
${RUBY_ARCHLIB}/fcntl.${RUBY_DLEXT}
|
||||
|
@ -923,7 +925,7 @@ ${RUBY_ARCHLIB}/zlib.${RUBY_DLEXT}
|
|||
${GEM_HOME}/gems/rake-10.1.0/bin/rake
|
||||
${GEM_HOME}/gems/rdoc-4.1.0/bin/rdoc
|
||||
${GEM_HOME}/gems/rdoc-4.1.0/bin/ri
|
||||
${GEM_HOME}/gems/test-unit-2.1.8.0/bin/testrb
|
||||
${GEM_HOME}/gems/test-unit-2.1.10.0/bin/testrb
|
||||
${GEM_HOME}/specifications/default/bigdecimal-1.2.4.gemspec
|
||||
${GEM_HOME}/specifications/default/io-console-0.4.3.gemspec
|
||||
${GEM_HOME}/specifications/default/json-1.8.1.gemspec
|
||||
|
@ -931,7 +933,7 @@ ${GEM_HOME}/specifications/default/minitest-4.7.5.gemspec
|
|||
${GEM_HOME}/specifications/default/psych-2.0.5.gemspec
|
||||
${GEM_HOME}/specifications/default/rake-10.1.0.gemspec
|
||||
${GEM_HOME}/specifications/default/rdoc-4.1.0.gemspec
|
||||
${GEM_HOME}/specifications/default/test-unit-2.1.8.0.gemspec
|
||||
${GEM_HOME}/specifications/default/test-unit-2.1.10.0.gemspec
|
||||
man/man1/erb${RUBY_SUFFIX}.1
|
||||
man/man1/irb${RUBY_SUFFIX}.1
|
||||
man/man1/rake${RUBY_SUFFIX}.1
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.24 2016/03/24 16:29:50 taca Exp $
|
||||
$NetBSD: distinfo,v 1.25 2016/05/15 14:15:14 taca Exp $
|
||||
|
||||
SHA1 (ruby-2.1.8.tar.bz2) = 0284eaf42ac76a641abd5cd4b6bd933abeb9934e
|
||||
RMD160 (ruby-2.1.8.tar.bz2) = 3ab77f712adf6dfa270b9cebeab0863d31f5f694
|
||||
SHA512 (ruby-2.1.8.tar.bz2) = 7129c012bca7f0e7cfa51c73ba0898697f7a9f31abd5ae57d38be5b6b646fd80ab33be9b262cd3e2486c66f65aaf4ec6e881ae6e5a82ec9df62f00fa072510fc
|
||||
Size (ruby-2.1.8.tar.bz2) = 12014426 bytes
|
||||
SHA1 (ruby-2.1.10.tar.bz2) = 22dcd759d8cbb14c8735988fbc7ee5c35f9d4720
|
||||
RMD160 (ruby-2.1.10.tar.bz2) = 10715c21fec59b94e1fb4077b2aa71367adf422e
|
||||
SHA512 (ruby-2.1.10.tar.bz2) = 4b7213695416876e4de3cbce912f61ac89db052c74f0daa8424477991cfc49b07300e960177ff576b634a97ee8afef3c5aded5d5806329dbd01d0ce7b42b9b63
|
||||
Size (ruby-2.1.10.tar.bz2) = 12015299 bytes
|
||||
SHA1 (patch-configure) = 7f1f6d2dc7d32c96d6ae65562a9bc6d50d2b79dd
|
||||
SHA1 (patch-eval.c) = a1e86d4ed1729398393e83d519e991259c6163de
|
||||
SHA1 (patch-eval__error.c) = cc313587bb24e16e4702f784b30e64618ae3f5a4
|
||||
|
|
Loading…
Reference in a new issue