summaryrefslogtreecommitdiff
path: root/net/p5-Net-Server
AgeCommit message (Collapse)AuthorFilesLines
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-06-27Update to 0.88, fixing a security problem.wiz2-7/+6
0.88 Jun 21 2005 - Change maintainer back to paul@seamons.com (Paul Seamons) - Add run_n_children_hook to prefork servers (At suggestion of James Fitzgibbon and Paul B. Henson) - Make delete child only delete children it knows about. Fixes ancient bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=168784 filed by Christian Mock and worked on by Lucas Filipozzi. - Store $ENV{PWD} as part of script name for HUP'ing (Russel Pettway) - Allow PreFork and PreForkSimple to have child mark explicitly as done the same as other server types via the ->done(1) call. (Idea from Marc Martinec) - After numerous requests, the CHLD SIGNAL is now set to DEFAULT in the child process of PreFork and PreForkSimple servers. This should allow grand child processes to run without affecting the child process (or parent). - Fix parent/child communication channel buffering issue (Matt Sergeant) - Check for child's sock before closing with child_communication enabled (Alexander Hlawenka) - Documentation fix (Mark Morgan) - Allow 'stream' option for syslog_logsock property (Daniel Matuschek) - Fix syslog format vulnerability. (Carlos Velasco) This has potential to break some log implementations that were planning on ->log passing all of @_ to syslog. Now only the first item from @_ is passed as the message. - Allow for '-' in group names. (Corey Minyard) - Prevent locking caused by interupt of flock (Dietmar Maurer [cpan #11693]) - Finally fix UID/GID bugs during daemonization. This is the biggest bug winner. The new model Calls POSIX::setuid and setgid and tests for success by checking the values of $< and $( and not by checking the response of the setuid/setgid functions. - Add CIDR style lookups for allow/deny using cidr_allow and cidr_deny (Carsten Wolff) - Allow for port configured in perl to not have to be arrayref.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-08-03Update net/p5-Net-Server to 0.87. Changes from version 0.86 includejlam2-5/+6
bug fixes and integrating pre_accept_hook and post_accept_hook into Net::Server::Fork.
2004-04-27Convert to buildlink3.snj1-2/+2
2004-01-05Updated p5-Net-Server to 0.86.grant2-5/+5
changes since 0.85: - Changed maintainer to bbb@cpan.org (Rob Brown). - Patch to fix Net::Server::Daemonize setuid bug: http://www.ijs.si/software/amavisd/net-server.patch - Add a fix in the argument handling of configure to account for some alpha systems (James Vasak) - For RedHat 8.0 perl.req, avoid demanding that perl(IO::Muliplex) and perl(IO::Socket::SSL) rpms are installed just to use Net::Server.
2004-01-05improve description (hey, it's better than a one-liner!)grant1-1/+13
2003-12-03Change SVR4_NAME (already used by p5-Net)heinz1-2/+2
2003-09-16Updated to 0.85.xtraeme2-5/+5
Patch provided by Peter Reich <pr@alles.prima.de> via PR pkg/22542. Changes: 0.85 Sep 24 09:51 2002 - 0.85 Mar 06 18:00 2003 - Lower timeouts during tests (Anil Madhavapeddy) - Add configure_hook to MultiType (Michael Alan Dorman) - More graceful exit of children in PreForkSimple (Helge Kraenz) - Correct test for POSIX::setuid(0) success (Peter Chen) - Allow DOS filenames for conf files (Mark M. Adkins) - Allow for ndelay on Sys::Syslog::openlog (Doug Perham) - Add documentation about run_dequeue. - Add run_dequeue feature to Multiplex personality.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-04-16Change buildlink def so this pulls in the dependencies for perl correctlyjmc1-2/+2
2003-04-13Initial import of Net::Server 0.84 as net/p5-Net-Server. cjep4-0/+24
This Perl module provides an extensible network server engine. From PR#18830 from Ron Roskens. Thanks!