Skip to content

Commit

Permalink
Update 0.17 to 0.32
Browse files Browse the repository at this point in the history
--------------------
0.32 2015-08-25T02:09:18Z
	- fix compatibility issue on Solaris (thanks to Syohei YOSHIDA) #40

0.31 2015-07-20T02:38:57Z
	- do not remove the socket file when becoming a daemon (thanks to
          andyjones) #34 #36
	- emit name of the directory to which it failed to chdir(2) (thanks
          to tokuhirom) #33

0.30 2015-06-05T05:28:43Z
	- unlink the status file only when created by itself (thanks to
          tokuhirom) #32
	- redo #26 (thanks to tokuhirom) #31

0.29 2015-06-04T06:45:26Z
	- build should fail on Windows (thanks to chorny) #26
	- add `--stop` option (thanks to tokuhirom) #28
	- do not close STDIN in case the listening port is mapped to fd
          zero (thanks to tokuhirom) #29 #24
	- reopen STDIN to suppress unnecessary warnings (thanks to
          touhirom) #30

0.28 2015-05-28T22:08:37Z
	- add `--port=[host:]port=fd` option for specifying the file
          descriptor number (thanks to tokuhirom) #24

0.27 2015-04-28T01:02:28Z
	- revert 0.26 so that the install script can update the
	- shebang (thanks to miyagawa) #22 modernize the build tool
	- (thanks to miyagawa) #23
0.26
	- `start_server` command uses perl found in $PATH instead of
          /usr/bin/perl #21
0.25
	- fix `already in use` error if the program is restarted
          (regression in 0.21) #18
	- tests now pass on environments wo. IPv6 support #19
0.24
	- introduce --daemonize option (#18 #6)
	- fix bug that causes a infinite loop in shutdown (amends #14)
0.23
	- set IPV6_V6ONLY for socket bound to an IPv6 address (#16)
0.22
	- support for IPv6 (#16)
	- include repository URL in META.yml (#15; thanks to ether)
0.21
	- remove dependency against non-standard modules (#14)
0.19
	- reimplement changes in 0.15, 0.16 for stability (#13)
	- update inc/Module/Install
  • Loading branch information
mef committed Feb 1, 2016
1 parent 622953f commit 38008da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions sysutils/p5-Server-Starter/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.12 2015/06/12 10:51:16 wiz Exp $
# $NetBSD: Makefile,v 1.13 2016/02/01 12:12:05 mef Exp $

DISTNAME= Server-Starter-0.17
DISTNAME= Server-Starter-0.32
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Server/}

Expand All @@ -19,5 +18,7 @@ DEPENDS+= p5-Proc-Wait3-[0-9]*:../../devel/p5-Proc-Wait3
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
DEPENDS+= p5-Scope-Guard-[0-9]*:../../devel/p5-Scope-Guard

PERL5_MODULE_TYPE= Module::Build

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
10 changes: 5 additions & 5 deletions sysutils/p5-Server-Starter/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.5 2015/11/04 01:32:25 agc Exp $
$NetBSD: distinfo,v 1.6 2016/02/01 12:12:05 mef Exp $

SHA1 (Server-Starter-0.17.tar.gz) = 6eaa3529267555a129aa446c663d1600bc2ba3ce
RMD160 (Server-Starter-0.17.tar.gz) = cd9adb80943dd1b87d13df6f47c125290fa6e1f1
SHA512 (Server-Starter-0.17.tar.gz) = fd4fac99b56855b097b99c84f46a18c2114ac272ad339b6f9ad48606d927dacf472a10b5af87071348c651f7389a69c3611e2c1f3f7ea38a47e9188ff1553adf
Size (Server-Starter-0.17.tar.gz) = 35955 bytes
SHA1 (Server-Starter-0.32.tar.gz) = b2c6178ef3b323bd251bf9774f05320840dca461
RMD160 (Server-Starter-0.32.tar.gz) = c4c8275c799b1115ba678bb1398b8bd6502fd9e8
SHA512 (Server-Starter-0.32.tar.gz) = 3bcf985e14f9af4578400c80cd8bcb4018f1a6d0be022539fd3bfb6cc8d50b8fa903851b38a7ce8ac05c9c35d4a64076414f8bea283ef227911f6fda41e559ea
Size (Server-Starter-0.32.tar.gz) = 23105 bytes

0 comments on commit 38008da

Please sign in to comment.