Received: by mail.netbsd.org (Postfix, from userid 605) id CC0E584D49; Sat, 5 Oct 2019 19:53:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 51C2184D3E for ; Sat, 5 Oct 2019 19:53:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id nYwA_JwsIbeE for ; Sat, 5 Oct 2019 19:53:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 80A9084CD8 for ; Sat, 5 Oct 2019 19:53:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7362AFBF4; Sat, 5 Oct 2019 19:53:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157030518454790" MIME-Version: 1.0 Date: Sat, 5 Oct 2019 19:53:04 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2019Q3] pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20191005195304.7362AFBF4@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. --_----------=_157030518454790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Sat Oct 5 19:53:04 UTC 2019 Modified Files: pkgsrc/lang/ruby [pkgsrc-2019Q3]: rubyversion.mk pkgsrc/lang/ruby26 [pkgsrc-2019Q3]: Makefile pkgsrc/lang/ruby26-base [pkgsrc-2019Q3]: Makefile distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.208.2.2 -r1.208.2.3 pkgsrc/lang/ruby/rubyversion.mk cvs rdiff -u -r1.1 -r1.1.6.1 pkgsrc/lang/ruby26/Makefile cvs rdiff -u -r1.3 -r1.3.6.1 pkgsrc/lang/ruby26-base/Makefile cvs rdiff -u -r1.6 -r1.6.2.1 pkgsrc/lang/ruby26-base/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157030518454790 Content-Disposition: inline Content-Length: 3377 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.208.2.2 pkgsrc/lang/ruby/rubyversion.mk:1.208.2.3 --- pkgsrc/lang/ruby/rubyversion.mk:1.208.2.2 Sat Oct 5 19:46:44 2019 +++ pkgsrc/lang/ruby/rubyversion.mk Sat Oct 5 19:53:04 2019 @@ -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/rub 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 Index: pkgsrc/lang/ruby26/Makefile diff -u pkgsrc/lang/ruby26/Makefile:1.1 pkgsrc/lang/ruby26/Makefile:1.1.6.1 --- pkgsrc/lang/ruby26/Makefile:1.1 Sun Feb 3 13:42:36 2019 +++ pkgsrc/lang/ruby26/Makefile Sat Oct 5 19:53:04 2019 @@ -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 Index: pkgsrc/lang/ruby26-base/Makefile diff -u pkgsrc/lang/ruby26-base/Makefile:1.3 pkgsrc/lang/ruby26-base/Makefile:1.3.6.1 --- pkgsrc/lang/ruby26-base/Makefile:1.3 Sat Mar 16 14:39:35 2019 +++ pkgsrc/lang/ruby26-base/Makefile Sat Oct 5 19:53:04 2019 @@ -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 Index: pkgsrc/lang/ruby26-base/distinfo diff -u pkgsrc/lang/ruby26-base/distinfo:1.6 pkgsrc/lang/ruby26-base/distinfo:1.6.2.1 --- pkgsrc/lang/ruby26-base/distinfo:1.6 Wed Aug 28 14:23:21 2019 +++ pkgsrc/lang/ruby26-base/distinfo Sat Oct 5 19:53:04 2019 @@ -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 --_----------=_157030518454790--