Update ruby-unicorn to 5.2.0.
* relocate website to https://bogomips.org/unicorn/ * Add some tolerance (RFC2616 sec. 19.3) * doc: update gmane URLs to point to our own archives * examples/logrotate.conf: update example for systemd * doc: systemd should only kill master in example * examples/init.sh: update to reduce upgrade racinessjr/init
This commit is contained in:
parent
bad75b1e95
commit
ff5448b2ea
3 changed files with 12 additions and 10 deletions
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.10 2016/10/20 15:25:53 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2016/11/01 17:06:59 taca Exp $
|
||||
|
||||
DISTNAME= unicorn-5.1.0
|
||||
DISTNAME= unicorn-5.2.0
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= pkgsrc@NetBSD.org
|
||||
HOMEPAGE= http://unicorn.bogomips.org/
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://bogomips.org/unicorn/
|
||||
COMMENT= Rack HTTP server for fast clients and Unix
|
||||
LICENSE= ruby-license OR gnu-gpl-v2 OR gnu-gpl-v3
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.10 2016/10/20 15:25:53 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.11 2016/11/01 17:06:59 taca Exp $
|
||||
bin/unicorn${RUBY_SUFFIX}
|
||||
bin/unicorn_rails${RUBY_SUFFIX}
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
|
@ -161,4 +161,6 @@ ${GEM_LIBDIR}/test/unit/test_tee_input.rb
|
|||
${GEM_LIBDIR}/test/unit/test_upload.rb
|
||||
${GEM_LIBDIR}/test/unit/test_util.rb
|
||||
${GEM_LIBDIR}/unicorn.gemspec
|
||||
${GEM_LIBDIR}/unicorn_1
|
||||
${GEM_LIBDIR}/unicorn_rails_1
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.10 2016/10/20 15:25:53 taca Exp $
|
||||
$NetBSD: distinfo,v 1.11 2016/11/01 17:06:59 taca Exp $
|
||||
|
||||
SHA1 (unicorn-5.1.0.gem) = e1ae261de443373723af812eb30394a05a2bfd4c
|
||||
RMD160 (unicorn-5.1.0.gem) = cc3073b4518417b384d0063fd1a5c26d73782087
|
||||
SHA512 (unicorn-5.1.0.gem) = ff6030361af84e8f63d57b6bc6f917e99619217832b3a735389e2becf95dcc972d7c03b5c5818cbd8e2435f8226619dc457e79bae630c3fbda15432354056099
|
||||
Size (unicorn-5.1.0.gem) = 211456 bytes
|
||||
SHA1 (unicorn-5.2.0.gem) = 1a8d36d928c04269698307b6f2c0b3371c0b4529
|
||||
RMD160 (unicorn-5.2.0.gem) = e272e55979ac5cd28e794306a504e8b348fc05ab
|
||||
SHA512 (unicorn-5.2.0.gem) = d60b4ae818444407466815366c09f702863f0d8fd7a3745419dbf01c86f8f67ebe547aa0f76acb364c34c544ef9ed6811e61525573f97e26e489d5166784ae1e
|
||||
Size (unicorn-5.2.0.gem) = 212480 bytes
|
||||
|
|
Loading…
Reference in a new issue