diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2011-02-10 09:34:59 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2011-02-10 09:34:59 +0000 |
commit | 5bafc9702d22cb28e352caeaa78998afcfec1cf2 (patch) | |
tree | 52c10b7880b404661a0af2f59909070da88803db /security/stunnel/files/ssl-noengine.patch | |
parent | Update to 1.1.6. (diff) |
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>
Notes
Notes:
svn path=/head/; revision=268859
Diffstat (limited to 'security/stunnel/files/ssl-noengine.patch')
-rw-r--r-- | security/stunnel/files/ssl-noengine.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/stunnel/files/ssl-noengine.patch b/security/stunnel/files/ssl-noengine.patch index 974099f52093..dd37c780fda7 100644 --- a/security/stunnel/files/ssl-noengine.patch +++ b/security/stunnel/files/ssl-noengine.patch @@ -1,11 +1,11 @@ Description: Disable the OpenSSL engine support for the FreeBSD port. Forwaded: not-needed Author: Peter Pentchev <roam@FreeBSD.org> -Last-Update: 2010-09-20 +Last-Update: 2011-02-10 --- src/ssl.c.orig +++ src/ssl.c -@@ -256,6 +256,8 @@ +@@ -259,6 +259,8 @@ } static char *init_engine(void) { |