Update to 0.17
Upstream changes: 0.17 - add option: --backlog to change the backlog size (default: SOMAXCONN) (thanks to Yuryu) 0.16 - [bugfix] unset the environment variable when a file is removed from the directory specified by --envdir 0.15 - added option: --envdir for reloading configuration (thanks to limitusus) - added options: --enable-auto-restart and interval for periodical automatic restarting (thanks to limitusus) - added option: --kill-old-delay for delaying SIGTERM (thanks to limitusus) 0.14 - fix regression in 0.13; start_server wo. "--dir" was causing errors 0.13 - add option: --dir (thanks to kazeburo) 0.12 - bugfix: support for programs with whitespaces (thanks to clkao) - add option: --signal-on-term (thanks to miyagawa)
This commit is contained in:
parent
e7ad97c228
commit
79b201a861
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.9 2013/05/31 12:42:03 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2014/05/03 09:26:10 wen Exp $
|
||||
|
||||
DISTNAME= Server-Starter-0.11
|
||||
DISTNAME= Server-Starter-0.17
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Server/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2011/11/13 06:14:40 hiramatsu Exp $
|
||||
$NetBSD: distinfo,v 1.4 2014/05/03 09:26:10 wen Exp $
|
||||
|
||||
SHA1 (Server-Starter-0.11.tar.gz) = 78da1a550577af9bba2935d6852af7665b9448f8
|
||||
RMD160 (Server-Starter-0.11.tar.gz) = 80f0f09f1ef35ae9fc2d59b7f16d4d56aea382f1
|
||||
Size (Server-Starter-0.11.tar.gz) = 31943 bytes
|
||||
SHA1 (Server-Starter-0.17.tar.gz) = 6eaa3529267555a129aa446c663d1600bc2ba3ce
|
||||
RMD160 (Server-Starter-0.17.tar.gz) = cd9adb80943dd1b87d13df6f47c125290fa6e1f1
|
||||
Size (Server-Starter-0.17.tar.gz) = 35955 bytes
|
||||
|
|
Loading…
Reference in a new issue