openbsd-inetd 0.20091229-1ubuntu1 source package in Ubuntu

Changelog

openbsd-inetd (0.20091229-1ubuntu1) oneiric; urgency=low

  * Merge from Debian unstable (LP: #803384).  Remaining changes:
    - debian/openbsd-inetd.default: Add missing default file. (LP: #527143)

openbsd-inetd (0.20091229-1) unstable; urgency=medium

  * New CVS snapshot.
  * Added Multi-Arch: foreign.
  * Documented the -i and -q command line options. (Closes: #515570, #612616)
  * If empty, remove /etc/inetd.conf on purge. (Closes: #597622)
 -- Adam Gandelman <email address hidden>   Sun, 03 Jul 2011 13:25:39 +0200

Upload details

Uploaded by:
Adam Gandelman
Sponsored by:
Benjamin Drung
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main net

Downloads

File Size SHA-256 Checksum
openbsd-inetd_0.20091229.orig.tar.gz 23.5 KiB dff46822ffdac42a6a3eb3cf1f6300144b23ee42941358d2b716227f69837a40
openbsd-inetd_0.20091229-1ubuntu1.debian.tar.gz 17.9 KiB 278c1b85a547b737fc1ae63880e3d6695121bc4f481064b7ce637ad3fcc5afc4
openbsd-inetd_0.20091229-1ubuntu1.dsc 1.8 KiB 66866b8ad00593baaa61f159e37e8f06b513b1b90dd81ff61b81019a7214e141

View changes file

Binary packages built by this source

openbsd-inetd: The OpenBSD Internet Superserver

 The inetd server is a network daemon program that specializes in managing
 incoming network connections. Its configuration file tells it what
 program needs to be run when an incoming connection is received. Any
 service port may be configured for either of the tcp or udp protocols.
 .
 This is a port of the OpenBSD daemon with some debian-specific features.
 This package supports IPv6, built-in libwrap access control, binding to
 specific addresses, UNIX domain sockets and socket buffers tuning.