ipsvd 1.0.0-5 source package in Ubuntu

Changelog

ipsvd (1.0.0-5) unstable; urgency=medium

  * QA upload.
  * Convert to 3.0 source format. (Closes: #1007382)

 -- Bastian Germann <email address hidden>  Fri, 02 Dec 2022 00:30:44 +0100

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe net
Mantic release universe net
Lunar release universe net

Downloads

File Size SHA-256 Checksum
ipsvd_1.0.0-5.dsc 1.5 KiB 12f4ff95f315bf45157e3695a121ef8b05f27dc508df994cf9f29910288e6a79
ipsvd_1.0.0.orig.tar.gz 76.1 KiB ef7a725bc85acb5d09ab57658385bb470b3e4da5a4ffc88b5da6c6bd37d01fad
ipsvd_1.0.0-5.debian.tar.xz 5.2 KiB 9253d250831ce1678e01364a36c531fc4ec52bfdf583e3cf36fef059b8970374

Available diffs

No changes file available.

Binary packages built by this source

ipsvd: Internet protocol service daemons

 ipsvd is a set of Internet protocol service daemons for TCP/IP (optionally
 SSLv3) and UDP/IP. A daemon waits for incoming connections on a socket;
 for new connections, it conditionally runs an arbitrary program to handle
 the connection. The daemons can be told to read and follow pre-defined
 instructions on how to handle incoming connections; based on the client's
 IP address or hostname, they can run different programs, set a different
 environment, deny a connection, or set a per host concurrency limit.
 .
 ipsvd can be used to run services usually run by inetd or tcpserver.
 Normally the daemons are run by a supervisor process, such as runsv from
 the runit package.
 .
 See http://smarden.org/ipsvd/ for more information.