diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2009-11-13 10:58:57 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2009-11-13 10:58:57 +0000 |
commit | 530a5cb5d092e76c941b641691d3d528818c407f (patch) | |
tree | e2b647c574437da1c9d7e1c9bcfff07b64ed3036 /security/stunnel/files/patch-src::client.c | |
parent | Update to 3.4.1 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=244206
Diffstat (limited to 'security/stunnel/files/patch-src::client.c')
-rw-r--r-- | security/stunnel/files/patch-src::client.c | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/security/stunnel/files/patch-src::client.c b/security/stunnel/files/patch-src::client.c index 38f6f78bfb87..8733316dfbdd 100644 --- a/security/stunnel/files/patch-src::client.c +++ b/security/stunnel/files/patch-src::client.c @@ -1,6 +1,11 @@ ---- src/client.c.orig Thu May 12 14:01:28 2005 -+++ src/client.c Thu May 12 14:04:19 2005 -@@ -841,6 +841,14 @@ +Description: Do not pass null pointers to execvp(). +Forwarded: https://stunnel.mirt.net/cgi-bin/bugzilla3/show_bug.cgi?id=2 +Author: Peter Pentchev <roam@FreeBSD.org> +Last-Update: 2009-11-13 + +--- src/client.c.orig ++++ src/client.c +@@ -859,6 +859,14 @@ sigemptyset(&newmask); sigprocmask(SIG_SETMASK, &newmask, NULL); #endif |