Skip site navigation (1)Skip section navigation (2)

CVS log for ports/sysutils/ucspi-tcp/Makefile

[BACK] Up to [FreeBSD] / ports / sysutils / ucspi-tcp

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Nov 4 15:54:51 2009 UTC (2 years, 3 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +17 -1 lines
Add IPv6 support, optional, off by default

Submitted by:	Doug Kelly <dougk@dougk-ff7.net>

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Mar 28 17:53:22 2009 UTC (2 years, 10 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -0 lines
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Mar 2 11:13:44 2009 UTC (2 years, 11 months ago) by garga
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +12 -1 lines
- 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)

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Jul 25 18:59:32 2008 UTC (3 years, 6 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +0 -2 lines
Remove RESTRICTED since all DJB code changed to public domain license

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Oct 9 18:36:54 2007 UTC (4 years, 4 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +49 -16 lines
- Add MASTER_SITE_LOCAL as a backup MASTER_SITES
- Cleanup a bit

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Oct 5 17:37:45 2007 UTC (4 years, 4 months ago) by garga
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +14 -12 lines
- Take maintainership
- Pet portlint

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Oct 5 16:36:45 2007 UTC (4 years, 4 months ago) by stefan
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -0 lines
Restrict optimization to -O - -O2 causes problems at least on amd64.

PR:		113139
Submitted by:	Dan Smith<dan@algenta.com>

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Sep 24 07:38:41 2007 UTC (4 years, 4 months ago) by linimon
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Dominic is a new dad, and will be too busy for a while to work on ports.
Congratulations :-)

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Sep 3 17:36:37 2006 UTC (5 years, 5 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
RESTRICTED is intended here instead of NO_PACKAGE

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Aug 8 13:27:26 2006 UTC (5 years, 6 months ago) by garga
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +5 -5 lines
Fix RBL2SMTPD patch that I added accidentally inside SSL patch if

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Jun 8 23:41:52 2006 UTC (5 years, 8 months ago) by garga
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +8 -1 lines
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

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun May 14 13:30:24 2006 UTC (5 years, 8 months ago) by garga
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -5 lines
- Move SSL block after bsd.port.pre.mk
- Remove USE_REINPLACE
- Unquote NO_PACKAGE

PR:		ports/97179
Approved by:	maintainer

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat May 13 04:15:48 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +0 -1 lines
Remove USE_REINPLACE from all categories starting with S

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Jan 9 18:59:31 2006 UTC (6 years, 1 month ago) by oliver
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +9 -0 lines
make it possible to use openssl from ports when no openssl is in base

PR:		ports/91563
Approved by:	maintainer

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Nov 6 17:43:54 2005 UTC (6 years, 3 months ago) by mnag
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +20 -13 lines
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)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat May 14 18:26:08 2005 UTC (6 years, 8 months ago) by novel
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +8 -6 lines
OPTIONS'ify.

PR:		81025
Submitted by:	Renato Botelho <freebsd@galle.com.br>
Approved by:	Dominic Mitchell (maintainer)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Feb 17 08:53:06 2005 UTC (6 years, 11 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +9 -1 lines
- 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)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Feb 11 17:40:58 2005 UTC (7 years ago) by vs
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +8 -7 lines
- Apply ucspi-rss.diff patch
- Remove FATAL messages from portlint
- Bump PORTREVISION

PR:		ports/68828
Submitted by:	Renato Botelho
Approved by:	maintainer timeout

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Feb 21 13:28:55 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -0 lines
De-pkg-comment.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Aug 21 19:51:13 2002 UTC (9 years, 5 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +13 -0 lines
Add man pages.

PR:		41756
Submitted by:	Jos Backus <jos@catnook.com>
Approved by:	maintainer

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Jan 29 11:58:46 2002 UTC (10 years ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
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.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jun 7 07:46:05 2001 UTC (10 years, 8 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.net

PR:		27923
Submitted by:	maintainer
Reviewed by:	awk -F\| '$6 ~ /dom@myrddin/ {print $2;}' /usr/ports/INDEX ;)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jan 16 17:32:40 2001 UTC (11 years ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Massive style enforcement - use ^I instead of spaces for variables identation.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jul 10 01:41:24 2000 UTC (11 years, 7 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +4 -26 lines
Update to version 1.88.

PR:		19134
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jun 1 15:52:33 2000 UTC (11 years, 8 months ago) by will
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
MASTER_SITE changed directory, adjust.

PR:		18942
Submitted by:	Edwin Groothuis <mavetju@chello.nl>

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Apr 22 10:13:27 2000 UTC (11 years, 9 months ago) by mharo
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Corrrect whitespace introduced during PORTNAME conversion and portlint

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Apr 9 19:08:39 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
Update with the new PORTNAME/PORTVERSION variable

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Feb 9 04:52:51 2000 UTC (12 years ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Point MASTER_SITES and pkg/DESCR to new location.

PR:		16581
Submitted by:	Maintainer

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Oct 27 09:32:24 1999 UTC (12 years, 3 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
update mastersite

PR:		14364
Submitted by:	Mike Meyer mwm@phone.net

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Aug 31 02:00:13 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Apr 4 17:54:51 1999 UTC (12 years, 10 months ago) by jseger
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +37 -8 lines
Upgrade to ucspi-tcp 0.84

Submitted by:	Tom Hukins <tom@eborcom.com>
PR:		ports/9604

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Dec 5 20:26:45 1998 UTC (13 years, 2 months ago) by sada
Branches: MAIN
CVS tags: RELEASE_3_1_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -4 lines
Update of ports/sysutils/ucspi-tcp's version: 0.80 -> 0.84
PR:	ports/8927
Submitted by:	Yarema <yds@dppl.com>

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jul 27 00:08:10 1998 UTC (13 years, 6 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Fix a couple of minor nits.

PR:		7332
Submitted by:	maintainer

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jul 26 18:33:16 1998 UTC (13 years, 6 months ago) by obrien
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Add "net" to CATEGORIES.  Seems TCP utils belongs there to me.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Jul 9 10:18:37 1998 UTC (13 years, 7 months ago) by dburr
Branches: DBURR
CVS tags: ucspi_tcp_0_80, RELEASE_2_2_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
PR:		ports/6934
Submitted by:	Dom Mitchell <dom@myrddin.demon.co.uk>
Import of new port ucspi-tcp, a set of commandline tools for
creating TCP client/server applications.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jul 9 10:18:37 1998 UTC (13 years, 7 months ago) by dburr
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options