[Lunar-commits] r18653 - moonbase/trunk/perl/Net-Server

Dennis Veatch stumbles at lunar-linux.org
Fri Feb 10 13:57:21 UTC 2006


Author: stumbles
Date: 2006-02-10 13:57:20 +0000 (Fri, 10 Feb 2006)
New Revision: 18653

Modified:
   moonbase/trunk/perl/Net-Server/DETAILS
Log:
- Make HUP work correctly on Multiplex server.
- Allow socket files to cleanup correctly.
- Allow Net::Server::Daemonize to function properly in Taint
  mode again (broken in .88).
- Add ->commandline method to allow for getting and setting
  the commandline for use during a HUP.  This is to allow for
  untainting as necessary.
- Add ->can_read_hook (see the documentation) to allow for
  processing of arbitrary handles in accept_multi_port.

and others.



Modified: moonbase/trunk/perl/Net-Server/DETAILS
===================================================================
--- moonbase/trunk/perl/Net-Server/DETAILS	2006-02-10 13:50:53 UTC (rev 18652)
+++ moonbase/trunk/perl/Net-Server/DETAILS	2006-02-10 13:57:20 UTC (rev 18653)
@@ -1,10 +1,11 @@
           MODULE=Net-Server
-         VERSION=0.85
+         VERSION=0.90
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://www.cpan.org/authors/id/R/RH/RHANDOM/
+   SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/R/RH/RHANDOM/
+      SOURCE_VFY=sha1:a8ca2431885ce2dd6d40f697cfd767c848b26b16
         WEB_SITE=http://search.cpan.org/search?dist=Net-Server
          ENTERED=20030309
-         UPDATED=20030309
+         UPDATED=20060210
            SHORT="Extensible, general Perl server engine"
 cat << EOF
 Extensible, general Perl server engine



More information about the Lunar-commits mailing list