a3a1 FreshPorts -- sysutils/ucspi-tcp
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
ucspi-tcp 0.88_2 sysutils on this many watch lists=96 search for ports that depend on this port
Command-line tools for building TCP client-server applications
Maintained by: garga@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Also Listed In: net
License: not specified in port


ucspi-tcp is a set of command-line tools for building TCP-based
client/server applications.  They are compliant to UCSPI, the
UNIX Client-Server Program Interface.  UCSPI tools are available
for several different types of networks.

WWW: http://cr.yp.to/ucspi-tcp.html
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

This port is required by:

for Build for Run

To install the port: cd /usr/ports/sysutils/ucspi-tcp/ && make install clean
To add the package: pkg_add -r ucspi-tcp


Configuration Options
===> The following configuration options are available for ucspi-tcp-0.88_2:
     IPV6=off: IPv6 protocol
     LIMITS=off: Implement per-connection and other limits
     MANPAGES=on: Build and/or install manual pages
     RBL2SMTPD=off: Don't drop connection, pass envvar to smtpd
     RSS_DIFF=off: Patch rblsmtpd for qmail users
     SSL=off: SSL protocol
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/garga/ucspi-tcp/
  3. ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/garga/ucspi-tcp/
  4. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/garga/ucspi-tcp/
  5. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/garga/ucspi-tcp/
  6. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/garga/ucspi-tcp/
  7. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/garga/ucspi-tcp/
  8. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/garga/ucspi-tcp/
  9. http://cr.yp.to/ucspi-tcp/

Number of commits found: 30

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
05 Oct 2012 12:41:46
Original commit files touched by this commit  0.88_2
garga search for other commits by this committer
Change headers of all ports maintained by me to new format
02 Jul 2012 22:09:39
Original commit files touched by this commit  0.88_2
garga search for other commits by this committer
Move to OPTIONSng
19 Mar 2011 12:38:54
Original commit files touched by this commit  0.88_2
miwi search for other commits by this committer
- Get Rid MD5 support
04 Nov 2009 15:54:51
Original commit files touched by this commit  0.88_2
garga search for other commits by this committer
Add IPv6 support, optional, off by default

Submitted by:   Doug Kelly <dougk@dougk-ff7.net>
28 Mar 2009 17:53:24
Original commit files touched by this commit  0.88_2
garga search for other commits by this committer
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
02 Mar 2009 11:13:44
Original commit files touched by this commit  0.88_2
garga search for other commits by this committer
- Add tcpserver limits patch, an optional, off by default patch that permit you
  to add connection limits based on originator IP, originator class of IP and
  maximmun load average. This patch conflicts with SSL one.

Submitted by:   Sirko Zidlewitz <sz@bytecamp.net> (idea)
25 Jul 2008 18:59:32
Original commit files touched by this commit  0.88_2
garga search for other commits by this committer
Remove RESTRICTED since all DJB code changed to public domain license
09 Oct 2007 18:36:54
Original commit files touched by this commit  0.88_2
garga search for other commits by this committer
- Add MASTER_SITE_LOCAL as a backup MASTER_SITES
- Cleanup a bit
05 Oct 2007 17:37:45
Original commit files touched by this commit  0.88_2
garga search for other commits by this committer
- Take maintainership
- Pet portlint
05 Oct 2007 16:36:46
Original commit files touched by this commit  0.88_2
stefan search for other commits by this committer
Restrict optimization to -O - -O2 causes problems at least on amd64.

PR:             113139
Submitted by:   Dan Smith<dan@algenta.com>
24 Sep 2007 07:38:42
Original commit files touched by this commit  0.88_2
linimon search for other commits by this committer
Dominic is a new dad, and will be too busy for a while to work on ports.
Congratulations :-)
03 Sep 2006 17:36:37
Original commit files touched by this commit  0.88_2
kris search for other commits by this committer
RESTRICTED is intended here instead of NO_PACKAGE
08 Aug 2006 13:27:27
Original commit files touched by this commit  0.88_2
garga search for other commits by this committer
Fix RBL2SMTPD patch that I added accidentally inside SSL patch if
08 Jun 2006 23:41:52
Original commit files touched by this commit  0.88_2
garga search for other commits by this committer
As qmail ports' maintainer, I recieved a lot of emails reporting a "problem". If
you have a good client using an IP listed on a RBL, this person cannot have a
chance to auth on qmail server if server uses rblsmtpd because connection is
dropped before call qmail-smtpd.

