Received: by mail.netbsd.org (Postfix, from userid 605) id 5A76384E1D; Wed, 2 Oct 2019 13:39:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D65EF84E1B for ; Wed, 2 Oct 2019 13:39:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id YZH0SfxqmP5q for ; Wed, 2 Oct 2019 13:39:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3FE7384D3F for ; Wed, 2 Oct 2019 13:39:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 37DA9FBF4; Wed, 2 Oct 2019 13:39:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1570023593176890" MIME-Version: 1.0 Date: Wed, 2 Oct 2019 13:39:53 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20191002133953.37DA9FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1570023593176890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Oct 2 13:39:53 UTC 2019 Modified Files: pkgsrc/lang/ruby: rubyversion.mk pkgsrc/lang/ruby25: Makefile pkgsrc/lang/ruby25-base: Makefile distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.209 -r1.210 pkgsrc/lang/ruby/rubyversion.mk cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/ruby25/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/ruby25-base/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/ruby25-base/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1570023593176890 Content-Disposition: inline Content-Length: 3350 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/ruby/rubyversion.mk diff -u pkgsrc/lang/ruby/rubyversion.mk:1.209 pkgsrc/lang/ruby/rubyversion.mk:1.210 --- pkgsrc/lang/ruby/rubyversion.mk:1.209 Wed Oct 2 13:31:47 2019 +++ pkgsrc/lang/ruby/rubyversion.mk Wed Oct 2 13:39:52 2019 @@ -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 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/rub # 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 Index: pkgsrc/lang/ruby25/Makefile diff -u pkgsrc/lang/ruby25/Makefile:1.1 pkgsrc/lang/ruby25/Makefile:1.2 --- pkgsrc/lang/ruby25/Makefile:1.1 Mon Jan 8 14:20:05 2018 +++ pkgsrc/lang/ruby25/Makefile Wed Oct 2 13:39:52 2019 @@ -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 @@ 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 Index: pkgsrc/lang/ruby25-base/Makefile diff -u pkgsrc/lang/ruby25-base/Makefile:1.9 pkgsrc/lang/ruby25-base/Makefile:1.10 --- pkgsrc/lang/ruby25-base/Makefile:1.9 Sat Mar 16 14:34:56 2019 +++ pkgsrc/lang/ruby25-base/Makefile Wed Oct 2 13:39:53 2019 @@ -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 @@ COMMENT= Ruby ${RUBY_VERSION} release mi RUBY_VERSIONS_ACCEPTED= 25 USE_GCC_RUNTIME= yes -USE_LANGUAGES= c USE_TOOLS+= pax yacc pkg-config GNU_CONFIGURE= yes TEST_TARGET= test Index: pkgsrc/lang/ruby25-base/distinfo diff -u pkgsrc/lang/ruby25-base/distinfo:1.11 pkgsrc/lang/ruby25-base/distinfo:1.12 --- pkgsrc/lang/ruby25-base/distinfo:1.11 Wed Aug 28 14:12:21 2019 +++ pkgsrc/lang/ruby25-base/distinfo Wed Oct 2 13:39:53 2019 @@ -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 --_----------=_1570023593176890--