openbsd-inetd 0.20221205-1 source package in Ubuntu

Changelog

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

  * New CVS snapshot.
  * When just "tcp" or "udp" is specified in inetd.conf, now inetd defaults
    to runnning two servers: one for IPv4 and one for IPv6 traffic.
    This is identical to specifying both e.g. "tcp4" and "tcp6".
    The old semantics of only accepting IPv4 connections can be restored
    by using "tcp4" or "udp4".
  * Added the missing echo and chargen TCP small services to the example
    inetd.conf. No examples for other UDP small services will be provided
    because they are a source of reflection DoS attacks. (Closes: #1013300)
  * Added an autopkgtest.

 -- Marco d'Itri <email address hidden>  Mon, 02 Jan 2023 14:33:50 +0100

Upload details

Uploaded by:
Marco d'Itri
Uploaded to:
Sid
Original maintainer:
Marco d'Itri
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe net

Downloads

File Size SHA-256 Checksum
openbsd-inetd_0.20221205-1.dsc 1.4 KiB 0babb151b79393ba35f3dd7b486e2e3d91bcc14b232492029c8f0fbf963f0d9f
openbsd-inetd_0.20221205.orig.tar.xz 22.9 KiB 2d53137f51eb9394ccb42b182e02a492535e9c9a64784d252772a8f00b48ab5a
openbsd-inetd_0.20221205-1.debian.tar.xz 17.1 KiB 9e0c97e75f35ba21d770181f91f905970b87f700a0a8c6c3b1dcb9addc04f6b4

No changes file available.

Binary packages built by this source

openbsd-inetd: 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.

openbsd-inetd-dbgsym: debug symbols for openbsd-inetd