libnet-server-perl 2.009-1 source package in Ubuntu

Changelog

libnet-server-perl (2.009-1) unstable; urgency=medium

  [ Xavier Guimard ]
  * New upstream version
  * Declare compliance with Debian Policy 4.1.1
  * Update debian/copyright years
  * Remove debug-output.patch, now included in upstream
  * Remove File::Temp patches related to #826437, now included in upstream
  * Refresh patch offsets
  * Add another patch for a POD error

  [ gregor herrmann ]
  * Update build and runtime dependencies.
    - Add more build dependencies to enable additional tests.
    - Move SSL-related packages from Suggests to Depends to ensure encrypted
      connections are possible.
  * autopkgtest: enable syntax.t by adding debian/tests/pkg-perl/syntax-
    skip. We skip the test for the module which needs the suggested
    liblog-log4perl-perl.
  * Bump debhelper compatibility level to 10.

  [ intrigeri ]
  * Remove myself from uploaders.

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

 -- Xavier Guimard <email address hidden>  Mon, 12 Feb 2018 12:19:27 +0100

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
Bionic release main perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-server-perl_2.009-1.dsc 2.4 KiB 69cf92d038554cca3ca2700c4c84a9feacb7d0fe4377b3264661a721868802cd
libnet-server-perl_2.009.orig.tar.gz 143.3 KiB 8267c6560355e2e0f483d3cc16195f342f32fe13cae9dde75a0a1ece5e9a813f
libnet-server-perl_2.009-1.debian.tar.xz 11.0 KiB 23451cbb66a941371ad1c7a9ebbda253b424c149c963ef311b5b77e06d5785ee

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