summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-12 02:57:31 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-12 02:57:31 +0000
commitd2d248ca85bf9feb205152b16421f709619fb5b4 (patch)
treec2580526079487581a222a0e0115fce03c043a3f /net-misc/stunnel/files
parentstable x86 (diff)
downloadgentoo-2-d2d248ca85bf9feb205152b16421f709619fb5b4.tar.gz
gentoo-2-d2d248ca85bf9feb205152b16421f709619fb5b4.tar.bz2
gentoo-2-d2d248ca85bf9feb205152b16421f709619fb5b4.zip
old
Diffstat (limited to 'net-misc/stunnel/files')
-rw-r--r--net-misc/stunnel/files/digest-stunnel-4.021
-rw-r--r--net-misc/stunnel/files/digest-stunnel-4.041
-rw-r--r--net-misc/stunnel/files/stunnel-3.14-gentoo.diff38
-rw-r--r--net-misc/stunnel/files/stunnel-3.22-r1-gentoo.diff38
-rw-r--r--net-misc/stunnel/files/stunnel-4.02-gentoo.diff12
5 files changed, 0 insertions, 90 deletions
diff --git a/net-misc/stunnel/files/digest-stunnel-4.02 b/net-misc/stunnel/files/digest-stunnel-4.02
deleted file mode 100644
index fea2627efd09..000000000000
--- a/net-misc/stunnel/files/digest-stunnel-4.02
+++ /dev/null
@@ -1 +0,0 @@
-MD5 78ba0250d55120e4f42ee623cd06c04d stunnel-4.02.tar.gz 297962
diff --git a/net-misc/stunnel/files/digest-stunnel-4.04 b/net-misc/stunnel/files/digest-stunnel-4.04
deleted file mode 100644
index f8df0f6a7fdf..000000000000
--- a/net-misc/stunnel/files/digest-stunnel-4.04
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2fcdf0311a0ab8a3223293c706a84e97 stunnel-4.04.tar.gz 309072
diff --git a/net-misc/stunnel/files/stunnel-3.14-gentoo.diff b/net-misc/stunnel/files/stunnel-3.14-gentoo.diff
deleted file mode 100644
index 46ddab0dbb53..000000000000
--- a/net-misc/stunnel/files/stunnel-3.14-gentoo.diff
+++ /dev/null
@@ -1,38 +0,0 @@
---- /tmp/portage/stunnel-3.14/work/stunnel-3.14/Makefile.in Wed Jan 24 15:54:19 2001
-+++ Makefile.in Thu May 10 17:22:58 2001
-@@ -9,7 +9,7 @@
- sbindir=@sbindir@
- libdir=@libdir@
- man8dir=@mandir@/man8
--piddir=@localstatedir@/stunnel/
-+piddir=/var/run
- ssldir=@ssldir@
- PEM_DIR=@PEM_DIR@
- @SET_MAKE@
-@@ -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.8 stunnel.html stunnel.so stunnel.pem
-+all: stunnel stunnel.8 stunnel.html stunnel.so
-
- install: all installdirs $(DESTFILES)
-
-@@ -43,7 +43,7 @@
- rm -f stunnel stunnel.so $(OBJS) core config.log
-
- distclean: clean
-- rm -f config.cache config.status Makefile stunnel.pem
-+ rm -f config.cache config.status Makefile
-
- mostlyclean: distclean
-
diff --git a/net-misc/stunnel/files/stunnel-3.22-r1-gentoo.diff b/net-misc/stunnel/files/stunnel-3.22-r1-gentoo.diff
deleted file mode 100644
index bddbde5fd72a..000000000000
--- a/net-misc/stunnel/files/stunnel-3.22-r1-gentoo.diff
+++ /dev/null
@@ -1,38 +0,0 @@
---- 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
-
diff --git a/net-misc/stunnel/files/stunnel-4.02-gentoo.diff b/net-misc/stunnel/files/stunnel-4.02-gentoo.diff
deleted file mode 100644
index b41de790e162..000000000000
--- a/net-misc/stunnel/files/stunnel-4.02-gentoo.diff
+++ /dev/null
@@ -1,12 +0,0 @@
---- tools/Makefile.in 2002-10-26 16:48:22.000000000 +0000
-+++ tools/Makefile.in 2002-10-26 16:48:38.000000000 +0000
-@@ -83,7 +83,7 @@
-
-
- confdir = $(sysconfdir)/stunnel
--conf_DATA = stunnel.conf-sample stunnel.pem
-+conf_DATA = stunnel.conf-sample
-
- docdir = $(datadir)/doc/stunnel
- examplesdir = $(docdir)/examples
-