pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ruby-unicorn www/ruby-unicorn: update to 5.5.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85a4843c6beb
branches:  trunk
changeset: 413491:85a4843c6beb
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 20 16:04:29 2020 +0000

description:
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

diffstat:

 www/ruby-unicorn/Makefile |   4 ++--
 www/ruby-unicorn/PLIST    |  12 ++++++++----
 www/ruby-unicorn/distinfo |  10 +++++-----
 3 files changed, 15 insertions(+), 11 deletions(-)

diffs (68 lines):

diff -r dbc3ca92ab33 -r 85a4843c6beb www/ruby-unicorn/Makefile
--- a/www/ruby-unicorn/Makefile Fri Mar 20 15:47:20 2020 +0000
+++ b/www/ruby-unicorn/Makefile Fri Mar 20 16:04:29 2020 +0000
@@ -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@localhost
diff -r dbc3ca92ab33 -r 85a4843c6beb www/ruby-unicorn/PLIST
--- a/www/ruby-unicorn/PLIST    Fri Mar 20 15:47:20 2020 +0000
+++ b/www/ruby-unicorn/PLIST    Fri Mar 20 16:04:29 2020 +0000
@@ -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}/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.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}/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
diff -r dbc3ca92ab33 -r 85a4843c6beb www/ruby-unicorn/distinfo
--- a/www/ruby-unicorn/distinfo Fri Mar 20 15:47:20 2020 +0000
+++ b/www/ruby-unicorn/distinfo Fri Mar 20 16:04:29 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index