summaryrefslogtreecommitdiff
path: root/security/stunnel/patches/patch-aa
diff options
context:
space:
mode:
authormartin <martin@pkgsrc.org>2001-01-22 13:30:36 +0000
committermartin <martin@pkgsrc.org>2001-01-22 13:30:36 +0000
commitae1a666f1c1955ffdb164b00a6aa8b3c761d3e91 (patch)
tree773de0515e0f4461d74628374c018c05e32d6472 /security/stunnel/patches/patch-aa
parent557cc029c8cdc83eb88857d1dfa47ecca36902c0 (diff)
downloadpkgsrc-ae1a666f1c1955ffdb164b00a6aa8b3c761d3e91.tar.gz
Update pkg to stunnel-3.11.
Fixes key-length and zombies problems.
Diffstat (limited to 'security/stunnel/patches/patch-aa')
-rw-r--r--security/stunnel/patches/patch-aa20
1 files changed, 12 insertions, 8 deletions
diff --git a/security/stunnel/patches/patch-aa b/security/stunnel/patches/patch-aa
index 658790178cf..7aad5516ce2 100644
--- a/security/stunnel/patches/patch-aa
+++ b/security/stunnel/patches/patch-aa
@@ -1,31 +1,35 @@
-$NetBSD: patch-aa,v 1.6 2000/12/19 07:03:22 jlam Exp $
+$NetBSD: patch-aa,v 1.7 2001/01/22 13:30:36 martin Exp $
---- Makefile.in.orig Sat Oct 21 10:02:03 2000
-+++ Makefile.in
+--- Makefile.in.orig Tue Dec 19 19:42:46 2000
++++ Makefile.in Mon Jan 22 13:59:59 2001
@@ -9,7 +9,7 @@
sbindir=@sbindir@
libdir=@libdir@
man8dir=@mandir@/man8
-piddir=@localstatedir@/stunnel/
-+piddir=/var/run
++piddir=/var/run/
ssldir=@ssldir@
PEM_DIR=@PEM_DIR@
@SET_MAKE@
-@@ -20,11 +20,11 @@
+@@ -20,7 +20,7 @@
CFLAGS=@CFLAGS@ @DEFS@ -Dlibdir=\"$(libdir)\" -DPIDDIR=\"$(piddir)\"
LIBS=@LIBS@
OBJS=stunnel.o ssl.o protocol.o sthreads.o pty.o log.o
-DESTFILES=$(sbindir)/stunnel $(libdir)/stunnel.so $(man8dir)/stunnel.8 $(PEM_DIR)/stunnel.pem
+DESTFILES=$(sbindir)/stunnel $(libdir)/stunnel.so $(man8dir)/stunnel.8
+ WINGCC=i386-mingw32msvc-gcc
+ WINCFLAGS=-O2 -Wall -DUSE_WIN32 -DHAVE_OPENSSL -I../openssl-0.9.6/outinc
+@@ -29,7 +29,7 @@
+
# standard external rules
--all: stunnel stunnel.so stunnel.pem
-+all: stunnel stunnel.so
+-all: stunnel stunnel.8 stunnel.html stunnel.so stunnel.pem
++all: stunnel stunnel.8 stunnel.html stunnel.so
install: all installdirs $(DESTFILES)
-@@ -52,7 +52,6 @@
+@@ -57,7 +57,6 @@
installdirs: mkinstalldirs
./mkinstalldirs $(sbindir) $(libdir) $(man8dir) $(PEM_DIR) $(piddir)