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

CVS log for ports/security/stunnel/Makefile

[BACK] Up to [FreeBSD] / ports / security / stunnel

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.105: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:25:18 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +2 -2 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav

Revision 1.104: download - view: text, markup, annotated - select for diffs
Thu Sep 8 09:53:47 2011 UTC (5 months ago) by roam
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +1 -1 lines
Update to stunnel-4.43 which is not vulnerable to the security
problem described in the PR.

PR:		160218
Reported by:	Cory McIntire <loon@lolunix.org>

Revision 1.103: download - view: text, markup, annotated - select for diffs
Mon Aug 1 14:47:43 2011 UTC (6 months, 1 week ago) by roam
Branches: MAIN
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +5 -3 lines
Update to stunnel-4.41 and fix the handling of CPPFLAGS.

Revision 1.102: download - view: text, markup, annotated - select for diffs
Thu Feb 10 09:34:59 2011 UTC (12 months ago) by roam
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +2 -3 lines
Update to stunnel-4.35:
- drop the transparent proxying patch, integrated upstream
- while I'm here, fix the very first master site URL -
  the download page on stunnel.org just links to the sites now,
  and does not contain downloadable source

PR:		154631
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>

Revision 1.101: download - view: text, markup, annotated - select for diffs
Tue Jan 4 16:37:24 2011 UTC (13 months, 1 week ago) by roam
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +5 -1 lines
Implement transparent proxying using the IP_BINDANY option if available in
a way a bit different (and a bit more generic) than the one in the PR.
While I'm here, declare the GPL-2+ license and remove the MD5 checksum.

PR:		153568
Submitted by:	Jason Helfman <jhelfman@experts-exchange.com>

Revision 1.100: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:33:31 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +1 -1 lines
Sync to new bsd.autotools.mk

Revision 1.99: download - view: text, markup, annotated - select for diffs
Thu Oct 21 11:36:26 2010 UTC (15 months, 3 weeks ago) by roam
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +20 -8 lines
Unbreak the build on FreeBSD 6.x and other versions that need
the port version of OpenSSL for elliptic curve cryptography.
While I'm here, update the list of master sites.

Revision 1.98: download - view: text, markup, annotated - select for diffs
Tue Oct 12 23:09:50 2010 UTC (15 months, 4 weeks ago) by pav
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +4 -0 lines
- Mark BROKEN on 6.X: does not compile

Reported by:	pointyhat

Revision 1.97: download - view: text, markup, annotated - select for diffs
Mon Sep 20 09:49:58 2010 UTC (16 months, 3 weeks ago) by roam
Branches: MAIN
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +2 -11 lines
Update to stunnel-4.34.  In this version the DH parameters support was
made conditional only on OpenSSL support for it, not on GNU configure
parameters, so it will most probably be automatically enabled on
the currently supported FreeBSD versions.  If this leads to any problems,
I'll look into making it optional again.

Revision 1.96: download - view: text, markup, annotated - select for diffs
Fri Apr 16 12:49:44 2010 UTC (21 months, 3 weeks ago) by roam
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +1 -1 lines
Update to stunnel-4.33; hopefully, the stability problems are fixed now.

Revision 1.95: download - view: text, markup, annotated - select for diffs
Wed Feb 3 09:33:25 2010 UTC (2 years ago) by roam
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +1 -5 lines
Update to stunnel-4.29.  I'm holding off on the 4.30 update for
a couple of days until the chroot/SIGHUP/pid file problem discussed
on the stunnel-users mailing list is sorted out upstream.

PR:		142773
Reported by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>

Revision 1.94: download - view: text, markup, annotated - select for diffs
Thu Nov 19 11:06:25 2009 UTC (2 years, 2 months ago) by roam
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +2 -1 lines
Fix the build on FreeBSD 6.x (an older version of OpenSSL) by replacing
the official no_ticket.patch with an extended one ifdef'ing more options.
Replace the src/client.c patch with the official execargs.patch.
Bump PORTREVISION.

Revision 1.93: download - view: text, markup, annotated - select for diffs
Fri Nov 13 10:58:56 2009 UTC (2 years, 2 months ago) by roam
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +22 -2 lines
Update stunnel to 4.28, including a patch for older SSL versions.
Add two new configurable options to disable libwrap support (almost
as in the PR, but not quite) and enable Diffie-Hellman key exchange.

