don't use broken homegrown socketpair() implementation

reported by mayonez at ssnet.xim.pl
This commit is contained in:
sturm 2006-08-09 18:44:08 +00:00
parent dab4909167
commit 65e2fcd425
2 changed files with 14 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.42 2006/04/20 16:01:52 aanriot Exp $
# $OpenBSD: Makefile,v 1.43 2006/08/09 18:44:08 sturm Exp $
COMMENT= "SSL encryption wrapper for standard network daemons"
VERSION= 4.15
DISTNAME= stunnel-${VERSION}
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= security
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-src_client_c,v 1.1 2006/08/09 18:44:08 sturm Exp $
--- src/client.c.orig Wed Aug 9 07:26:07 2006
+++ src/client.c Wed Aug 9 07:26:22 2006
@@ -29,7 +29,7 @@
*/
/* Undefine if you have problems with make_sockets() */
-#define INET_SOCKET_PAIR
+/* #define INET_SOCKET_PAIR */
#include "common.h"
#include "prototypes.h"