summaryrefslogtreecommitdiff
path: root/security/sslwrap/files
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2012-11-10 17:07:42 +0000
committerPawel Pekala <pawel@FreeBSD.org>2012-11-10 17:07:42 +0000
commita6d974d9080c8cb2ddec7ed50982924312b3f96a (patch)
treea2b2a989994ada921cfd80b8fa3e0b3cac995ec1 /security/sslwrap/files
parent- update to latest 0.17 (diff)
- Add LICENSE
- Switch to PLIST_FILES, PORTDOCS - Remove bunch of patches, replaced by REINPLACE_CMD PR: ports/172062 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
Notes
Notes: svn path=/head/; revision=307295
Diffstat (limited to 'security/sslwrap/files')
-rw-r--r--security/sslwrap/files/patch-apps.h15
-rw-r--r--security/sslwrap/files/patch-s_cb.c15
-rw-r--r--security/sslwrap/files/patch-s_server.c32
-rw-r--r--security/sslwrap/files/patch-s_socket.c11
4 files changed, 0 insertions, 73 deletions
diff --git a/security/sslwrap/files/patch-apps.h b/security/sslwrap/files/patch-apps.h
deleted file mode 100644
index fe168da1500f..000000000000
--- a/security/sslwrap/files/patch-apps.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- apps.h.orig Wed Oct 15 22:28:24 2003
-+++ apps.h Wed Oct 15 22:28:45 2003
-@@ -65,9 +65,9 @@
- #include "../e_os.h"
- #endif
-
--#include OPENSSL"buffer.h"
--#include OPENSSL"bio.h"
--#include OPENSSL"crypto.h"
-+#include "%%OPENSSL%%/buffer.h"
-+#include "%%OPENSSL%%/bio.h"
-+#include "%%OPENSSL%%/crypto.h"
- /*#include "progs.h"*/
-
- #ifdef WIN16
diff --git a/security/sslwrap/files/patch-s_cb.c b/security/sslwrap/files/patch-s_cb.c
deleted file mode 100644
index d2e75ea4b09a..000000000000
--- a/security/sslwrap/files/patch-s_cb.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- s_cb.c.orig Wed Oct 15 22:29:17 2003
-+++ s_cb.c Wed Oct 15 22:29:31 2003
-@@ -63,9 +63,9 @@
- #include "apps.h"
- #undef NON_MAIN
- #undef USE_SOCKETS
--#include OPENSSL"err.h"
--#include OPENSSL"x509.h"
--#include OPENSSL"ssl.h"
-+#include "%%OPENSSL%%/err.h"
-+#include "%%OPENSSL%%/x509.h"
-+#include "%%OPENSSL%%/ssl.h"
- #include "s_apps.h"
-
- int verify_depth=0;
diff --git a/security/sslwrap/files/patch-s_server.c b/security/sslwrap/files/patch-s_server.c
deleted file mode 100644
index 123987969e03..000000000000
--- a/security/sslwrap/files/patch-s_server.c
+++ /dev/null
@@ -1,32 +0,0 @@
---- s_server.c.orig Sat Nov 11 14:11:18 2000
-+++ s_server.c Wed Oct 15 22:31:56 2003
-@@ -121,14 +121,14 @@
- #ifdef WIN16
- #define APPS_WIN16
- #endif
--#include OPENSSL"lhash.h"
--#include OPENSSL"bn.h"
-+#include "openssl//lhash.h"
-+#include "openssl//bn.h"
- #define USE_SOCKETS
- #include "apps.h"
--#include OPENSSL"err.h"
--#include OPENSSL"pem.h"
--#include OPENSSL"x509.h"
--#include OPENSSL"ssl.h"
-+#include "openssl//err.h"
-+#include "openssl//pem.h"
-+#include "openssl//x509.h"
-+#include "openssl//ssl.h"
- #include "s_apps.h"
-
- #ifndef NOPROTO
-@@ -468,7 +468,7 @@
-
- if (bugs) SSL_CTX_set_options(ctx,SSL_OP_ALL);
- if (hack) SSL_CTX_set_options(ctx,SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG);
-- if (hack) SSL_CTX_set_options(ctx,SSL_OP_NON_EXPORT_FIRST);
-+ if (hack) SSL_CTX_set_options(ctx,SSL_OP_CIPHER_SERVER_PREFERENCE);
-
- if (state) SSL_CTX_set_info_callback(ctx,apps_ssl_info_callback);
-
diff --git a/security/sslwrap/files/patch-s_socket.c b/security/sslwrap/files/patch-s_socket.c
deleted file mode 100644
index 37034f552685..000000000000
--- a/security/sslwrap/files/patch-s_socket.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- s_socket.c.orig Wed Oct 15 22:32:33 2003
-+++ s_socket.c Wed Oct 15 22:32:45 2003
-@@ -67,7 +67,7 @@
- #undef USE_SOCKETS
- #undef NON_MAIN
- #include "s_apps.h"
--#include OPENSSL"ssl.h"
-+#include "%%OPENSSL%%/ssl.h"
-
- #ifndef NOPROTO
- static struct hostent *GetHostByName(char *name);