Update to unicorn-5.3.0.pre1
This adds support for chroot, fork+exec, and a hook for a good place to call pledge.
This commit is contained in:
parent
c479800adb
commit
bb4d60bf7e
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2016/11/04 21:48:33 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2017/03/27 14:40:13 jeremy Exp $
|
||||
|
||||
COMMENT = ruby-rack HTTP server for Unix and fast clients
|
||||
|
||||
DISTNAME = unicorn-5.2.0
|
||||
DISTNAME = unicorn-5.3.0.pre1
|
||||
PKGNAME = unicorn-5.3.0pre1
|
||||
CATEGORIES = www
|
||||
|
||||
HOMEPAGE = https://bogomips.org/unicorn/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (unicorn-5.2.0.gem) = JaIhu68ieBOqZ2ldJR+oWcjW5jm+Sh91HEisjyoyq1E=
|
||||
SIZE (unicorn-5.2.0.gem) = 212480
|
||||
SHA256 (unicorn-5.3.0.pre1.gem) = EsqfpT9EVtyCyA+BdmCxNu6IV3Lg8123KCSTCuTvS1U=
|
||||
SIZE (unicorn-5.3.0.pre1.gem) = 215552
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2016/01/03 16:43:13 jeremy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2017/03/27 14:40:13 jeremy Exp $
|
||||
${GEM_BIN}/unicorn${GEM_BIN_SUFFIX}
|
||||
${GEM_BIN}/unicorn_rails${GEM_BIN_SUFFIX}
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
@ -148,6 +148,7 @@ ${GEM_LIB}/gems/${DISTNAME}/test/exec/README
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/exec/test_exec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/unit/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/unit/test_ccc.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/unit/test_configurator.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/unit/test_droplet.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/unit/test_http_parser.rb
|
||||
|
Loading…
Reference in New Issue
Block a user