lang/ruby26: update to 2.6.4
Update lang/ruby26-base and lang/ruby26 to 2.6.4. Ruby 2.6.4 (2019-08-28) Ruby 2.6.4 has been released. This release includes a security fix of rdoc. Please check the topics below for details. * Multiple jQuery vulnerabilities in RDoc See the commit logs for changes in detail.
This commit is contained in:
parent
f6b56b3bc7
commit
c79867cd74
3 changed files with 9 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: rubyversion.mk,v 1.207 2019/08/28 14:12:21 taca Exp $
|
||||
# $NetBSD: rubyversion.mk,v 1.208 2019/08/28 14:23:21 taca Exp $
|
||||
#
|
||||
|
||||
# This file determines which Ruby version is used as a dependency for
|
||||
|
@ -217,7 +217,7 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/ruby([0-9][0-9])-.*/\1/}
|
|||
RUBY22_VERSION= 2.2.10
|
||||
RUBY24_VERSION= 2.4.7
|
||||
RUBY25_VERSION= 2.5.6
|
||||
RUBY26_VERSION= 2.6.3
|
||||
RUBY26_VERSION= 2.6.4
|
||||
|
||||
# current API compatible version; used for version of shared library
|
||||
RUBY22_API_VERSION= 2.2.0
|
||||
|
@ -334,7 +334,7 @@ RUBY_SUFFIX= ${_RUBY_VER_MAJOR}${_RUBY_VER_MINOR}
|
|||
RUBY_VERSION= ${RUBY26_VERSION}
|
||||
RUBY_ABI_VERSION= ${RUBY_VERSION}
|
||||
|
||||
RUBY_RDOC_VERSION= 6.1.0
|
||||
RUBY_RDOC_VERSION= 6.1.2
|
||||
|
||||
RUBY_DID_YOU_MEAN_VERSION= 1.3.0
|
||||
RUBY_IRB_VERSION= 1.0.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2019/04/17 16:33:10 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2019/08/28 14:23:21 taca Exp $
|
||||
bin/bundle${RUBY_SUFFIX}
|
||||
bin/bundler${RUBY_SUFFIX}
|
||||
bin/erb${RUBY_SUFFIX}
|
||||
|
@ -545,7 +545,6 @@ ${RUBY_LIB}/rdoc/generator/template/darkfish/images/wrench_orange.png
|
|||
${RUBY_LIB}/rdoc/generator/template/darkfish/images/zoom.png
|
||||
${RUBY_LIB}/rdoc/generator/template/darkfish/index.rhtml
|
||||
${RUBY_LIB}/rdoc/generator/template/darkfish/js/darkfish.js
|
||||
${RUBY_LIB}/rdoc/generator/template/darkfish/js/jquery.js
|
||||
${RUBY_LIB}/rdoc/generator/template/darkfish/js/search.js
|
||||
${RUBY_LIB}/rdoc/generator/template/darkfish/page.rhtml
|
||||
${RUBY_LIB}/rdoc/generator/template/darkfish/servlet_not_found.rhtml
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.5 2019/04/17 16:33:10 taca Exp $
|
||||
$NetBSD: distinfo,v 1.6 2019/08/28 14:23:21 taca Exp $
|
||||
|
||||
SHA1 (ruby-2.6.3.tar.xz) = ee231856cee812cfc67440d643f7451857a760c9
|
||||
RMD160 (ruby-2.6.3.tar.xz) = dc1d6a920ec81ce870d1302303683eef860ed137
|
||||
SHA512 (ruby-2.6.3.tar.xz) = 959a613f5cf5b3185a1d7a7ba0e1921166b3930f30461b391b1c9fcfe396f56dc3c736123dfc7b4e72c32a97dc5a1eb1fd7f09bcc3793a3c5526f6644ba421c8
|
||||
Size (ruby-2.6.3.tar.xz) = 11904360 bytes
|
||||
SHA1 (ruby-2.6.4.tar.xz) = 6ef7d60b8aaa5efb04de2eb4b682f91bc0ab3910
|
||||
RMD160 (ruby-2.6.4.tar.xz) = f943d3c0c3137b163729c505233a802392837100
|
||||
SHA512 (ruby-2.6.4.tar.xz) = 930a4162fdb008d2446247908c14269fd13db4dc80bd2bb201a65a69c03f5933f97b4c5079ccd2a12db4934ff97b2debaa10a6c6f5c3060e55873f4397747eaa
|
||||
Size (ruby-2.6.4.tar.xz) = 11727940 bytes
|
||||
SHA1 (patch-configure) = d66204877531fe147361adf843819c3db6d40919
|
||||
SHA1 (patch-ext_dbm_extconf.rb) = c998f8735db54b1ae2bc8b6caa359ce88bc7a45b
|
||||
SHA1 (patch-lib_mkmf.rb) = 75d2261a8282a00cd5f811a5e629302d1667207e
|
||||
|
|
Loading…
Reference in a new issue