pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang lang/ruby26: update to 2.6.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d88a423654a
branches:  trunk
changeset: 341435:8d88a423654a
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Oct 02 13:44:34 2019 +0000

description:
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:

 lang/ruby/rubyversion.mk  |   4 ++--
 lang/ruby26-base/Makefile |   3 +--
 lang/ruby26-base/distinfo |  10 +++++-----
 lang/ruby26/Makefile      |   3 +--
 4 files changed, 9 insertions(+), 11 deletions(-)

diffs (70 lines):

diff -r 03cc35c30af5 -r 8d88a423654a lang/ruby/rubyversion.mk
--- a/lang/ruby/rubyversion.mk  Wed Oct 02 13:41:42 2019 +0000
+++ b/lang/ruby/rubyversion.mk  Wed Oct 02 13:44:34 2019 +0000
@@ -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 @@
 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 -r 03cc35c30af5 -r 8d88a423654a lang/ruby26-base/Makefile
--- a/lang/ruby26-base/Makefile Wed Oct 02 13:41:42 2019 +0000
+++ b/lang/ruby26-base/Makefile Wed Oct 02 13:44:34 2019 +0000
@@ -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 @@
 
 MAKE_JOBS_SAFE=                no
 USE_GCC_RUNTIME=       yes
-USE_LANGUAGES=         c
 USE_TOOLS+=            pax yacc pkg-config
 GNU_CONFIGURE=         yes
 TEST_TARGET=           test
diff -r 03cc35c30af5 -r 8d88a423654a lang/ruby26-base/distinfo
--- a/lang/ruby26-base/distinfo Wed Oct 02 13:41:42 2019 +0000
+++ b/lang/ruby26-base/distinfo Wed Oct 02 13:44:34 2019 +0000
@@ -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 -r 03cc35c30af5 -r 8d88a423654a lang/ruby26/Makefile
--- a/lang/ruby26/Makefile      Wed Oct 02 13:41:42 2019 +0000
+++ b/lang/ruby26/Makefile      Wed Oct 02 13:44:34 2019 +0000
@@ -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 @@
 MAINTAINER=    taca%NetBSD.org@localhost
 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
 



Home | Main Index | Thread Index | Old Index