PR:		139147 (only the libwrap support, but missing -lwrap)
Submitted by:	Jim Riggs <ports@christianserving.org>

Revision 1.92: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:35:33 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +1 -1 lines
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr

Revision 1.91: download - view: text, markup, annotated - select for diffs
Thu Apr 23 11:37:01 2009 UTC (2 years, 9 months ago) by roam
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +1 -1 lines
Update to stunnel-4.27.

Revision 1.90: download - view: text, markup, annotated - select for diffs
Fri Jan 9 15:55:54 2009 UTC (3 years, 1 month ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +1 -1 lines
- Update to 4.26

PR:		130160
Submitted by:	"Beat Gätzi" <beat@chruetertee.ch>

Revision 1.89: download - view: text, markup, annotated - select for diffs
Tue Jan 6 17:59:20 2009 UTC (3 years, 1 month ago) by pav
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +0 -3 lines
- Remove conditional checks for FreeBSD 5.x and older

Revision 1.88: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:18:21 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)

Revision 1.87: download - view: text, markup, annotated - select for diffs
Tue Jun 3 15:12:08 2008 UTC (3 years, 8 months ago) by roam
Branches: MAIN
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +1 -1 lines
Update to stunnel-4.25.

Revision 1.86: download - view: text, markup, annotated - select for diffs
Mon May 19 15:57:52 2008 UTC (3 years, 8 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +1 -2 lines
Update to stunnel-4.24.

Revision 1.85: download - view: text, markup, annotated - select for diffs
Fri Mar 28 11:02:11 2008 UTC (3 years, 10 months ago) by roam
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +1 -2 lines
Update to the release version of stunnel-4.22.

Revision 1.84: download - view: text, markup, annotated - select for diffs
Sat Jan 26 14:13:43 2008 UTC (4 years ago) by roam
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +1 -4 lines
Finish the USE_RC_SUBR transition after marcus repo-copied stunnel.sh
to stunnel.in.
No functional changes once the port has been installed, thus
no PORTREVISION bump.

Revision 1.83: download - view: text, markup, annotated - select for diffs
Thu Jan 24 00:36:42 2008 UTC (4 years ago) by roam
Branches: MAIN
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +7 -6 lines
Update the stunnel port to version 4.22b2 to fix inetd mode logging[1].

While I'm here, pick up various changes from PR's:
- convert the startup script to the new style[2], but do not yet enable
  USE_RC_SUBR; a repo-copy of stunnel.sh to stunnel.in should be done first
- use ETCDIR instead of PREFIX/etc/stunnel everywhere[3]
- wave a magic wand over the startup script generation process to mimic
  the changes that will be done by USE_RC_SUBR after the repo-copy

Prompted by:	Damian Wiest <dwiest@vailsys.com> and
		Luis Rodrigo Gallardo Cruz <rodrigo@nul-unu.com> on
		the stunnel-users mailing list [1]
PR:		119655 [2] - only the changes to the startup script
		116773 [3] - only the ETCDIR part
Submitted by:	Jason DiCioccio <jd@ods.org> [2],
		Alexander Logvinov <ports@logvinov.com> [3]

Revision 1.82: download - view: text, markup, annotated - select for diffs
Tue Nov 13 10:09:51 2007 UTC (4 years, 2 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +1 -0 lines
Add an official fix for the chroot mode resolving bug.

Approved by:	portmgr (pav)

Revision 1.81: download - view: text, markup, annotated - select for diffs
Mon Oct 29 16:45:19 2007 UTC (4 years, 3 months ago) by roam
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +2 -3 lines
Update to stunnel-4.21.

Revision 1.80: download - view: text, markup, annotated - select for diffs
Thu Oct 4 06:00:24 2007 UTC (4 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +0 -2 lines
Remove always-false/true conditions based on OSVERSION 500000

Revision 1.79: download - view: text, markup, annotated - select for diffs
Tue Aug 28 10:01:00 2007 UTC (4 years, 5 months ago) by roam
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +1 -0 lines
Reserve a user and group ID for the stunnel daemon.
Loosely based on the PR, although I just used the next available UID/GID.

PR:		108784
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>

Revision 1.78: download - view: text, markup, annotated - select for diffs
Thu Feb 1 02:41:56 2007 UTC (5 years ago) by kris
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +1 -0 lines
Use libtool port instead of included version to avoid objformat a.out botch

Revision 1.77: download - view: text, markup, annotated - select for diffs
Fri Dec 1 16:16:05 2006 UTC (5 years, 2 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -1 lines
Update to stunnel 4.20.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Wed Nov 15 11:32:51 2006 UTC (5 years, 2 months ago) by roam
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +3 -2 lines
Update to stunnel 4.19 and fix the NOPORTDOCS installation to really
skip over the installation of example files and scripts.  Of course,
stunnel.conf-sample is still installed into etc/stunnel/.

Revision 1.75: download - view: text, markup, annotated - select for diffs
Sun Oct 8 18:06:54 2006 UTC (5 years, 4 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -0 lines
Fix the problem with unattended deinstallation by not even attempting
to remove the stunnel user and group at all - just kill the package
deinstall script.

PR:		104028
Reported by:	jan grant <jan.grant@bristol.ac.uk>,
		Stephen Hurd <shurd@sasktel.net> (in private mail a while ago),
		and, I think, many others

Revision 1.74: download - view: text, markup, annotated - select for diffs
Tue Sep 26 13:40:52 2006 UTC (5 years, 4 months ago) by roam
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -1 lines
A trivial update to stunnel-4.18 - Windows-related changes only.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Mon Sep 18 13:29:03 2006 UTC (5 years, 4 months ago) by roam
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +1 -5 lines
Update to stunnel 4.17.

PR:		103123
Submitted by:	vd

Revision 1.72: download - view: text, markup, annotated - select for diffs
Fri Apr 21 10:51:49 2006 UTC (5 years, 9 months ago) by roam
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +8 -5 lines
Update to stunnel 4.15, which has the major new feature of almost all
connection options being configurable per connection, not global anymore.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:39:05 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -2 lines
Conversion to a single libtool environment.

Approved by:	portmgr (kris)

Revision 1.70: download - view: text, markup, annotated - select for diffs
Tue Jan 31 09:11:38 2006 UTC (6 years ago) by roam
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +3 -4 lines
Catch up with stunnel's tools/Makefile to make the port's "make cert"
target actually work again.
Follow the upstream author's idea of keeping all stunnel-related
configuration files into ${PREFIX}/etc/stunnel/ - now "make cert" also
installs the certificate there instead of ${PREFIX}/etc/.
Bump PORTREVISION and add a note to UPDATING for the certificate
location change.

PR:		91991
Reported by:	Jiri Pridal <jiri.pridal@firebrno.cz>

Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:51:05 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Thu Nov 3 11:51:09 2005 UTC (6 years, 3 months ago) by roam
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -1 lines
Update to stunnel 4.14, which is mostly a bugfix release.
Besides what's in the PR, also revert the pidfile location change to
preserve POLA and hier(7).

PR:		88436
Submitted by:	Vasil Dimov <vd@datamax.bg>

Revision 1.67: download - view: text, markup, annotated - select for diffs
Tue Nov 1 00:18:03 2005 UTC (6 years, 3 months ago) by roam
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +3 -2 lines
Update to 4.13, which ought to fix the libc_r detection problem in
a short window of 5.x versions.

PR:		87839
Submitted by:	Vasil Dimov <vd@datamax.bg>

Revision 1.66: download - view: text, markup, annotated - select for diffs
Wed Jul 13 08:41:58 2005 UTC (6 years, 7 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +9 -6 lines
Update to stunnel 4.11, which is deemed a stable release.
Remove our local patches for ucontext/pthread/fork model choice, since
this is handled by a configure argument now.
Note that ucontext is not supported on FreeBSD versions less than 5.0.

PR:		83245 (mostly)
Submitted by:	Vasil Dimov <vd@datamax.bg>

Revision 1.65: download - view: text, markup, annotated - select for diffs
Tue Jun 14 09:07:12 2005 UTC (6 years, 7 months ago) by roam
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +8 -11 lines
OPTIONS'ify, but still leave WITH_STUNNEL_SSL_ENGINE out of it - it is
a bit too dangerous to leave out in the open.

Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Jun 14 08:58:47 2005 UTC (6 years, 7 months ago) by roam
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +22 -1 lines
Fix the stunnel ucontext-related problems using a patch from the author,
Michael Trojnara[1].
Also, add the build-time WITH_FORK, WITH_PTHREAD, and WITH_UCONTEXT knobs
to control the stunnel threading model used, based on Vasil Dimov's PR's
with some modifications [2].
While I'm here, add in a <sys/types.h> inclusion that seems to be needed
for <ucontext.h> at least on FreeBSD 6.0/sparc64.

Reported by:	many
Pointy hat to:	roam (myself) for both not noticing this and then letting
		it linger for a while
Obtained from:	Michael Trojnara's BSD patch from
		<53594c631989fde6ca0bdb3435b93dfe@mirt.net> [1]
PR:		81289, 82202 [2]
Submitted by:	Vasil Dimov

Revision 1.63: download - view: text, markup, annotated - select for diffs
Sun Jun 5 23:03:14 2005 UTC (6 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +1 -0 lines
- Fix deinstall script when running in BATCH mode.

PR:		ports/67762
Submitted by:	Linus Sjoberg <lsjoberg@aland.net>
Approved by:	maintainer timeout (7 weeks)

Revision 1.62: download - view: text, markup, annotated - select for diffs
Thu May 12 11:36:41 2005 UTC (6 years, 9 months ago) by roam
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -1 lines
Update to 4.10, fixing the execvp() and pid file issues while I'm here.

PR:		79114, 79120, 80143, 80405
Submitted by:	Florian Hars <hars@bik-gmbh.de>,
		Jim Hatfield <jim.hatfield@insignia.com>,
		Vasil Dimov <vd@datamax.bg>,
		Vsevolod Stakhov <vsevolod@highsecure.ru>

Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:26:31 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:03:51 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Jan 3 09:54:20 2005 UTC (7 years, 1 month ago) by roam
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -2 lines
Update stunnel to 4.07, which incorporates most of our fixes to 4.06
and also fixes a crash if a client connection is closed too early.

Approved by:	portmgr (krion)

Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Dec 30 15:37:50 2004 UTC (7 years, 1 month ago) by roam
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +12 -4 lines
The last update for this year, I hope :)
Make stunnel use the rc_subr framework, allowing for much cleaner
startup and shutdown of multiple instances of stunnel.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Thu Dec 30 14:22:09 2004 UTC (7 years, 1 month ago) by roam
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +1 -0 lines
Fix a getnameinfo() out-of-memory error caused by passing a 20-character
buffer to hold a numeric IPv4/v6 address.  Of course, IPv6 addresses may
be a bit longer than 20 characters :)

A-ha! moment during:	discussion with the stunnel author

Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon Dec 27 14:33:19 2004 UTC (7 years, 1 month ago) by roam
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +7 -4 lines
Update to stunnel-4.06.  In addition to the PR:
- enable the new IPv6 functionality when WITH_IPV6 is defined;
- at last move over to libtool-1.5 and get rid of the .la file;
- update the WITH_STUNNEL_SSL_ENGINE message to also mention FreeBSD 6.x;
- remove the obsolete sock_ioctlsocket() definition from patch-aa;
- fix a couple of getnameinfo(3)-related buglets;
- fix a poll(2)-related buglet: it seems FreeBSD insists (correctly) that
  INFTIM passed to poll(2) should be -1, not just any negative value.

PR:		75519 (somewhat)
Submitted by:	Dan Langille <dan@langille.org>

Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Sep 2 15:46:15 2004 UTC (7 years, 5 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +21 -1 lines
Fix the bus error on startup in -CURRENT and 5.x-BETA.  It turns out
that the OpenSSL ENGINE code is, well, somewhat less than stellar,
especially in combo with malloc's 'j' option.  Even without it, though,
there are some problems that I don't have time to look into right now.

So, disable the OpenSSL ENGINE activation on FreeBSD 5.x, unless
the WITH_STUNNEL_SSL_ENGINE knob is turned on.  Also, while I'm here,
fix the CONFIGURE_TARGET so the GNU configure script does not complain
quite so loudly.  Bump PORTREVISION for the functionality change
(well, I guess you could say "not working" -> "working" is a functionality
change ;)

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Jun 17 09:35:23 2004 UTC (7 years, 7 months ago) by roam
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1 lines
BROKEN -> IGNORE, since this is a runtime error and the port itself builds
just fine.

Suggested by:	kris

Revision 1.53: download - view: text, markup, annotated - select for diffs
Fri Jun 11 16:37:56 2004 UTC (7 years, 8 months ago) by roam
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +7 -1 lines
Mark broken on -CURRENT until I figure out why stunnel doesn't like
-CURRENT's OpenSSL.

Reported by:	dougb

Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu Jun 3 11:38:01 2004 UTC (7 years, 8 months ago) by roam
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +5 -8 lines
And hot on the heels of the distsite update, here's the promised update
to 4.05 :)

Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Jun 3 10:48:32 2004 UTC (7 years, 8 months ago) by roam
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -3 lines
Fix the distsites; an update to stunnel-4.05 is coming shortly, but still,
do this in the meantime.

PR:		67200
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>

Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Apr 30 16:28:37 2003 UTC (8 years, 9 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_10_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -3 lines
Brian Hatch updated his RSA blinding patch to only apply
the blinding when really needed.  However, the name of
the patch file was not changed, which may confuse FreeBSD
distfile mirrors.  So, host the patch file in my local
FreeBSD cluster space, changing the file's name.

Reported by:	Dan Langille <dan@langille.org>

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Mar 23 10:35:14 2003 UTC (8 years, 10 months ago) by roam
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +5 -0 lines
Add Brian Hatch's patch to enable RSA blinding on older OpenSSL versions.

Note: this patch is not needed for the 4.8-RELEASE ports tree, since
FreeBSD 4.8 will ship with a fixed OpenSSL version.  However, this patch
SHOULD be applied by anyone running stunnel with a version of OpenSSL
older than 0.9.7a, as reported by the 'openssl version' command.

Submitted by:	Brian Hatch <bri@stunnel.org>

Revision 1.48: download - view: text, markup, annotated - select for diffs
Wed Feb 19 16:07:29 2003 UTC (8 years, 11 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -0 lines
Remove pkg-comment files in my ports.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Mon Jan 13 13:26:03 2003 UTC (9 years, 1 month ago) by roam
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +1 -1 lines
Update to stunnel-4.04.

Independently submitted by:	Dan Langille <dan@langille.org>

Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Jan 9 09:54:54 2003 UTC (9 years, 1 month ago) by roam
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +6 -5 lines
Update to 4.03.

'make cert' fix submitted by:	Krzysztof Stryjek <wtp@mud.pl>

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Oct 27 16:02:35 2002 UTC (9 years, 3 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +0 -1 lines
remove IS_INTERACTIVE again.
No response from maintainer since 30.09.2002

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Sep 20 19:55:07 2002 UTC (9 years, 4 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -0 lines
Apply a blessed +3 magic wand of autotools protection; a rogue run of
autoconf or automake over our local patches can ruin your whole day.
This rarely, if ever, affected the vpopmail ports, causing mysterious
failures at install time, but inevitably killed the stunnel build if
automake-1.5 happened to be installed.

Reported by:	Dan Langille <dan@langille.org> for stunnel,
		Sitchin Zech <mailsagan@yahoo.com> for vpopmail

Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Sep 20 09:29:10 2002 UTC (9 years, 4 months ago) by roam
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +20 -3 lines
Update to stunnel-4.00.

*** WARNING WARNING WARNING ***
The stunnel invocation has changed!  The program no longer accepts
command-line options, but is controlled by a config file instead.
Please refer to the stunnel(8) manual page for more information.

PR:		42249
Submitted by:	Dan Langille <dan@langille.org>, lioux

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Sep 16 12:02:35 2002 UTC (9 years, 4 months ago) by roam
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
Take over maintainership; I use this a lot.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Sep 16 11:26:50 2002 UTC (9 years, 4 months ago) by alane
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
Maintainer relenquishing ports.

PR:		42829
Submitted by:	Martti Kuparinen <martti.kuparinen@iki.fi>
Approved by:	maintainer

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Sep 15 12:03:05 2002 UTC (9 years, 4 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +0 -1 lines
Unbreak Package-Build, removed IS_INTERACTIVE

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Jan 5 14:49:41 2002 UTC (10 years, 1 month ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
PORT UPDATE : security/stunnel 3.21c -> 3.22

- No resposnse from MAINTAINER

Submitter marked this as critical because the current version of the port has
security issues, see Message-ID: <20011227210538.GH3494@ifokr.org>
Subject: Stunnel: Format String Bug in versions <3.22
on the bugtraq list.

patch confirmed and tested.

PR:		33285, 33251
Submitted by:	joseph@randomnetworks.com

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Nov 30 07:22:55 2001 UTC (10 years, 2 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
upgrade to 3.21c

PR:		ports/32290
Submitted by:	maintainer

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Nov 7 11:01:38 2001 UTC (10 years, 3 months ago) by roam
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +5 -3 lines
Update to 3.21b, fixing a Makefile bogon and a file descriptor leak.
Add a new knob, PEM_DIR, to specify the path to install the certificate
generated during the stunnel build, and later, the one generated using
the 'cert' target of the port Makefile.

Approved by:	maintainer

Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Nov 1 08:28:38 2001 UTC (10 years, 3 months ago) by roam
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -3 lines
Update to 3.21.
Change USE_AUTOCONF to GNU_CONFIGURE; there have been no configure.in
patches for some time now.

PR:		31656
Submitted by:	maintainer

Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Aug 18 07:30:59 2001 UTC (10 years, 5 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Update the stunnel package to the latest version.

Changelog for version 3.20, 2001.08.15, urgency: LOW:

* setsockopt() optlen set according to the optval for Solaris.
* Minor NetBSD compatibility fixes by Martti Kuparinen.
* Minor MSVC6 compatibility fixes by Patrick Mayweg.
* SSL close_notify timeout reduced to 10 seconds of inactivity.
* Socket close instead of reset on close_notify timeout.
* Some source arrangement and minor bugfixes.

PR:		29766
Submitted by:	    maintainer

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Aug 10 14:21:32 2001 UTC (10 years, 6 months ago) by roam
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Update to 3.19.

PR:		29603
Submitted by:	maintainer

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Aug 2 19:04:01 2001 UTC (10 years, 6 months ago) by lioux
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -4 lines
o Update to 3.18
	* MAX_CLIENTS is calculated based on FD_SETSIZE, now.
	* Problems with closing SSL in transfer() fixed.
	* -I option to bind a static local IP address added.
	* Debug output of info_callback redesigned.
o Reorder MASTER_SITES

PR:		29358
Submitted by:	maintainer

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Jul 30 09:14:13 2001 UTC (10 years, 6 months ago) by kris
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Update to stunnel 3.17

Approved by:	maintainer

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Jul 23 08:39:58 2001 UTC (10 years, 6 months ago) by roam
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Update to 3.16.

PR:		29157
Submitted by:	maintainer

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Jul 16 15:42:13 2001 UTC (10 years, 6 months ago) by kevlo
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -4 lines
Update to version 3.15

PR: 29000
Submitted by: MAINTAINER

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Feb 22 13:39:58 2001 UTC (10 years, 11 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Update to 3.14.

PR:		25279
Submitted by:	maintainer

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Jan 25 14:49:30 2001 UTC (11 years ago) by ijliao
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -3 lines
upgrade to 3.13 and change master site

PR:		24635
Submitted by:	MAINTAINER

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Jan 25 14:37:54 2001 UTC (11 years ago) by ijliao
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -3 lines
upgrade and change maintainer email

PR:		24627
Submitted by:	MAINTAINER

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Jan 2 15:01:40 2001 UTC (11 years, 1 month ago) by roam
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -2 lines
Update to 3.11 and mark as interactive (prompts for information while
generating a certificate).

PR:		23901 with my mods
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
Silence by:	maintainer

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Dec 20 12:59:12 2000 UTC (11 years, 1 month ago) by roam
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Update to 3.10.

PR:		23684
Submitted by:	maintainer

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Dec 20 05:56:08 2000 UTC (11 years, 1 month ago) by kris
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -4 lines
Upgrade to stunnel 3.9 to fix security vulnerabilities.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Sep 22 01:59:04 2000 UTC (11 years, 4 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Update all ports using OpenSSL and RSA to work without rsaref since
it is no longer required. Apologies to the various maintainers whom I
did not yet hear back from, but the ports freeze is coming up in a few
hours and I will be verifying all of these ports on a 4.1 machine
myself to catch any problems.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Jul 7 19:27:24 2000 UTC (11 years, 7 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_4_1_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +20 -18 lines
Update to version 3.8.4.

PR:		19637
Submitted by:	maintainer

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Apr 30 20:01:40 2000 UTC (11 years, 9 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -6 lines
Update to version 3.8.

PR:		17792
Submitted by:	Keith Ray <kmray@slb.com>

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Apr 21 08:19:07 2000 UTC (11 years, 9 months ago) by mharo
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Correct whitespace introduced during PORTNAME conversion and portlint

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Apr 9 18:30:37 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
Update with the new PORTNAME/PORTVERSION variables

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Mar 7 13:21:22 2000 UTC (11 years, 11 months ago) by dirk
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -7 lines
Fix usage of libc_r (i. e. replace -lc_r with -pthread) and simplify
prefix handling.

OK'ed by:	maintainer

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Feb 27 06:21:08 2000 UTC (11 years, 11 months ago) by kris
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -1 lines
Fix build.

Submitted by:	Jim Bloom <bloom@acm.org>

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Feb 20 15:05:06 2000 UTC (11 years, 11 months ago) by dirk
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -1 lines
Store pid file in /var/run/.

PR:		ports/16805
Submitted by:	maintainer

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Feb 15 07:09:47 2000 UTC (11 years, 11 months ago) by kris
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
Upgrade to stunnel 3.7

PR:		16554 (updated)
Submitted by:	Martti Kuparinen <martti.kuparinen@lmf.ericsson.se>

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Feb 12 10:37:38 2000 UTC (12 years ago) by kris
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +7 -9 lines
USE_OPENSSL

Submitted by:	Jim Bloom <bloom@acm.org>

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jan 11 01:16:04 2000 UTC (12 years, 1 month ago) by foxfair
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -3 lines
Clean up Makefile, remove the unwanted action while compiling.

Pointed out by : Martti Kuparinen <martti.kuparinen@ericsson.com>
		(maintainer)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Dec 9 14:17:09 1999 UTC (12 years, 2 months ago) by foxfair
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -6 lines
Back out my change from Oct.26, this was a misconfigured hack and should
never be taken.

Pointed out by : maintainer.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Nov 7 22:25:40 1999 UTC (12 years, 3 months ago) by dirk
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -4 lines
Change dependencies from static to shared openssl libraries,
because openssl also builds shared libraries, now.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Oct 26 19:12:46 1999 UTC (12 years, 3 months ago) by foxfair
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +8 -1 lines
Make this port to build in -stable.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Sep 6 23:12:55 1999 UTC (12 years, 5 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -2 lines
This port's configure script now takes care of this so we longer
need this hack.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Sep 6 19:29:23 1999 UTC (12 years, 5 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -5 lines
Update to version 3.4a

PR:		13594
Submitted by:	maintainer

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

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jun 23 19:04:07 1999 UTC (12 years, 7 months ago) by dirk
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -4 lines
Upgrade to version 3.3.

PR:		ports/12318:
Submitted by:	Martti Kuparinen <martti.kuparinen@ericsson.com> (maintainer)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jun 6 16:54:51 1999 UTC (12 years, 8 months ago) by steve
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +26 -3 lines
Update to version 3.2.

PR:		12018
Submitted by:	maintainer

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon May 3 02:10:08 1999 UTC (12 years, 9 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -1 lines
Allow this to build again inside and outside the US.

PR:		11237

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Mar 29 14:54:37 1999 UTC (12 years, 10 months ago) by dirk
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -5 lines
Switch from SSLeay to OpenSSL.

PR:		ports/10541
Submitted by:	Martti Kuparinen <martti.kuparinen@ericsson.com> (maintainer)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jan 27 21:57:23 1999 UTC (13 years ago) by billf
Branches: MAIN
CVS tags: RELEASE_3_1_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -3 lines
Remove duplicate MASTER_SITE

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Jan 18 04:27:02 1999 UTC (13 years ago) by steve
Branches: MARTTI
CVS tags: v2_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of stunnel version 2.1.
An SSL encryption wrapper for standard network daemons.

PR:		9435
Submitted by:	Martti Kuparinen <martti.kuparinen@ericsson.com>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jan 18 04:27:02 1999 UTC (13 years ago) by steve
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