libnet-server-perl 2.008-4 source package in Ubuntu

Changelog

libnet-server-perl (2.008-4) unstable; urgency=medium

  * Change bugtracker URL(s) to HTTPS.
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Carsten Wolff from Uploaders. Thanks for your work!
  * Remove Daniel Kahn Gillmor from Uploaders. Thanks for your work!
  * Add two patches from GitHub pull request to fix issue with
    POSIX::tmpnam removal. Thanks to Dagfinn Ilmari Mannsåker
    (https://github.com/rhandom/perl-net-server/pull/10) (Closes: #826437)
  * Add debian/upstream/metadata.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.0.0.

 -- gregor herrmann <email address hidden>  Thu, 22 Jun 2017 18:32:22 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-server-perl_2.008-4.dsc 2.3 KiB 111340ed525214304e483cd06427aed5e6ca993b7d2d8e256a6c818b4bc20bf0
libnet-server-perl_2.008.orig.tar.gz 116.8 KiB 0921056aedc871a59c4b76f58764f0e0a16c1816b58c366a9d80e46367744fa0
libnet-server-perl_2.008-4.debian.tar.xz 12.6 KiB 79f3c64ac6ce6a45c59243a3fcf55dec083ba074bd774cc58a5834fdc38c4be5

Available diffs

No changes file available.

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