Port details |
- ipsvd Internet protocol service daemons
- 1.0.0_1 net
=2 1.0.0_1Version of this port present on the latest quarterly branch.
- DEPRECATED: bogus assumption of system type widths, likely crash-prone
This port expired on: 2023-12-31
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2003-05-12 01:23:57
- Last Update: 2023-12-31 00:06:13
- Commit Hash: faae5c3
- People watching this port, also watch:: openvpn, linuxfdisk, wine, postfix
- License: BSD3CLAUSE
- WWW:
- http://smarden.org/ipsvd/
- Description:
- ipsvd is a set of internet protocol service daemons.
It currently includes a TCP/IP service daemon, and a UDP/IP service daemon.
An internet protocol service (ipsv) daemon waits for incoming connections
on a local socket. On incoming connections, the ipsv daemon conditionally
runs an arbitrary program with standard input reading from the socket, and
standard output writing to the socket, that handles 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. It's possible to run different
programs, or to set a different environment, or to deny a connection, or
to set a per host concurrency limit, depending on the client's address or
hostname.
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.
- ¦ ¦ ¦ ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: ipsvd
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ipsvd-1.0.0.tar.gz) = ef7a725bc85acb5d09ab57658385bb470b3e4da5a4ffc88b5da6c6bd37d01fad
SIZE (ipsvd-1.0.0.tar.gz) = 77903
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ipsvd-1.0.0_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net_ipsvd
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.0_1 31 Dec 2023 00:06:13 |
Muhammad Moinur Rahman (bofh) |
net/ipsvd: Remove expired port
2023-12-31 net/ipsvd: bogus assumption of system type widths, likely crash-prone |
1.0.0_1 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.0.0_1 24 Jul 2023 14:46:03 |
Muhammad Moinur Rahman (bofh) |
net/ipsvd: Fix build with llvm16
- Pet portclippy
Sponsored by: The FreeBSD Foundation |
1.0.0_1 05 May 2023 22:26:21 |
Matthias Andree (mandree) |
net/ipsvd: fix pkg-fallout with LLVM15
./compile udpsvd.c
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]
bufnum[fmt_ulong(bufnum, ugid.gid)] =0;
^~~~~~~~
and use ugid.gid[0], and -include unistd.h globally, to fix
several missing prototype warnings around execve.
Someone tell Gerrit Pape that this code needs some serious fixing
around type widths and prototypes.
Deprecate, unless the upstream fixes things, and expire end of 2023. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.0 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.0.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.0 22 Dec 2020 02:51:36 |
linimon |
Mark as BROKEN on riscv64 the same as on armvX. |
1.0.0 30 Nov 2017 06:13:35 |
linimon |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
1.0.0 27 May 2017 00:20:19 |
linimon |
Mark some ports failing on armv6, for errors classified as "???",
part 2.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.0.0 12 Nov 2016 09:00:13 |
amdmi3 |
- Add LICENSE
- Switch to options helpers |
1.0.0 02 Mar 2015 23:36:36 |
bapt |
Remove Author from pkg-descr and white space fixes |
1.0.0 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
1.0.0 16 Jul 2014 03:00:46 |
adamw |
Add DOCS option for ports with PORTDOCS in plist. |
1.0.0 05 Feb 2014 17:10:45 |
miwi |
- Stage support |
1.0.0 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.0.0 31 Oct 2013 20:13:55 |
lx |
Honor ${CC} in conf-ld |
1.0.0 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.0.0 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.0.0 30 Sep 2010 04:04:58 |
miwi |
- Update to 1.0.0
PR: 150585
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer) |
0.14.0 24 Dec 2008 18:09:56 |
miwi |
- Update to 0.14.0 |
0.13.0 23 Dec 2008 19:50:07 |
miwi |
- Update to 0.13.0
- Take maintainership |
0.12.1 27 Jul 2008 04:30:53 |
linimon |
Reset sergei@ due to maintainer-timeouts and no response to email.
Hat: portmgr |
0.12.1 29 Apr 2006 20:36:27 |
sergei |
- Upgrade to 0.12.1 |
0.11.1 25 Nov 2005 14:05:38 |
sergei |
- Add SHA256 checksums to my ports |
0.11.1 20 Oct 2005 16:34:11 |
sergei |
- Update to 0.11.1 |
0.11.0 21 Feb 2005 13:52:27 |
sergei |
- Update to 0.11.0 |
0.9.7 14 Dec 2004 14:16:27 |
sergei |
- Update to 0.9.7,
Among other things, this upgrade fixes a nasty bug that caused
connections to "stall" as if they all were coming from the same IP address |
0.9.6 06 Aug 2004 22:38:26 |
sergei |
- Update to 0.9.6 |
0.9.4 20 Jun 2004 22:01:09 |
sergei |
- Update to 0.9.4 |
0.9.3 04 Jun 2004 21:41:24 |
sergei |
- Update to 0.9.3 |
0.8.2 29 Feb 2004 23:10:30 |
sergei |
- Update to 0.8.2 |
0.8.0 17 Feb 2004 16:10:10 |
sergei |
- Update to 0.8.0
- Remove dependency on dns/libdjbdns - that library is now included
in ipsvd |
0.7.1 30 Jan 2004 16:03:29 |
sergei |
SIZE *DOES* MATTER. |
0.7.1 05 Dec 2003 23:01:59 |
sergei |
- Update to 0.7.1 |
0.7.0 23 Oct 2003 10:21:43 |
sergei |
- Update to 0.7.0:
- A new type of instruction has been added:
ipsvd(8) now can be told to look up IP addresses
of (dynamic) hostnames on incoming connections,
and to handle a connection through different instructions
if the client's IP address matches one of these IP addresses.
See the ipsvd-instruct(5) man page for details.
- The examples web page has been updated slightly, and now
includes an example of the new check host instructions.
Approved by: krion (implicit) |
0.6.1 23 Oct 2003 05:42:49 |
sergei |
Change to my @FreeBSD.org address.
Approved by: krion |
0.6.1 21 Oct 2003 09:17:21 |
osa |
Update to 0.6.1
Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
PR: 58323 |
0.6.0 30 Sep 2003 21:20:09 |
krion |
- Update to 0.6.0:
With this version the ipsv daemons support
the port to listen on to be specified either as a name from
/etc/services, or as a number. The ipsvd interface now
necessitates the -u command line option, and the documentation
has been enhanced slightly.
PR: 57400
Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer) |
0.5.0 05 Sep 2003 07:33:51 |
edwin |
Chase repocopies towards ports/dns
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr |
0.5.0 25 Aug 2003 20:19:12 |
krion |
- Update to 0.5.0
PR: 55968
Submitted by: maintainer |
0.4.1 13 May 2003 07:05:01 |
leeym |
Update to 0.4.1
PR: 52119
Submitted by: Sergei Kolobov <sergei@kolobov.com> |
0.4.0 12 May 2003 01:23:21 |
petef |
Add ipsvd 0.4.0, internet protocol service daemons.
PR: 51814
Submitted by: Sergei Kolobov <sergei@kolobov.com> |