FreshPorts -- The Place For Ports Mon, 6 Oct 2008 7:36 PM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

Port details
ipsvd 0.12.1 net on this many watch lists=2 search for ports that depend on this port
Internet protocol service daemons

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 search for ports maintained by this maintainer
Port Added: 12 May 2003 02:23:57


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.

Author:	Gerrit Pape <pape@smarden.org>
WWW:	http://smarden.org/ipsvd/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon

To install the port: cd /usr/ports/net/ipsvd/ && make install clean
To add the package: pkg_add -r ipsvd


Configuration Options
     No options to configure

Master Sites:
http://smarden.org/ipsvd/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 21

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
27 Jul 2008 05:30:53
Original commit files touched by this commit  0.12.1
linimon search for other commits by this committer
Reset sergei@ due to maintainer-timeouts and no response to email.

Hat:            portmgr
29 Apr 2006 21:36:27
Original commit files touched by this commit  0.12.1
sergei search for other commits by this committer
- Upgrade to 0.12.1
25 Nov 2005 14:05:38
Original commit files touched by this commit  0.11.1
sergei search for other commits by this committer
- Add SHA256 checksums to my ports
20 Oct 2005 17:34:11
Original commit files touched by this commit  0.11.1
sergei search for other commits by this committer
- Update to 0.11.1
21 Feb 2005 13:52:27
Original commit files touched by this commit  0.11.0
sergei search for other commits by this committer
- Update to 0.11.0
14 Dec 2004 14:16:27
Original commit files touched by this commit  0.9.7
sergei search for other commits by this committer
- 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
06 Aug 2004 23:38:26
Original commit files touched by this commit  0.9.6
sergei search for other commits by this committer
- Update to 0.9.6
20 Jun 2004 23:01:09
Original commit files touched by this commit  0.9.4
sergei search for other commits by this committer
- Update to 0.9.4
04 Jun 2004 22:41:24
Original commit files touched by this commit  0.9.3
sergei search for other commits by this committer
- Update to 0.9.3
29 Feb 2004 23:10:30
Original commit files touched by this commit  0.8.2
sergei search for other commits by this committer
- Update to 0.8.2
17 Feb 2004 16:10:10
Original commit files touched by this commit  0.8.0
sergei search for other commits by this committer
- Update to 0.8.0
- Remove dependency on dns/libdjbdns - that library is now included
  in ipsvd
30 Jan 2004 16:03:29
Original commit files touched by this commit  0.7.1
sergei search for other commits by this committer
SIZE *DOES* MATTER.
05 Dec 2003 23:01:59
Original commit files touched by this commit  0.7.1
sergei search for other commits by this committer
- Update to 0.7.1
23 Oct 2003 11:21:43
Original commit files touched by this commit  0.7.0
sergei search for other commits by this committer
- 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)
23 Oct 2003 06:42:49
Original commit files touched by this commit  0.6.1
sergei search for other commits by this committer
Change to my @FreeBSD.org address.

Approved by:    krion
21 Oct 2003 10:17:21
Original commit files touched by this commit  0.6.1
osa search for other commits by this committer
Update to 0.6.1

Submitted by:   Sergei Kolobov <sergei@kolobov.com> (maintainer)
PR:             58323
30 Sep 2003 22:20:09
Original commit files touched by this commit  0.6.0
krion search for other commits by this committer
- 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)
05 Sep 2003 08:33:51
Original commit files touched by this commit  0.5.0
edwin search for other commits by this committer
Chase repocopies towards ports/dns

PR:             ports/56020
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:    portmgr
25 Aug 2003 21:19:12
Original commit files touched by this commit  0.5.0
krion search for other commits by this committer
- Update to 0.5.0

PR:             55968
Submitted by:   maintainer
13 May 2003 08:05:01
Original commit files touched by this commit  0.4.1
leeym search for other commits by this committer
Update to 0.4.1

PR:             52119
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
12 May 2003 02:23:21
Original commit files touched by this commit  0.4.0
petef search for other commits by this committer
Add ipsvd 0.4.0, internet protocol service daemons.

PR:             51814
Submitted by:   Sergei Kolobov <sergei@kolobov.com>

Number of commits found: 21

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bitlbee*Oct 03
gallery*Oct 03
gallery2*Oct 03
horde-base*Oct 03
phpmyadmin*Oct 03
proftpd*Oct 03
proftpd-devel*Oct 03
proftpd-mysql*Oct 03
mplayer*Oct 02
mysql323-clientOct 01
mysql40-clientOct 01
mysql41-clientOct 01
mysql50-clientOct 01
mysql51-clientOct 01
mysql60-clientOct 01

19 vulnerabilities affecting 36 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 19265
Broken 157
Deprecated 79
Ignore 434
Forbidden 7
Restricted 281
No CDROM 132
Vulnerable 59
Expired 54
Set to expire 61
Interactive 78
new 24 hours 4
new 48 hours20
new 7 days35
new fortnight94
new month180

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.193 seconds.