Received: by mail.netbsd.org (Postfix, from userid 605) id DE76C84DBB; Mon, 18 Feb 2019 14:25:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6674684D88 for ; Mon, 18 Feb 2019 14:25:00 +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 D108Gjk2ahOS for ; Mon, 18 Feb 2019 14:24:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AA9CB84D21 for ; Mon, 18 Feb 2019 14:24:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CAE02FB16; Mon, 18 Feb 2019 14:20:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1550499659172110" MIME-Version: 1.0 Date: Mon, 18 Feb 2019 14:20:59 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2018Q4] pkgsrc/www/ruby-rack16 To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20190218142059.CAE02FB16@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. --_----------=_1550499659172110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Mon Feb 18 14:20:59 UTC 2019 Modified Files: pkgsrc/www/ruby-rack16 [pkgsrc-2018Q4]: Makefile distinfo Log Message: Pullup ticket #5914 - requested by taca www/ruby-rack16: security fix Revisions pulled up: - www/ruby-rack16/Makefile 1.2 - www/ruby-rack16/distinfo 1.2 --- Module Name: pkgsrc Committed By: taca Date: Sun Feb 3 15:53:03 UTC 2019 Modified Files: pkgsrc/www/ruby-rack16: Makefile distinfo Log Message: www/ruby-rack16: update to 1.6.11 * pkgsrc change: add "USE_LANGAUGES= # none" line. Update to 1.6.11 which fixes security problems of CVE-2018-16471. (CVE-2018-16470 is only for rack 2.0.x.) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.1.16.1 pkgsrc/www/ruby-rack16/Makefile \ pkgsrc/www/ruby-rack16/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1550499659172110 Content-Disposition: inline Content-Length: 1836 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-rack16/Makefile diff -u pkgsrc/www/ruby-rack16/Makefile:1.1 pkgsrc/www/ruby-rack16/Makefile:1.1.16.1 --- pkgsrc/www/ruby-rack16/Makefile:1.1 Sun Jun 4 14:17:27 2017 +++ pkgsrc/www/ruby-rack16/Makefile Mon Feb 18 14:20:59 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2017/06/04 14:17:27 taca Exp $ +# $NetBSD: Makefile,v 1.1.16.1 2019/02/18 14:20:59 bsiegert Exp $ -DISTNAME= rack-1.6.8 +DISTNAME= rack-1.6.11 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/rack/rack16/} CATEGORIES= www @@ -9,6 +9,8 @@ HOMEPAGE= http://rack.github.io/ COMMENT= Modular Ruby webserver interface LICENSE= mit +USE_LANGUAGES= # none + OVERRIDE_GEMSPEC= :executables rackup=rackup16 \ :files bin/rackup=bin/rackup16 RUBYGEM_OPTIONS+= --format-executable Index: pkgsrc/www/ruby-rack16/distinfo diff -u pkgsrc/www/ruby-rack16/distinfo:1.1 pkgsrc/www/ruby-rack16/distinfo:1.1.16.1 --- pkgsrc/www/ruby-rack16/distinfo:1.1 Sun Jun 4 14:17:27 2017 +++ pkgsrc/www/ruby-rack16/distinfo Mon Feb 18 14:20:59 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/06/04 14:17:27 taca Exp $ +$NetBSD: distinfo,v 1.1.16.1 2019/02/18 14:20:59 bsiegert Exp $ -SHA1 (rack-1.6.8.gem) = 788ffd1de0a1ff07b8afbee45dfd518f505310dd -RMD160 (rack-1.6.8.gem) = b8fb6460ce3d10ddb6c85c11a7b3dbf7efaeb5ab -SHA512 (rack-1.6.8.gem) = 384eb008175fde9583c757399980295d57b027bb5c8c64d39857b1f70a4c891b696638a3d67736aabb9dfc3f4f6576127e69c02bf8f109ce4ceb56b67c3efbfa -Size (rack-1.6.8.gem) = 228864 bytes +SHA1 (rack-1.6.11.gem) = 64a0cd32f46c0ff44ffda4055048fe6309903110 +RMD160 (rack-1.6.11.gem) = 9a9435b6842a068eacf3d3a7d9348a656c6ab9af +SHA512 (rack-1.6.11.gem) = f54d9c4d72d22c57624bb745399ac0d4f155185d01f956ad395bee2a0add6f11e8d9d25fcd330ec6aa97409ba10c2246424d067999b86f2e5cb1fd74a43c6529 +Size (rack-1.6.11.gem) = 230400 bytes --_----------=_1550499659172110--