Summary
ipsvd is a set of internet protocol service daemons for Unix. It currently includes a TCP/IP service daemon, an SSLv3 TCP/IP service daemon (Linux and MacOSX), and a UDP/IP service daemon. An internet protocol service (ipsv) daemon waits for incoming connections on a local socket; for new connections, it conditionally runs an arbitrary program with standard input reading from the socket, and standard output writing to the socket (if connected), to handle the connection. Standard error is used for logging. ipsv 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. Normally the ipsv daemons are run by a supervisor process, such as runsv from the runit package, or supervise from the daemontools package. ipsvd can be used to run services normally run by inetd, xinetd, or tcpserver.
Versions
v1.0.0-r3 :: 0 :: gentoo
- Modified
- License
- BSD
- Keywords
- ~amd64 ~x86
Depending packages
virtual / inetd : Virtual for the internet super-server daemon
Bugs
- 725160
- net-misc/ipsvd-1.0.0-r3 calls ar directly
- 725218
- net-misc/ipsvd-1.0.0-r3 calls ranlib directly
- 809290
- net-misc/ipsvd-1.0.0-r2 installs files into unexpected paths
- 830598
- net-misc/ipsvd-1.0.0-r2 - cdb.h: error: unknown type name uint32
- 871303
- net-misc/ipsvd-1.0.0-r2 - chkshsgr.c: error: call to undeclared function setgroups; ISO C99 and
- 885877
- net-misc/ipsvd-1.0.0-r2 fails to compile (CLANG-STRICTER-SYSTEM): udpsvd.c:271:32: error: incompatible pointer to integer conversion passing gid_t[61] (aka unsigned int[61]) to parameter of type unsigned long [-Wint-conversion]
- 897946
- net-misc/ipsvd-1.0.0-r3 fails to compile (MUSL-CLANG-SYSTEM): cdb_make.c:18:21: error: incompatible function pointer types passing ssize_t (int, const void , size_t) (aka long (int, const void , unsigned long)) to parameter of type int ()() [-Wincompatib
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
net-misc/ipsvd: drop 1.0.0-r2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
net-misc/ipsvd: update DESCRIPTION
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Joonas Niilola · gentoo
net-misc/ipsvd: fix dohtml with EAPI-8
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Brahmajit Das · gentoo
net-misc/ipsvd: Fix incompatible function pointer types
Removing conditions for usage of sigsetmask and other such functions and using alternative functions. Bug: https://bugs.gentoo.org/897946 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31614 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Andreas K. Hüttel · gentoo
net-misc/ipsvd: EAPI bump, bug 605728
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed