| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
28 Mar 2008 11:02:11
4.22
|
roam  |
Update to the release version of stunnel-4.22. |
26 Jan 2008 14:18:12
4.22.b2
|
roam  |
Forced commit to note that files/stunnel.sh was repo-copied to
files/stunnel.in before the USE_RC_SUBR transition in my last commit. |
26 Jan 2008 14:13:43
4.22.b2
|
roam  |
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. |
24 Jan 2008 00:36:43
4.22.b2
|
roam  |
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] |
13 Nov 2007 10:09:51
4.21_1
|
roam  |
Add an official fix for the chroot mode resolving bug.
Approved by: portmgr (pav) |
29 Oct 2007 16:45:20
4.21
|
roam  |
Update to stunnel-4.21. |
04 Oct 2007 07:00:24
4.20_1
|
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
28 Aug 2007 11:01:00
4.20_1
|
roam  |
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> |
01 Feb 2007 02:42:06
4.20
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
01 Dec 2006 16:16:05
4.20
|
roam  |
Update to stunnel 4.20. |
15 Nov 2006 11:32:51
4.19
|
roam  |
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/. |
08 Oct 2006 19:06:54
4.18_1
|
roam  |
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 |
26 Sep 2006 14:40:52
4.18
|
roam  |
A trivial update to stunnel-4.18 - Windows-related changes only. |
18 Sep 2006 14:29:03
4.17
|
roam  |
Update to stunnel 4.17.
PR: 103123
Submitted by: vd |
21 Apr 2006 11:51:49
4.15
|
roam  |
Update to stunnel 4.15, which has the major new feature of almost all
connection options being configurable per connection, not global anymore. |
23 Feb 2006 10:40:45
4.14_2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
31 Jan 2006 09:11:39
4.14_1
|
roam  |
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> |
24 Jan 2006 01:03:33
4.14
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
4.14
|
ade  |
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. |
03 Nov 2005 11:51:10
4.14
|
roam  |
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> |
01 Nov 2005 00:18:04
4.13
|
roam  |
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> |
13 Jul 2005 09:41:58
4.11
|
roam  |
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> |
14 Jun 2005 10:07:12
4.10_3
|
roam  |
OPTIONS'ify, but still leave WITH_STUNNEL_SSL_ENGINE out of it - it is
a bit too dangerous to leave out in the open. |
14 Jun 2005 09:58:48
4.10_2
|
roam  |
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 |
06 Jun 2005 00:03:15
4.10_1
|
flz  |
- Fix deinstall script when running in BATCH mode.
PR: ports/67762
Submitted by: Linus Sjoberg <lsjoberg@aland.net>
Approved by: maintainer timeout (7 weeks) |
12 May 2005 12:36:41
4.10
|
roam  |
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> |
12 Apr 2005 04:26:57
4.07
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 09:04:41
4.07
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
03 Jan 2005 09:54:20
4.07
|
roam  |
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) |
30 Dec 2004 15:39:26
4.06_2
|
roam  |
Okay then, purge the last reference to MySQL in the startup script... |
30 Dec 2004 15:37:50
4.06_2
|
roam  |
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. |
30 Dec 2004 14:22:10
4.06_1
|
roam  |
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 |
29 Dec 2004 12:28:55
4.06
|
roam  |
Fix the build on FreeBSD versions around 5.2 when EAI_NODATA was
temporarily aliased to EAI_NONAME.
No PORTREVISION bump, since this is a no-op on earlier and later versions,
and it didn't build at all until now on the affected versions.
Reported by: Bretislav Kubesa <bretislav.kubesa@centrum.cz> |
27 Dec 2004 14:33:19
4.06
|
roam  |
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> |
02 Sep 2004 16:46:15
4.05_1
|
roam  |
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 ;) |
17 Jun 2004 10:35:23
4.05
|
roam  |
BROKEN -> IGNORE, since this is a runtime error and the port itself builds
just fine.
Suggested by: kris |
17 Jun 2004 10:34:51
4.05
|
roam  |
Use DOCSDIR. |
11 Jun 2004 17:37:57
4.05
|
roam  |
Mark broken on -CURRENT until I figure out why stunnel doesn't like
-CURRENT's OpenSSL.
Reported by: dougb |
03 Jun 2004 12:38:01
4.05
|
roam  |
And hot on the heels of the distsite update, here's the promised update
to 4.05 :) |
03 Jun 2004 11:48:32
4.04_2
|
roam  |
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> |
31 Mar 2004 04:12:58
4.04_2
|
trevor  |
SIZEify (maintainer timeout) |
30 Apr 2003 17:28:37
4.04_2
|
roam  |
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> |
23 Mar 2003 10:35:14
4.04_1
|
roam  |
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> |
19 Feb 2003 16:07:30
4.04
|
roam  |
Remove pkg-comment files in my ports. |
13 Jan 2003 13:26:03
4.04
|
roam  |
Update to stunnel-4.04.
Independently submitted by: Dan Langille <dan@langille.org> |
09 Jan 2003 09:54:54
4.03
|
roam  |
Update to 4.03.
'make cert' fix submitted by: Krzysztof Stryjek <wtp@mud.pl> |
27 Oct 2002 20:04:10
4.00
|
dinoex  |
drop dummy certificate from package |
27 Oct 2002 16:02:35
4.00
|
dinoex  |
remove IS_INTERACTIVE again.
No response from maintainer since 30.09.2002 |
20 Sep 2002 20:55:07
4.00
|
roam  |
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 |
20 Sep 2002 10:29:11
4.00
|
roam  |
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 |
16 Sep 2002 13:02:35
3.22
|
roam  |
Take over maintainership; I use this a lot. |
16 Sep 2002 12:26:51
3.22
|
alane  |
Maintainer relenquishing ports.
PR: 42829
Submitted by: Martti Kuparinen <martti.kuparinen@iki.fi>
Approved by: maintainer |
15 Sep 2002 13:03:06
3.22
|
dinoex  |
Unbreak Package-Build, removed IS_INTERACTIVE |
05 Jan 2002 14:49:41 
|
dinoex  |
PORT UPDATE : security/stunnel 3.21c -> 3.22 |
30 Nov 2001 07:22:56 
|
vanilla  |
upgrade to 3.21c |
07 Nov 2001 11:01:38 
|
roam  |
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. |
01 Nov 2001 08:28:38 
|
roam  |
Update to 3.21. Change USE_AUTOCONF to GNU_CONFIGURE; there have been no
configure.in patches for some time now. |
06 Sep 2001 13:47:58 
|
roam  |
Update the checksum after the distfile was rerolled. No changes in the
distfile. |
18 Aug 2001 09:31:00 
|
mharo  |
Update the stunnel package to the latest version. |
10 Aug 2001 16:21:32 
|
roam  |
Update to 3.19. |
02 Aug 2001 21:04:01 
|
lioux  |
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 |
30 Jul 2001 11:14:13 
|
kris  |
Update to stunnel 3.17 |
23 Jul 2001 10:39:58 
|
roam  |
Update to 3.16. |
16 Jul 2001 17:42:15 
|
kevlo  |
Update to version 3.15 |
26 Feb 2001 03:39:30 
|
steve  |
Use non-blocking I/O by default. |
22 Feb 2001 13:39:59 
|
roam  |
Update to 3.14. |
25 Jan 2001 14:49:31 
|
ijliao  |
upgrade to 3.13 and change master site |
25 Jan 2001 14:37:54 
|
ijliao  |
upgrade and change maintainer email |
02 Jan 2001 15:01:41 
|
roam  |
Update to 3.11 and mark as interactive (prompts for information while
generating a certificate). |
20 Dec 2000 12:59:13 
|
roam  |
Update to 3.10. |
20 Dec 2000 05:56:08 
|
kris  |
Upgrade to stunnel 3.9 to fix security vulnerabilities. |
08 Oct 2000 08:30:58 
|
asami  |
Convert category security to new layout. |
22 Sep 2000 03:59:06 
|
kris  |
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.
|
07 Jul 2000 21:27:29 
|
steve  |
Update to version 3.8.4. |