summaryrefslogtreecommitdiff
path: root/security/stunnel/files
diff options
context:
space:
mode:
Diffstat (limited to 'security/stunnel/files')
-rw-r--r--security/stunnel/files/patch-Makefile.in12
-rw-r--r--security/stunnel/files/patch-src::client.c11
-rw-r--r--security/stunnel/files/patch-src::common.h11
-rw-r--r--security/stunnel/files/ssl-noengine.patch11
4 files changed, 33 insertions, 12 deletions
diff --git a/security/stunnel/files/patch-Makefile.in b/security/stunnel/files/patch-Makefile.in
index 9cf0627fd5c8..2a3cac1bfa5e 100644
--- a/security/stunnel/files/patch-Makefile.in
+++ b/security/stunnel/files/patch-Makefile.in
@@ -1,6 +1,12 @@
---- tools/Makefile.in.orig Wed May 11 18:33:24 2005
-+++ tools/Makefile.in Wed May 11 18:34:12 2005
-@@ -332,7 +332,7 @@
+Description: Do not install the sample stunnel.pem file.
+ This is handled by the FreeBSD port's Makefile.
+Forwarded: not-needed
+Author: Peter Pentchev <roam@FreeBSD.org>
+Last-Update: 2009-11-13
+
+--- tools/Makefile.in.orig
++++ tools/Makefile.in
+@@ -339,7 +339,7 @@
info-am:
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
diff --git a/security/stunnel/files/patch-src::common.h b/security/stunnel/files/patch-src::common.h
index 9763da6add4c..55355581921c 100644
--- a/security/stunnel/files/patch-src::common.h
+++ b/security/stunnel/files/patch-src::common.h
@@ -1,6 +1,11 @@
---- src/common.h.old 2007-10-29 17:56:21.000000000 +0200
-+++ src/common.h 2007-10-29 18:07:22.000000000 +0200
-@@ -314,9 +314,6 @@
+Description: Build on FreeBSD versions of OpenSSL < 0.9.8b.
+Forwarded: not-needed
+Author: Peter Pentchev <roam@FreeBSD.org>
+Last-Update: 2009-11-13
+
+--- src/common.h.orig
++++ src/common.h
+@@ -339,9 +339,6 @@
#define OPENSSL_THREAD_DEFINES
#include <openssl/opensslconf.h>
diff --git a/security/stunnel/files/ssl-noengine.patch b/security/stunnel/files/ssl-noengine.patch
index 734b79eb6704..48c80828e4a0 100644
--- a/security/stunnel/files/ssl-noengine.patch
+++ b/security/stunnel/files/ssl-noengine.patch
@@ -1,6 +1,11 @@
---- src/ssl.c.old Fri Apr 21 10:44:23 2006
-+++ src/ssl.c Fri Apr 21 10:44:26 2006
-@@ -256,6 +256,8 @@
+Description: Disable the OpenSSL engine support for the FreeBSD port.
+Forwaded: not-needed
+Author: Peter Pentchev <roam@FreeBSD.org>
+Last-Update: 2009-11-13
+
+--- src/ssl.c.orig
++++ src/ssl.c
+@@ -276,6 +276,8 @@
}
static void init_engine() {