Sun Jun 16 19:21:27 2013 UTC ()
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)


(sno)
diff -r1.30 -r1.31 pkgsrc/net/p5-Net-Server/Makefile
diff -r1.11 -r1.12 pkgsrc/net/p5-Net-Server/distinfo

cvs diff -r1.30 -r1.31 pkgsrc/net/p5-Net-Server/Makefile (expand / switch to unified diff)

--- pkgsrc/net/p5-Net-Server/Makefile 2013/05/31 12:41:40 1.30
+++ pkgsrc/net/p5-Net-Server/Makefile 2013/06/16 19:21:27 1.31
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.30 2013/05/31 12:41:40 wiz Exp $ 1# $NetBSD: Makefile,v 1.31 2013/06/16 19:21:27 sno Exp $
2# 2#
3 3
4DISTNAME= Net-Server-2.006 4DISTNAME= Net-Server-2.007
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7SVR4_PKGNAME= p5nts 6SVR4_PKGNAME= p5nts
8CATEGORIES= net perl5 7CATEGORIES= net perl5
9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://seamons.com/net_server.html 11HOMEPAGE= http://seamons.com/net_server.html
13COMMENT= Perl5 modules for network services engine 12COMMENT= Perl5 modules for network services engine
14LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
15 14
16REPLACE_PERL= bin/net-server 15REPLACE_PERL= bin/net-server
17 16
18USE_LANGUAGES= # empty 17USE_LANGUAGES= # empty
19PERL5_PACKLIST= auto/Net/Server/.packlist 18PERL5_PACKLIST= auto/Net/Server/.packlist

cvs diff -r1.11 -r1.12 pkgsrc/net/p5-Net-Server/distinfo (expand / switch to unified diff)

--- pkgsrc/net/p5-Net-Server/distinfo 2012/11/03 23:13:21 1.11
+++ pkgsrc/net/p5-Net-Server/distinfo 2013/06/16 19:21:27 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2012/11/03 23:13:21 pettai Exp $ 1$NetBSD: distinfo,v 1.12 2013/06/16 19:21:27 sno Exp $
2 2
3SHA1 (Net-Server-2.006.tar.gz) = 165230ab08c67b6a32ad4bad5c764cdd2ca7e8c4 3SHA1 (Net-Server-2.007.tar.gz) = e2cd92dc275371c50e3baca43f90e8bef1cdda7e
4RMD160 (Net-Server-2.006.tar.gz) = 9a0d4d587a95d4c89e92985fe986bd1ef5f8a4b0 4RMD160 (Net-Server-2.007.tar.gz) = 43362f379ef42ca8f335f1210a8118e40615c240
5Size (Net-Server-2.006.tar.gz) = 132015 bytes 5Size (Net-Server-2.007.tar.gz) = 133765 bytes