diff options
author | sno <sno> | 2013-06-16 19:21:27 +0000 |
---|---|---|
committer | sno <sno> | 2013-06-16 19:21:27 +0000 |
commit | 2f71793c0a8c936eef9ff477a039dde46f96ae27 (patch) | |
tree | 4e89f7a0ab9e5198e63faf4f411b9dbe0eeb937b /net | |
parent | 6cc79767ad56ef2d970f49c3b38e653fb39f8d78 (diff) | |
download | pkgsrc-2f71793c0a8c936eef9ff477a039dde46f96ae27.tar.gz |
Updating CPAN distribution for Perl5 module Net::Server from
2.006nb1 to 2.007.
Upstream changes:
2.007 Jan 09 2013
- Update run_dequeue to clear out signals after fork.
- Add serialize none for PreFork and PreForkSimple servers that
at not multi-port.
- Allow for auto-assigned port to be the same when hostname
resolves to multiple ips/ipvs (RT #78024)
- Fix bug in header parsing (RT #82125)
- Fix warning bug (RT #78828)
- Fix wrong wantarray context in Proto::TCP (RT #31437)
- Simplify _get_commandline to just use $0 - no fishing in proc
(RT #80260)
- Fix uninitialized begin (RT #78830)
- Fix misplaced +2 (RT #78827)
- Fix various spelling errors and pod nits (RT #77994)
- Allow for log calls from the MUX object (RT #78514)
- Give an error at begin time of SSLEAY if the need Fcntl function
is not available on this platform (RT #82542)
- Make all of the tests self cancel much earlier if there is an
error handling the request.
- Add a stronger timeout to PreFork tests - ideally we'd like to
find a real way to test these one windows (RT #811411, #81993) -
still broken - but shouldn't hang
- Superficial changes to help packagers not list Log4perl as
dependency (it is optional)
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Server/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Net-Server/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/p5-Net-Server/Makefile b/net/p5-Net-Server/Makefile index 06dce81aa99..08c06ce82ba 100644 --- a/net/p5-Net-Server/Makefile +++ b/net/p5-Net-Server/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2013/05/31 12:41:40 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2013/06/16 19:21:27 sno Exp $ # -DISTNAME= Net-Server-2.006 +DISTNAME= Net-Server-2.007 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5nts CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} diff --git a/net/p5-Net-Server/distinfo b/net/p5-Net-Server/distinfo index 433d3dfd397..8e9f530f12e 100644 --- a/net/p5-Net-Server/distinfo +++ b/net/p5-Net-Server/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2012/11/03 23:13:21 pettai Exp $ +$NetBSD: distinfo,v 1.12 2013/06/16 19:21:27 sno Exp $ -SHA1 (Net-Server-2.006.tar.gz) = 165230ab08c67b6a32ad4bad5c764cdd2ca7e8c4 -RMD160 (Net-Server-2.006.tar.gz) = 9a0d4d587a95d4c89e92985fe986bd1ef5f8a4b0 -Size (Net-Server-2.006.tar.gz) = 132015 bytes +SHA1 (Net-Server-2.007.tar.gz) = e2cd92dc275371c50e3baca43f90e8bef1cdda7e +RMD160 (Net-Server-2.007.tar.gz) = 43362f379ef42ca8f335f1210a8118e40615c240 +Size (Net-Server-2.007.tar.gz) = 133765 bytes |