diff options
author | wen <wen> | 2014-05-03 09:26:10 +0000 |
---|---|---|
committer | wen <wen> | 2014-05-03 09:26:10 +0000 |
commit | 55a693aa20e43f4be506c8f22d499db24638393a (patch) | |
tree | 12a2b4d27b801df534e0f9152ca16417e9270437 /sysutils | |
parent | 5e6977d39785b5bddfdc05000b5e08fd9ffa393d (diff) | |
download | pkgsrc-55a693aa20e43f4be506c8f22d499db24638393a.tar.gz |
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)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/p5-Server-Starter/Makefile | 5 | ||||
-rw-r--r-- | sysutils/p5-Server-Starter/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/p5-Server-Starter/Makefile b/sysutils/p5-Server-Starter/Makefile index b462966fb68..6ed5225f6ce 100644 --- a/sysutils/p5-Server-Starter/Makefile +++ b/sysutils/p5-Server-Starter/Makefile @@ -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/} diff --git a/sysutils/p5-Server-Starter/distinfo b/sysutils/p5-Server-Starter/distinfo index 251391a1ce7..d3cf34ddfe3 100644 --- a/sysutils/p5-Server-Starter/distinfo +++ b/sysutils/p5-Server-Starter/distinfo @@ -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 |