Received: by mail.netbsd.org (Postfix, from userid 605) id F1EE384EF0; Sun, 23 Sep 2018 16:58:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BF62684EF0 for ; Sun, 23 Sep 2018 16:56:00 +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 1pIT8eSIOJJQ for ; Sun, 23 Sep 2018 16:55:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6DDF884C77 for ; Sun, 23 Sep 2018 16:55:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6B141FBEE; Sun, 23 Sep 2018 16:55:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1537721759137180" MIME-Version: 1.0 Date: Sun, 23 Sep 2018 16:55:59 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/ruby-puma To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20180923165559.6B141FBEE@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. --_----------=_1537721759137180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Sep 23 16:55:59 UTC 2018 Modified Files: pkgsrc/www/ruby-puma: Makefile distinfo Log Message: www/ruby-puma: update to 3.12.0 ## 3.12.0 / 2018-07-13 * 5 features: * You can now specify which SSL ciphers the server should support, default is unchanged (#1478) * The setting for Puma's `max_threads` is now in `Puma.stats` (#1604) * Pool capacity is now in `Puma.stats` (#1579) * Installs restricted to Ruby 2.2+ (#1506) * `--control` is now deprecated in favor of `--control-url` (#1487) * 2 bugfixes: * Workers will no longer accept more web requests than they have capacity to process. This prevents an issue where one worker would accept lots of requests while starving other workers (#1563) * In a test env puma now emits the stack on an exception (#1557) To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/ruby-puma/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/ruby-puma/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1537721759137180 Content-Disposition: inline Content-Length: 1521 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ruby-puma/Makefile diff -u pkgsrc/www/ruby-puma/Makefile:1.16 pkgsrc/www/ruby-puma/Makefile:1.17 --- pkgsrc/www/ruby-puma/Makefile:1.16 Sun May 6 02:28:11 2018 +++ pkgsrc/www/ruby-puma/Makefile Sun Sep 23 16:55:59 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2018/05/06 02:28:11 taca Exp $ +# $NetBSD: Makefile,v 1.17 2018/09/23 16:55:59 taca Exp $ -DISTNAME= puma-3.11.4 +DISTNAME= puma-3.12.0 CATEGORIES= www MAINTAINER= taca@NetBSD.org Index: pkgsrc/www/ruby-puma/distinfo diff -u pkgsrc/www/ruby-puma/distinfo:1.13 pkgsrc/www/ruby-puma/distinfo:1.14 --- pkgsrc/www/ruby-puma/distinfo:1.13 Sun May 6 02:28:11 2018 +++ pkgsrc/www/ruby-puma/distinfo Sun Sep 23 16:55:59 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2018/05/06 02:28:11 taca Exp $ +$NetBSD: distinfo,v 1.14 2018/09/23 16:55:59 taca Exp $ -SHA1 (puma-3.11.4.gem) = 034eb6578840422b5d82669e07788c5eaead0caf -RMD160 (puma-3.11.4.gem) = 7e9bb04d903b0dc64d51507be2b339bfb4ff2927 -SHA512 (puma-3.11.4.gem) = 2c83c2f2ac538fab915bf2f1846728f70185d3fd3825c3081a36dddcff8bafef1e9ba022a000ee6fe3dcece886ea189779f0cd0af0d55523d151ae300bf5adda -Size (puma-3.11.4.gem) = 160256 bytes +SHA1 (puma-3.12.0.gem) = db0a9f71913bf962497a9d8b3b92d9ba3a46f67a +RMD160 (puma-3.12.0.gem) = cc674d35e15037ea85410f28805d482dbd8064be +SHA512 (puma-3.12.0.gem) = d940675c488830a2a656b3f86483226cc2cfaefea87e763280a1a831fea033f75e54b8c15d3609d041814b095288a73a44d32d9ec05831f3e9aeac6b01ddd1ff +Size (puma-3.12.0.gem) = 165376 bytes --_----------=_1537721759137180--