This patch fix this problem, changing rblsmtpd to doesn't drop the connection,
just set a var, that will be checked by patched qmail-smtpd, and if person is
authenticated, it ignores rbl check.

PR:             ports/98390
Approved by:    maintainer
07 Jun 2006 21:36:02
Original commit files touched by this commit  0.88_2
edwin search for other commits by this committer
Add SHA256 checksum
14 May 2006 13:30:24
Original commit files touched by this commit  0.88_2
garga search for other commits by this committer
- Move SSL block after bsd.port.pre.mk
- Remove USE_REINPLACE
- Unquote NO_PACKAGE

PR:             ports/97179
Approved by:    maintainer
13 May 2006 04:15:53
Original commit files touched by this commit  0.88_2
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with S
09 Jan 2006 18:59:31
Original commit files touched by this commit  0.88_2
oliver search for other commits by this committer
make it possible to use openssl from ports when no openssl is in base

PR:             ports/91563
Approved by:    maintainer
06 Nov 2005 17:43:54
Original commit files touched by this commit  0.88_2
mnag search for other commits by this committer
Add SSL support
Add MAN in OPTIONS
Bump PORTREVISION

PR:             87763
Submitted by:   Rodrigo Graeff <delphus@gmail.com>
Approved by:    dom@happygiraffe.net (maintainer timeout, 16 days)
14 May 2005 18:26:08
Original commit files touched by this commit  0.88_1
novel search for other commits by this committer
OPTIONS'ify.

PR:             81025
Submitted by:   Renato Botelho <freebsd@galle.com.br>
Approved by:    Dominic Mitchell (maintainer)
17 Feb 2005 08:53:06
Original commit files touched by this commit  0.88_1
pav search for other commits by this committer
- Put an option WITH_RSS_DIFF to apply ucspi-rss.diff, like Volker told on the
  old PR, this is not a mandatory patch. It's useful just with qmail.
- SIZEify

PR:             ports/77397
Submitted by:   Renato Botelho <renato@galle.com.br>
Approved by:    Dominic Mitchell <dom@happygiraffe.net> (maintainer)
11 Feb 2005 17:40:59
Original commit files touched by this commit  0.88_1
vs search for other commits by this committer
- Apply ucspi-rss.diff patch
- Remove FATAL messages from portlint
- Bump PORTREVISION

PR:             ports/68828
Submitted by:   Renato Botelho
Approved by:    maintainer timeout
21 Feb 2003 13:28:59
Original commit files touched by this commit  0.88
knu search for other commits by this committer
De-pkg-comment.
21 Aug 2002 19:51:14
Original commit files touched by this commit  0.88
naddy search for other commits by this committer
Add man pages.

PR:             41756
Submitted by:   Jos Backus <jos@catnook.com>
Approved by:    maintainer
29 Jan 2002 11:58:52
files touched by this commit
knu search for other commits by this committer
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;   the ECHO
macro is set to "echo" by default, but it is set to "true" if   make(1) is
invoked with the -s option while ECHO_CMD is always set to   the echo command.  
 
07 Jun 2001 08:46:07
files touched by this commit
roam search for other commits by this committer
Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.net    
16 Jan 2001 17:33:20
files touched by this commit
sobomax search for other commits by this committer
Massive style enforcement - use ^I instead of spaces for variables identation.  
 
08 Oct 2000 07:23:57
files touched by this commit
asami search for other commits by this committer
Convert category sysutils to new layout.  
10 Jul 2000 02:41:28
files touched by this commit
steve search for other commits by this committer
Update to version 1.88.    
01 Jun 2000 16:52:34
files touched by this commit
will search for other commits by this committer
MASTER_SITE changed directory, adjust.    

Number of commits found: 30

284d
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15
linux-firefoxMay 15
linux-seamonkeyMay 15

3 vulnerabilities affecting 19 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
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24518
Broken 217
Deprecated 473
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 28
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours8
new 7 days24
new fortnight76
new month206

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0