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.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f15998a7a44
branches:  trunk
changeset: 377497:2f15998a7a44
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Mar 17 16:07:55 2018 +0000

description:
www/ruby-unicorn: update to 5.4.0

unicorn 5.4.0 / 2017-12-23

Rack hijack support improves as the app code can capture and use
the Rack `env' privately without copying it (to avoid clobbering
by another client).  Thanks to Sam Saffron for reporting and
testing this new feature:

  https://bogomips.org/unicorn-public/CAAtdryPG3nLuyo0jxfYW1YHu1Q+ZpkLkd4KdWC8vA46B5haZxw%mail.gmail.com@localhost/T/

We also now support $DEBUG being set by the Rack app (instead of
relying on the "-d" CLI switch).  Thanks to James P Robinson Jr
for reporting this bug:

  https://bogomips.org/unicorn-public/D6324CB4.7BC3E%25james.robinson3%cigna.com@localhost/T/
  (Coincidentally, this fix will be irrelevant for Ruby 2.5
   which requires 'pp' by default)

There's a few minor test cleanups and documentation updates, too.

unicorn 5.3.1 / 2017-10-03

This release fixes an occasional GC problem introduced in v5.3.0
to reduce global variable overhead (commit 979ebcf91705709b)

Thanks to Xuanzhong Wei for the patch which lead to this release:

https://bogomips.org/unicorn-public/20171003182054.76392-1-azrlew%gmail.com@localhost/T/#u
https://bogomips.org/unicorn-public/20171003145718.30404-1-azrlew%gmail.com@localhost/T/#u

  Xuanzhong Wei (1):
        fix GC issue on rb_global_variable array

diffstat:

 www/ruby-unicorn/Makefile |   4 ++--
 www/ruby-unicorn/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 54427950c29c -r 2f15998a7a44 www/ruby-unicorn/Makefile
--- a/www/ruby-unicorn/Makefile Sat Mar 17 16:00:20 2018 +0000
+++ b/www/ruby-unicorn/Makefile Sat Mar 17 16:07:55 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2017/04/09 04:12:39 wen Exp $
+# $NetBSD: Makefile,v 1.13 2018/03/17 16:07:55 taca Exp $
 
-DISTNAME=      unicorn-5.3.0
+DISTNAME=      unicorn-5.4.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 54427950c29c -r 2f15998a7a44 www/ruby-unicorn/distinfo
--- a/www/ruby-unicorn/distinfo Sat Mar 17 16:00:20 2018 +0000
+++ b/www/ruby-unicorn/distinfo Sat Mar 17 16:07:55 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/04/09 04:12:39 wen Exp $
+$NetBSD: distinfo,v 1.13 2018/03/17 16:07:55 taca Exp $
 
-SHA1 (unicorn-5.3.0.gem) = 4f0223516cb2899089eef242896e1a9995bc8add
-RMD160 (unicorn-5.3.0.gem) = 6621ffe05fef37512e91003d394e0c01775f8588
-SHA512 (unicorn-5.3.0.gem) = 5233098910af943041e12c8896a8ec230dec3e5a4115e59c3dcddcf595ed452cdfdee171bba317d8a06349f999046f804edbd16615ac0140e12605a6c971a906
-Size (unicorn-5.3.0.gem) = 216576 bytes
+SHA1 (unicorn-5.4.0.gem) = 69c5c1619cc3b8e4e5cfcb51841e9ec310ae3c55
+RMD160 (unicorn-5.4.0.gem) = 1794aebf03747633e3ac21d2ccc4380f5b6e1bd7
+SHA512 (unicorn-5.4.0.gem) = 2818d6dc191cb8060c0e7c6392e7068d9a531262f44f7fab9289eba9b16bafb9993d9f22bcd618e9654bb3b177c3b35a9a59ae84fa00284e53fed90045549512
+Size (unicorn-5.4.0.gem) = 217600 bytes



Home | Main Index | Thread Index | Old Index