diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2002-09-20 09:29:11 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2002-09-20 09:29:11 +0000 |
commit | 88cba5e3822546fa74a37cf8b27dad39985ddf42 (patch) | |
tree | 25b220206192f9e8f235711830641af9770c53a2 /security/stunnel/files/patch-aa | |
parent | Update to apg-2.1.0. (diff) |
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
Notes
Notes:
svn path=/head/; revision=66824
Diffstat (limited to 'security/stunnel/files/patch-aa')
-rw-r--r-- | security/stunnel/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/stunnel/files/patch-aa b/security/stunnel/files/patch-aa index 33f5ea0e6d88..4040d81f01a8 100644 --- a/security/stunnel/files/patch-aa +++ b/security/stunnel/files/patch-aa @@ -1,6 +1,6 @@ ---- common.h.orig Wed Oct 31 00:07:31 2001 -+++ common.h Wed Oct 31 11:07:29 2001 -@@ -174,6 +174,7 @@ +--- src/common.h.orig Sat Aug 31 08:16:32 2002 ++++ src/common.h Sat Aug 31 08:16:35 2002 +@@ -140,6 +140,7 @@ #define writesocket(s,b,n) write((s),(b),(n)) #define closesocket(s) close(s) #define ioctlsocket(a,b,c) ioctl((a),(b),(c)) |