summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2019-10-05 19:53:04 +0000
committerbsiegert <bsiegert@pkgsrc.org>2019-10-05 19:53:04 +0000
commit871eaf43ef452c488fbcf2d405b89a24a2f3b271 (patch)
treea05e4db3501e17162195890f09fef7d37af2ebaa
parent294698df86beda9ceb05da8bd13393d877363d67 (diff)
downloadpkgsrc-871eaf43ef452c488fbcf2d405b89a24a2f3b271.tar.gz
Pullup ticket #6066 - requested by taca
lang/ruby26-base: security fix Revisions pulled up: - lang/ruby/rubyversion.mk 1.211 - lang/ruby26-base/Makefile 1.4 - lang/ruby26-base/distinfo 1.7 - lang/ruby26/Makefile 1.2 --- Module Name: pkgsrc Committed By: taca Date: Wed Oct 2 13:44:34 UTC 2019 Modified Files: pkgsrc/lang/ruby: rubyversion.mk pkgsrc/lang/ruby26: Makefile pkgsrc/lang/ruby26-base: Makefile distinfo Log Message: 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
-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 7b64bef8e91..f1a6125b792 100644
--- a/lang/ruby/rubyversion.mk
+++ b/lang/ruby/rubyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.208.2.2 2019/10/05 19:46:44 bsiegert Exp $
+# $NetBSD: rubyversion.mk,v 1.208.2.3 2019/10/05 19:53:04 bsiegert 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..58cec533f91 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.3.6.1 2019/10/05 19:53:04 bsiegert 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..02af35becd8 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.6.2.1 2019/10/05 19:53:04 bsiegert 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..4d21bd97de6 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.1.6.1 2019/10/05 19:53:04 bsiegert 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