pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang lang/ruby25: update to 2.5.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6bd90e3460a
branches:  trunk
changeset: 340398:b6bd90e3460a
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Oct 02 13:39:52 2019 +0000

description:
lang/ruby25: update to 2.5.7

Update ruby25-base, ruby25 and ruby25-mode packges to 2.5.7.

pkgsrc chagnes

* fix warnings of pkglint.

Quote from release announce:

Ruby 2.5.7 (2019-10-01)

This release includes security fixes as listed below. 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/ruby25-base/Makefile |   3 +--
 lang/ruby25-base/distinfo |  10 +++++-----
 lang/ruby25/Makefile      |   3 +--
 4 files changed, 9 insertions(+), 11 deletions(-)

diffs (70 lines):

diff -r 0d66e71ddf72 -r b6bd90e3460a lang/ruby/rubyversion.mk
--- a/lang/ruby/rubyversion.mk  Wed Oct 02 13:39:04 2019 +0000
+++ b/lang/ruby/rubyversion.mk  Wed Oct 02 13:39:52 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.209 2019/10/02 13:31:47 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.210 2019/10/02 13:39:52 taca Exp $
 #
 
 # This file determines which Ruby version is used as a dependency for
@@ -216,7 +216,7 @@
 # current supported Ruby's version
 RUBY22_VERSION=                2.2.10
 RUBY24_VERSION=                2.4.9
-RUBY25_VERSION=                2.5.6
+RUBY25_VERSION=                2.5.7
 RUBY26_VERSION=                2.6.4
 
 # current API compatible version; used for version of shared library
diff -r 0d66e71ddf72 -r b6bd90e3460a lang/ruby25-base/Makefile
--- a/lang/ruby25-base/Makefile Wed Oct 02 13:39:04 2019 +0000
+++ b/lang/ruby25-base/Makefile Wed Oct 02 13:39:52 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/03/16 14:34:56 taca Exp $
+# $NetBSD: Makefile,v 1.10 2019/10/02 13:39:53 taca Exp $
 
 DISTNAME=      ${RUBY_DISTNAME}
 PKGNAME=       ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
@@ -12,7 +12,6 @@
 RUBY_VERSIONS_ACCEPTED=        25
 
 USE_GCC_RUNTIME=       yes
-USE_LANGUAGES=         c
 USE_TOOLS+=            pax yacc pkg-config
 GNU_CONFIGURE=         yes
 TEST_TARGET=           test
diff -r 0d66e71ddf72 -r b6bd90e3460a lang/ruby25-base/distinfo
--- a/lang/ruby25-base/distinfo Wed Oct 02 13:39:04 2019 +0000
+++ b/lang/ruby25-base/distinfo Wed Oct 02 13:39:52 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2019/08/28 14:12:21 taca Exp $
+$NetBSD: distinfo,v 1.12 2019/10/02 13:39:53 taca Exp $
 
-SHA1 (ruby-2.5.6.tar.xz) = 5008b35d386c4b663b7956a0790b6aa7ae5dc9a9
-RMD160 (ruby-2.5.6.tar.xz) = ccf857537a9be941f239e939ecee27bab8b6e305
-SHA512 (ruby-2.5.6.tar.xz) = 4fe5f8bad5d320f8f17b02ce15afee341e7b0074efcfd98d8944e0cb7c448e0660c4553dd5c0328ee3b49fea3247642f85c60bdce431ed57f58b6326dfd48ee1
-Size (ruby-2.5.6.tar.xz) = 11323612 bytes
+SHA1 (ruby-2.5.7.tar.xz) = dd6b2841334ee99250fdf6a29c4eda501df6be97
+RMD160 (ruby-2.5.7.tar.xz) = 6a0311eefcb23902c7e9f1f9a3d253f7c944cb27
+SHA512 (ruby-2.5.7.tar.xz) = 63b7c75fab44cd1bd22f22ddec00c740cf379ac7240da0dfafcec54347766695faef47428ce1c433fd77fa96992e976c984697067fa526236d383b12adc9ce75
+Size (ruby-2.5.7.tar.xz) = 11296440 bytes
 SHA1 (patch-configure) = 965f31ec3ae2fb91479f02cb3b19ea7518685718
 SHA1 (patch-ext_dbm_extconf.rb) = c998f8735db54b1ae2bc8b6caa359ce88bc7a45b
 SHA1 (patch-lib_mkmf.rb) = 75d2261a8282a00cd5f811a5e629302d1667207e
diff -r 0d66e71ddf72 -r b6bd90e3460a lang/ruby25/Makefile
--- a/lang/ruby25/Makefile      Wed Oct 02 13:39:04 2019 +0000
+++ b/lang/ruby25/Makefile      Wed Oct 02 13:39:52 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/01/08 14:20:05 taca Exp $
+# $NetBSD: Makefile,v 1.2 2019/10/02 13:39:52 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