summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2019-10-02 13:44:34 +0000
committertaca <taca@pkgsrc.org>2019-10-02 13:44:34 +0000
commitce94a158ecc91e7ec88db14bdb25d1ff94c7ac79 (patch)
tree242f67c64c89732b32c4985923e2471b30b83381 /lang
parent64552232b7ea5f447eb9da1762659df91bccaea4 (diff)
downloadpkgsrc-ce94a158ecc91e7ec88db14bdb25d1ff94c7ac79.tar.gz
lang/ruby26: update to 2.6.5
Update ruby26-base and ruby26 packges to 2.6.5 pkgsrc chagnes * fix warnings of pkglint. Quote from release announce: Ruby 2.6.5 (2019-10-01) This release includes security fixes. Please check the topics below for details. * CVE-2019-16255: A code injection vulnerability of Shell#[] and Shell#test * CVE-2019-16254: HTTP response splitting in WEBrick (Additional fix) * CVE-2019-15845: A NUL injection vulnerability of File.fnmatch and File.fnmatch? * CVE-2019-16201: Regular Expression Denial of Service vulnerability of WEBrick's Digest access authentication
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby/rubyversion.mk4
-rw-r--r--lang/ruby26-base/Makefile3
-rw-r--r--lang/ruby26-base/distinfo10
-rw-r--r--lang/ruby26/Makefile3
4 files changed, 9 insertions, 11 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk
index d3ebdb0d867..4cc30bdc6b2 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.210 2019/10/02 13:39:52 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.211 2019/10/02 13:44:34 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.9
RUBY25_VERSION= 2.5.7
-RUBY26_VERSION= 2.6.4
+RUBY26_VERSION= 2.6.5
# current API compatible version; used for version of shared library
RUBY22_API_VERSION= 2.2.0
diff --git a/lang/ruby26-base/Makefile b/lang/ruby26-base/Makefile
index 9f47a2569eb..1eba9dead70 100644
--- a/lang/ruby26-base/Makefile
+++ b/lang/ruby26-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/03/16 14:39:35 taca Exp $
+# $NetBSD: Makefile,v 1.4 2019/10/02 13:44:34 taca Exp $
DISTNAME= ${RUBY_DISTNAME}
PKGNAME= ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
@@ -13,7 +13,6 @@ RUBY_VERSIONS_ACCEPTED= 26
MAKE_JOBS_SAFE= no
USE_GCC_RUNTIME= yes
-USE_LANGUAGES= c
USE_TOOLS+= pax yacc pkg-config
GNU_CONFIGURE= yes
TEST_TARGET= test
diff --git a/lang/ruby26-base/distinfo b/lang/ruby26-base/distinfo
index 176551558bf..56bf7c7e22c 100644
--- a/lang/ruby26-base/distinfo
+++ b/lang/ruby26-base/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2019/08/28 14:23:21 taca Exp $
+$NetBSD: distinfo,v 1.7 2019/10/02 13:44:34 taca Exp $
-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 (ruby-2.6.5.tar.xz) = 575d3f68cbfa753fb07b538824711214f859b9c0
+RMD160 (ruby-2.6.5.tar.xz) = b63ae6256356873c5395d81b9cda58134e8d5dc5
+SHA512 (ruby-2.6.5.tar.xz) = e8ae3b5d4d23a93d0ef6057235ad0e573665a8b4b6544e1c70b4cce9c4d2fb9094e5c8fe8a9ab7b9996efe3ada603f9b4ef1fd08fb5a83253c1ae2b5e3f202db
+Size (ruby-2.6.5.tar.xz) = 11553580 bytes
SHA1 (patch-configure) = d66204877531fe147361adf843819c3db6d40919
SHA1 (patch-ext_dbm_extconf.rb) = c998f8735db54b1ae2bc8b6caa359ce88bc7a45b
SHA1 (patch-lib_mkmf.rb) = 75d2261a8282a00cd5f811a5e629302d1667207e
diff --git a/lang/ruby26/Makefile b/lang/ruby26/Makefile
index 35e36aadaee..530b453e0b3 100644
--- a/lang/ruby26/Makefile
+++ b/lang/ruby26/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/02/03 13:42:36 taca Exp $
+# $NetBSD: Makefile,v 1.2 2019/10/02 13:44:34 taca Exp $
#
DISTNAME= # empty
@@ -10,7 +10,6 @@ DISTFILES= # empty
MAINTAINER= taca@NetBSD.org
HOMEPAGE= http://www.ruby-lang.org/en/
COMMENT= Ruby programming language ${RUBY_VERSION} meta package
-LICENSE= 2-clause-bsd OR ruby-license
META_PACKAGE= yes