Commit graph

54 commits

Author SHA1 Message Date
Peter Pentchev
c02cff316e Update to stunnel-4.33; hopefully, the stability problems are fixed now. 2010-04-16 12:49:44 +00:00
Peter Pentchev
af961eafd3 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>
2010-02-03 09:33:25 +00:00
Peter Pentchev
fdef7d0cd2 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.
2009-11-19 11:06:25 +00:00
Peter Pentchev
530a5cb5d0 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>
2009-11-13 10:58:57 +00:00
Peter Pentchev
c95ed59c21 Update to stunnel-4.27. 2009-04-23 11:37:02 +00:00
Martin Wilke
f341fd8333 - Update to 4.26
PR:		130160
Submitted by:	"Beat Gätzi" <beat@chruetertee.ch>
2009-01-09 15:55:54 +00:00
Peter Pentchev
6786c845ef Update to stunnel-4.25. 2008-06-03 15:12:08 +00:00
Peter Pentchev
17f700605a Update to stunnel-4.24. 2008-05-19 15:57:52 +00:00
Peter Pentchev
4881cbf15f Update to the release version of stunnel-4.22. 2008-03-28 11:02:11 +00:00
Peter Pentchev
27c6a7f09c 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]
2008-01-24 00:36:42 +00:00
Peter Pentchev
7446ef4da0 Update to stunnel-4.21. 2007-10-29 16:45:19 +00:00
Peter Pentchev
9d86ea858b Update to stunnel 4.20. 2006-12-01 16:16:05 +00:00
Peter Pentchev
1800910608 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/.
2006-11-15 11:32:51 +00:00
Peter Pentchev
593eda3e96 A trivial update to stunnel-4.18 - Windows-related changes only. 2006-09-26 13:40:52 +00:00
Peter Pentchev
34257d852a Update to stunnel 4.17.
PR:		103123
Submitted by:	vd
2006-09-18 13:29:03 +00:00
Peter Pentchev
744b7a5fbb Update to stunnel 4.15, which has the major new feature of almost all
connection options being configurable per connection, not global anymore.
2006-04-21 10:51:49 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Peter Pentchev
d6b724d900 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>
2005-11-03 11:51:10 +00:00
Peter Pentchev
c824644e82 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>
2005-11-01 00:18:03 +00:00
Peter Pentchev
6d01095715 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>
2005-07-13 08:41:58 +00:00
Peter Pentchev
f06998a46e 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>
2005-05-12 11:36:41 +00:00
Peter Pentchev
3decfd3c3c 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)
2005-01-03 09:54:20 +00:00
Peter Pentchev
8960518fa7 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>
2004-12-27 14:33:19 +00:00
Peter Pentchev
4dcc8c9765 And hot on the heels of the distsite update, here's the promised update
to 4.05 :)
2004-06-03 11:38:01 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Peter Pentchev
fb4c110510 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>
2003-04-30 16:28:37 +00:00
Peter Pentchev
4d58518ba0 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>
2003-03-23 10:35:14 +00:00
Peter Pentchev
e0aa1ab229 Update to stunnel-4.04.
Independently submitted by:	Dan Langille <dan@langille.org>
2003-01-13 13:26:03 +00:00
Peter Pentchev
e9d65ec173 Update to 4.03.
'make cert' fix submitted by:	Krzysztof Stryjek <wtp@mud.pl>
2003-01-09 09:54:54 +00:00
Peter Pentchev
88cba5e382 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
2002-09-20 09:29:11 +00:00
Dirk Meyer
381ee07151 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
2002-01-05 14:49:41 +00:00
Vanilla I. Shu
ff90c04b0e upgrade to 3.21c
PR:		ports/32290
Submitted by:	maintainer
2001-11-30 07:22:55 +00:00
Peter Pentchev
71ffdb8e0c 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
2001-11-07 11:01:38 +00:00
Peter Pentchev
e787d21d74 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
2001-11-01 08:28:38 +00:00
Peter Pentchev
aa3fb1d53e Update the checksum after the distfile was rerolled.
No changes in the distfile.

PR:		30366
Submitted by:	maintainer
2001-09-06 11:47:58 +00:00
Michael Haro
3d2d47820f 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
2001-08-18 07:30:59 +00:00
Peter Pentchev
b444ef9975 Update to 3.19.
PR:		29603
Submitted by:	maintainer
2001-08-10 14:21:32 +00:00
Mario Sergio Fujikawa Ferreira
2446d896c8 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
2001-08-02 19:04:01 +00:00
Kris Kennaway
dd14d744e4 Update to stunnel 3.17
Approved by:	maintainer
2001-07-30 09:14:13 +00:00
Peter Pentchev
67e78b4f97 Update to 3.16.
PR:		29157
Submitted by:	maintainer
2001-07-23 08:39:58 +00:00
Kevin Lo
18740de9d7 Update to version 3.15
PR: 29000
Submitted by: MAINTAINER
2001-07-16 15:42:15 +00:00
Peter Pentchev
ae7f7f8ae0 Update to 3.14.
PR:		25279
Submitted by:	maintainer
2001-02-22 13:39:59 +00:00
Ying-Chieh Liao
a4b49b7f14 upgrade to 3.13 and change master site
PR:		24635
Submitted by:	MAINTAINER
2001-01-25 14:49:30 +00:00
Ying-Chieh Liao
c2ef876675 upgrade and change maintainer email
PR:		24627
Submitted by:	MAINTAINER
2001-01-25 14:37:54 +00:00
Peter Pentchev
9cb7b46fd9 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
2001-01-02 15:01:40 +00:00
Peter Pentchev
fcf6d5e013 Update to 3.10.
PR:		23684
Submitted by:	maintainer
2000-12-20 12:59:12 +00:00
Kris Kennaway
a9a48998a7 Upgrade to stunnel 3.9 to fix security vulnerabilities. 2000-12-20 05:56:08 +00:00
Steve Price
2c3da6b249 Update to version 3.8.4.
PR:		19637
Submitted by:	maintainer
2000-07-07 19:27:28 +00:00
Steve Price
a94d68c6ab Update to version 3.8.
PR:		17792
Submitted by:	Keith Ray <kmray@slb.com>
2000-04-30 20:01:47 +00:00
Kris Kennaway
7b88f52d0f Upgrade to stunnel 3.7
PR:		16554 (updated)
Submitted by:	Martti Kuparinen <martti.kuparinen@lmf.ericsson.se>
2000-02-15 07:09:55 +00:00