summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-01-19 22:48:33 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-01-19 22:48:33 +0000
commit68cb4aa7dbf134db5fdd2d91dcf6dc837f8ffc0f (patch)
tree22ebddb9e527efe695f8b04198e724741581552a /net-misc/stunnel/files
parentupdated to latest version and removed old version (diff)
downloadgentoo-2-68cb4aa7dbf134db5fdd2d91dcf6dc837f8ffc0f.tar.gz
gentoo-2-68cb4aa7dbf134db5fdd2d91dcf6dc837f8ffc0f.tar.bz2
gentoo-2-68cb4aa7dbf134db5fdd2d91dcf6dc837f8ffc0f.zip
misc. updates. We're going back to the old "snapshot" shadow until we
can remove libshadow dependencies from other apps. Missing stunnel patch.
Diffstat (limited to 'net-misc/stunnel/files')
-rw-r--r--net-misc/stunnel/files/stunnel-3.22-gentoo.diff38
1 files changed, 38 insertions, 0 deletions
diff --git a/net-misc/stunnel/files/stunnel-3.22-gentoo.diff b/net-misc/stunnel/files/stunnel-3.22-gentoo.diff
new file mode 100644
index 000000000000..bddbde5fd72a
--- /dev/null
+++ b/net-misc/stunnel/files/stunnel-3.22-gentoo.diff
@@ -0,0 +1,38 @@
+--- Makefile.in Sun Dec 23 12:03:25 2001
++++ Makefile.in Thu Jan 17 12:28:22 2002
+@@ -9,7 +9,7 @@
+ sbindir=@sbindir@
+ libdir=@libdir@
+ man8dir=@mandir@/man8
+-piddir=@localstatedir@/stunnel/
++piddir=/var/run
+ ssldir=@ssldir@
+ openssl=$(ssldir)/bin/openssl
+ PEM_DIR=@PEM_DIR@
+@@ -24,7 +24,7 @@
+ LIBS=@LIBS@
+ HEADERS=common.h prototypes.h client.h
+ OBJS=client.o stunnel.o ssl.o protocol.o sthreads.o pty.o log.o options.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=1 -DHAVE_OPENSSL=1 -DFD_SETSIZE=4096 -DVERSION=\"@VERSION@\" -I../openssl-0.9.6b/outinc
+@@ -33,7 +33,7 @@
+
+ # standard external rules
+
+-all: stunnel stunnel.8 stunnel.html stunnel.so stunnel.pem
++all: stunnel stunnel.8 stunnel.html stunnel.so
+
+ install: all installdirs $(DESTFILES)
+
+@@ -47,7 +47,7 @@
+ rm -f stunnel stunnel.so $(OBJS) core config.log stunnel.log
+
+ distclean: clean
+- rm -f config.cache config.status Makefile stunnel.pem
++ rm -f config.cache config.status Makefile
+
+ mostlyclean: distclean
+