Update to unicorn 6.1.0

This commit is contained in:
jeremy 2022-03-14 21:22:30 +00:00
parent a21a9acbb0
commit ca868c0282
3 changed files with 5 additions and 3 deletions

View File

@ -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/

View File

@ -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

View File

@ -68,6 +68,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/http_server.rb
${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/test_stream_input.rb
${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