Received: by mail.netbsd.org (Postfix, from userid 605) id BECAC84D46; Mon, 14 Sep 2020 15:55:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 45B7A84D3C for ; Mon, 14 Sep 2020 15:55:01 +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 3P5fRD4z5soO for ; Mon, 14 Sep 2020 15:55:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C08F084CE2 for ; Mon, 14 Sep 2020 15:55:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B8E7CFB28; Mon, 14 Sep 2020 15:55:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1600098900291240" MIME-Version: 1.0 Date: Mon, 14 Sep 2020 15:55:00 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-unicorn To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200914155500.B8E7CFB28@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. --_----------=_1600098900291240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Sep 14 15:55:00 UTC 2020 Modified Files: pkgsrc/www/ruby-unicorn: Makefile distinfo Log Message: www/ruby-unicorn: update to 5.7.0 Update ruby-unicorn package to 5.7.0. 5.7.0 (2020-09-08) Changes: unicorn 5.7.0 Relaxed Ruby version requirements for Ruby 3.0.0dev. Thanks to Jean Boussier for testing 5.6.0 (2020-07-26) Changes: unicorn 5.6.0 - early_hints support This release adds support for the early_hints configurator directive for the 'rack.early_hints' API used by Rails 5.2+. Thanks to Jean Boussier for the patch. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/ruby-unicorn/Makefile \ pkgsrc/www/ruby-unicorn/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1600098900291240 Content-Disposition: inline Content-Length: 1578 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-unicorn/Makefile diff -u pkgsrc/www/ruby-unicorn/Makefile:1.16 pkgsrc/www/ruby-unicorn/Makefile:1.17 --- pkgsrc/www/ruby-unicorn/Makefile:1.16 Sun Jun 7 15:48:49 2020 +++ pkgsrc/www/ruby-unicorn/Makefile Mon Sep 14 15:55:00 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2020/06/07 15:48:49 taca Exp $ +# $NetBSD: Makefile,v 1.17 2020/09/14 15:55:00 taca Exp $ -DISTNAME= unicorn-5.5.5 +DISTNAME= unicorn-5.7.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/www/ruby-unicorn/distinfo diff -u pkgsrc/www/ruby-unicorn/distinfo:1.16 pkgsrc/www/ruby-unicorn/distinfo:1.17 --- pkgsrc/www/ruby-unicorn/distinfo:1.16 Sun Jun 7 15:48:49 2020 +++ pkgsrc/www/ruby-unicorn/distinfo Mon Sep 14 15:55:00 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2020/06/07 15:48:49 taca Exp $ +$NetBSD: distinfo,v 1.17 2020/09/14 15:55:00 taca Exp $ -SHA1 (unicorn-5.5.5.gem) = 328d83d1d296f1af41d7b6bedbe4550bc851f86a -RMD160 (unicorn-5.5.5.gem) = 0288b8ffb765f63da2f92a9784df3527ced9e105 -SHA512 (unicorn-5.5.5.gem) = 10fe5f0de16497b4528307ecf6ccf4cb042b6c749ad19e9e2285e00ed0607104f20b0be944508feccbef121117f3caea3996625bc42b09a4e84ed478dfbe15e9 -Size (unicorn-5.5.5.gem) = 223744 bytes +SHA1 (unicorn-5.7.0.gem) = 705806bfaac5ce4421a68b8a37a3a4e47beb4052 +RMD160 (unicorn-5.7.0.gem) = ec0f07afc25f093ce407e657a9c5fae24ee90176 +SHA512 (unicorn-5.7.0.gem) = 420218516d5057563a4bab5922a2f353ac91640833e7f95daac53ca9f463d07aa8ffe3d898a752555c27cd314816a1d97a37852257fc60ec510cad9285a7dba3 +Size (unicorn-5.7.0.gem) = 224768 bytes --_----------=_1600098900291240--