Simple update to the latest version of unicorn.  No significant
user-facing changes.  Release notes at https://yhbt.net/unicorn/NEWS.html

I plan to commit this in a couple days unless I heard objections.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/ruby-unicorn/Makefile,v
retrieving revision 1.32
diff -u -p -r1.32 Makefile
--- Makefile    11 Mar 2022 20:10:57 -0000      1.32
+++ Makefile    12 Mar 2022 16:06:12 -0000
@@ -1,6 +1,6 @@
 COMMENT =      ruby-rack HTTP server for Unix and fast clients
 
-DISTNAME =     unicorn-6.0.0
+DISTNAME =     unicorn-6.1.0
 CATEGORIES =   www
 
 HOMEPAGE =     https://yhbt.net/unicorn/
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/ruby-unicorn/distinfo,v
retrieving revision 1.20
diff -u -p -r1.20 distinfo
--- distinfo    19 Mar 2021 17:49:51 -0000      1.20
+++ distinfo    12 Mar 2022 16:06:12 -0000
@@ -1,2 +1,2 @@
-SHA256 (unicorn-6.0.0.gem) = lnqlaJGqEJNSXYpjU6P8YtD66NYiHF3jc9IeeVpBlck=
-SIZE (unicorn-6.0.0.gem) = 224256
+SHA256 (unicorn-6.1.0.gem) = Rd2Yet1MKwhMGICmg3OvQnl6cErXRB+v+bFLSYKqD8A=
+SIZE (unicorn-6.1.0.gem) = 227328
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/ruby-unicorn/pkg/PLIST,v
retrieving revision 1.14
diff -u -p -r1.14 PLIST
--- pkg/PLIST   11 Mar 2022 20:10:57 -0000      1.14
+++ pkg/PLIST   12 Mar 2022 16:06:12 -0000
@@ -68,6 +68,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/
 ${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/launcher.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/oob_gc.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/preread_input.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/select_waiter.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/socket_helper.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/stream_input.rb
 ${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/tee_input.rb
@@ -163,6 +164,7 @@ ${GEM_LIB}/gems/${DISTNAME}/test/unit/te
 ${GEM_LIB}/gems/${DISTNAME}/test/unit/test_tee_input.rb
 ${GEM_LIB}/gems/${DISTNAME}/test/unit/test_upload.rb
 ${GEM_LIB}/gems/${DISTNAME}/test/unit/test_util.rb
+${GEM_LIB}/gems/${DISTNAME}/test/unit/test_waiter.rb
 ${GEM_LIB}/gems/${DISTNAME}/unicorn.gemspec
 ${GEM_LIB}/gems/${DISTNAME}/unicorn_1
 ${GEM_LIB}/gems/${DISTNAME}/unicorn_rails_1

Reply via email to