Received: by mail.netbsd.org (Postfix, from userid 605) id 8894684DC1; Fri, 20 Mar 2020 16:04:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0F9CB84D2D for ; Fri, 20 Mar 2020 16:04:31 +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 L65VckVtCDGR for ; Fri, 20 Mar 2020 16:04:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2D10584CF1 for ; Fri, 20 Mar 2020 16:04:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 26EFBFB27; Fri, 20 Mar 2020 16:04:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584720270220870" MIME-Version: 1.0 Date: Fri, 20 Mar 2020 16:04:30 +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: <20200320160430.26EFBFB27@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. --_----------=_1584720270220870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Fri Mar 20 16:04:30 UTC 2020 Modified Files: pkgsrc/www/ruby-unicorn: Makefile PLIST distinfo Log Message: www/ruby-unicorn: update to 5.5.3 Update ruby-unicorn to 5.5.3. === unicorn 5.5.0 / 2019-03-04 00:41 UTC Mostly identical to 5.5.0.pre1, which I didn't hear any feedback from: https://bogomips.org/unicorn-public/20181220222842.GA27382@dcvr/ > Jeremy Evans contributed the "default_middleware" configuration option: > > https://bogomips.org/unicorn-public/20180913192055.GD48926@jeremyevans.local/ > > Jeremy also contributed the ability to use separate groups for the process > and log files: > > https://bogomips.org/unicorn-public/20180913192449.GE48926@jeremyevans.local/ > > There's also a couple of uninteresting minor optimizations and > documentation additions. Otherwise, there's one extra change to use rb_gc_register_mark_object which is finally a documented part of the Ruby C-API, but has existed since the 1.9 days. === unicorn 5.5.0.pre1 / 2018-12-20 20:11 UTC Jeremy Evans contributed the "default_middleware" configuration option: https://bogomips.org/unicorn-public/20180913192055.GD48926@jeremyevans.local/ Jeremy also contributed the ability to use separate groups for the process and log files: https://bogomips.org/unicorn-public/20180913192449.GE48926@jeremyevans.local/ There's also a couple of uninteresting minor optimizations and documentation additions. Eric Wong (10): remove random seed reset atfork use IO#wait instead of kgio_wait_readable Merge branch '5.4-stable' shrink pipes under Linux socket_helper: add hint for FreeBSD users for accf_http(9) tests: ensure -N/--no-default-middleware not supported in config.ru doc: update more URLs to use HTTPS and avoid redirects deduplicate strings VM-wide in Ruby 2.5+ doc/ISSUES: add links to git clone-able mail archives of our dependencies README: minor updates and additional disclaimer Jeremy Evans (2): Make Worker#user support different process primary group and log file group Support default_middleware configuration option To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/ruby-unicorn/Makefile \ pkgsrc/www/ruby-unicorn/distinfo cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/ruby-unicorn/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584720270220870 Content-Disposition: inline Content-Length: 3292 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.14 pkgsrc/www/ruby-unicorn/Makefile:1.15 --- pkgsrc/www/ruby-unicorn/Makefile:1.14 Sun Sep 23 17:01:05 2018 +++ pkgsrc/www/ruby-unicorn/Makefile Fri Mar 20 16:04:29 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2018/09/23 17:01:05 taca Exp $ +# $NetBSD: Makefile,v 1.15 2020/03/20 16:04:29 taca Exp $ -DISTNAME= unicorn-5.4.1 +DISTNAME= unicorn-5.5.3 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/www/ruby-unicorn/distinfo diff -u pkgsrc/www/ruby-unicorn/distinfo:1.14 pkgsrc/www/ruby-unicorn/distinfo:1.15 --- pkgsrc/www/ruby-unicorn/distinfo:1.14 Sun Sep 23 17:01:05 2018 +++ pkgsrc/www/ruby-unicorn/distinfo Fri Mar 20 16:04:29 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2018/09/23 17:01:05 taca Exp $ +$NetBSD: distinfo,v 1.15 2020/03/20 16:04:29 taca Exp $ -SHA1 (unicorn-5.4.1.gem) = f1b1809aca2f8b6dc7573c3320a8483ff490377a -RMD160 (unicorn-5.4.1.gem) = c1682b757046675a55d105a08e46a5077a84c785 -SHA512 (unicorn-5.4.1.gem) = f0e1670cc6825db8b2dfd3a80b17f76b2d40244aaa6a3a6e738ce2a7c73cfa811135926ec3ef95d0755cf96d64e785354900ac7a58d0f9f4adcc9e90b3739adf -Size (unicorn-5.4.1.gem) = 218112 bytes +SHA1 (unicorn-5.5.3.gem) = 654e1699cd34e5d6f73c2e125d6a87fc9f9f5503 +RMD160 (unicorn-5.5.3.gem) = 8d225700843102ec61bfa5e6d78f9bd28848abc7 +SHA512 (unicorn-5.5.3.gem) = 86ee90d8c10566c1e0ed29539630a72854983d5db4f5f5fa72c966a57293ebfdb0d0ef6e029a53b1166aa088411c187ca96024dce57c495a8a7a547cb63429bb +Size (unicorn-5.5.3.gem) = 222208 bytes Index: pkgsrc/www/ruby-unicorn/PLIST diff -u pkgsrc/www/ruby-unicorn/PLIST:1.12 pkgsrc/www/ruby-unicorn/PLIST:1.13 --- pkgsrc/www/ruby-unicorn/PLIST:1.12 Sun Apr 9 04:12:39 2017 +++ pkgsrc/www/ruby-unicorn/PLIST Fri Mar 20 16:04:29 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2017/04/09 04:12:39 wen Exp $ +@comment $NetBSD: PLIST,v 1.13 2020/03/20 16:04:29 taca Exp $ bin/unicorn${RUBY_SUFFIX} bin/unicorn_rails${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem @@ -16,9 +16,8 @@ ${GEM_LIBDIR}/CONTRIBUTORS ${GEM_LIBDIR}/COPYING ${GEM_LIBDIR}/DESIGN ${GEM_LIBDIR}/Documentation/.gitignore -${GEM_LIBDIR}/Documentation/GNUmakefile -${GEM_LIBDIR}/Documentation/unicorn.1.txt -${GEM_LIBDIR}/Documentation/unicorn_rails.1.txt +${GEM_LIBDIR}/Documentation/unicorn.1 +${GEM_LIBDIR}/Documentation/unicorn_rails.1 ${GEM_LIBDIR}/FAQ ${GEM_LIBDIR}/GIT-VERSION-FILE ${GEM_LIBDIR}/GIT-VERSION-GEN @@ -135,6 +134,8 @@ ${GEM_LIBDIR}/t/t0116-client_body_buffer ${GEM_LIBDIR}/t/t0116.ru ${GEM_LIBDIR}/t/t0200-rack-hijack.sh ${GEM_LIBDIR}/t/t0300-no-default-middleware.sh +${GEM_LIBDIR}/t/t0301-no-default-middleware-ignored-in-config.sh +${GEM_LIBDIR}/t/t0301.ru ${GEM_LIBDIR}/t/t9000-preread-input.sh ${GEM_LIBDIR}/t/t9001-oob_gc.sh ${GEM_LIBDIR}/t/t9002-oob_gc-path.sh @@ -143,7 +144,10 @@ ${GEM_LIBDIR}/t/write-on-close.ru ${GEM_LIBDIR}/test/aggregate.rb ${GEM_LIBDIR}/test/benchmark/README ${GEM_LIBDIR}/test/benchmark/dd.ru +${GEM_LIBDIR}/test/benchmark/ddstream.ru +${GEM_LIBDIR}/test/benchmark/readinput.ru ${GEM_LIBDIR}/test/benchmark/stack.ru +${GEM_LIBDIR}/test/benchmark/uconnect.perl ${GEM_LIBDIR}/test/exec/README ${GEM_LIBDIR}/test/exec/test_exec.rb ${GEM_LIBDIR}/test/test_helper.rb --_----------=_1584720270220870--