Subject: pkg/34395: [update] net/p5-Net-Daemon
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Wilke <miwi@FreeBSD.org>
List: pkgsrc-bugs
Date: 08/30/2006 11:20:08
>Number:         34395
>Category:       pkg
>Synopsis:       [update] net/p5-Net-Daemon
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 30 11:20:08 +0000 2006
>Originator:     Martin Wilke
>Release:        NetBSD 4.0_BETA i386
>Organization:
>Environment:


System: NetBSD 4.0_BETA (MIWIBOX) #0: Tue Aug 29 10:29:38 CEST 2006
	miwi@mwilke.ath.cx:/usr/obj/sys/arch/i386/compile/MIWIBOX



>Description:


- Update to  0.39

- Changelog



        * t/forkm.t: Hopefully, I finally got rid of the
	  problem with the forking tests. It seems, that
	  the perlipc manual got updated in the past years,
	  most possibly for the same reason: A child handler
	  must be written to catch childs in a loop.

 (0.38)

	* lib/Net/Daemon.pm: It is now possible to specify
	  user/group root (aka 0). (rgreab@fx.ro)
 	* Added mode 'ithreads'. (Bill Jackson,
 	  <bjackson@ah.ddiglobal.com>)
 	* lib/Net/Daemon.pm (Bind): The parent process is
 	  now explicitly closing the client socket in fork
 	  mode. (Thought this would happen automatically
 	  due to garbage collection, but possibly it
 	  doesn't.) Tulsi Ram Mayala,
 	  <tulsi_rammayala@pspl.co.in>

(0.37)

	* lib/Net/Daemon.pm (Bind): The server died, if
	  accepting a connection failed. Fixed.
	  Nathan Mueller <nmueller@cs.wisc.edu>




>How-To-Repeat:





>Fix:


--- p5-Net-Daemon.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/net/p5-Net-Daemon/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile	6 Aug 2005 06:19:25 -0000	1.17
+++ Makefile	30 Aug 2006 07:43:09 -0000
@@ -1,10 +1,9 @@
 # $NetBSD: Makefile,v 1.17 2005/08/06 06:19:25 jlam Exp $
 #
 
-DISTNAME=	Net-Daemon-0.36
+DISTNAME=	Net-Daemon-0.39
 PKGNAME=	p5-${DISTNAME}
 SVR4_PKGNAME=	p5nda
-PKGREVISION=	2
 CATEGORIES=	net perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Net/}
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/net/p5-Net-Daemon/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	24 Feb 2005 12:13:58 -0000	1.5
+++ distinfo	30 Aug 2006 07:43:31 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.5 2005/02/24 12:13:58 agc Exp $
 
-SHA1 (Net-Daemon-0.36.tar.gz) = a37d9888590577ccaa6abd667c4dc36643b7fa51
-RMD160 (Net-Daemon-0.36.tar.gz) = e81e44d5099a288e56df0bc152c00609ed8e56af
-Size (Net-Daemon-0.36.tar.gz) = 26496 bytes
+SHA1 (Net-Daemon-0.39.tar.gz) = 6799ec70460936bd3737fa5b91741af07bc0bdc8
+RMD160 (Net-Daemon-0.39.tar.gz) = aba653ca4065e8133053948f8aa08a21a83baba5
+Size (Net-Daemon-0.39.tar.gz) = 31737 bytes
--- p5-Net-Daemon.diff ends here ---