libnet-server-perl 0.99-2ubuntu2 source package in Ubuntu

Changelog

libnet-server-perl (0.99-2ubuntu2) oneiric; urgency=low

  * Fix FTBFS, remove ancient, unmaintained patch for generating
    RPM spec files.
 -- Allison Randal <email address hidden>   Mon, 19 Sep 2011 15:17:48 -0700

Upload details

Uploaded by:
Allison Randal
Sponsored by:
Colin Watson
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libnet-server-perl_0.99.orig.tar.gz 99.2 KiB c11ab02942e1848fbcbdc321c1e5667f4fa3e55eb0723e7ecb9d5d3ab713ae5d
libnet-server-perl_0.99-2ubuntu2.diff.gz 7.5 KiB 286a578d5398a85ac311531994f08496ea95ff11d70084f614fc3cd8109f26a3
libnet-server-perl_0.99-2ubuntu2.dsc 2.2 KiB 350bbda2219e1c9b5f6113e4f182d3a8fda265ea7a4bab7eae71a7e563a2dc01

Available diffs

View changes file

Binary packages built by this source

libnet-server-perl: extensible, general perl server engine

 Net::Server is an extensible, general perl server engine that combines the
 good properties from Net::Daemon, NetServer::Generic, and Net::FTPServer;
 and borrows various concepts from the Apache webserver.
 .
 Features include:
 .
  * Single Server Mode
  * Inetd Server Mode
  * Preforking Simple Mode (PreForkSimple)
  * Preforking Managed Mode (PreFork)
  * Forking Mode
  * Multiplexing Mode using a single process
  * Multi port accepts on Single, Preforking, and Forking modes
  * Simultaneous accept/recv on tcp, udp, and unix sockets
  * Safe signal handling in Fork/PreFork avoids perl signal trouble
  * User customizable hooks
  * Chroot ability after bind
  * Change of user and group after bind
  * Basic allow/deny access control
  * Customized logging (choose Syslog, log_file, or STDERR)
  * HUP able server (clean restarts via sig HUP)
  * Dequeue ability in all Fork and PreFork modes.
  * Taint clean
  * Written in Perl
  * Protection against buffer overflow
  * Clean process flow
  * Extensibility