stunnel-3.9 update

Version 3.9, 2000.12.13:
* Updated temporary key generation:
   - stunnel is now honoring requested key-lengths correctly,
   - temporary key is changed every hour.
* transfer() no longer hangs on some platforms.
  Special thanks to Peter Wagemans for the patch.
* Potential security problem with syslog() call fixed.
This commit is contained in:
obecian 2000-12-19 05:46:03 +00:00
parent 3926d8d298
commit 8e18f618f5
7 changed files with 31 additions and 60 deletions

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.6 2000/10/22 15:43:27 espie Exp $
# $OpenBSD: Makefile,v 1.7 2000/12/19 05:46:03 obecian Exp $
DISTNAME= stunnel-3.8
DISTNAME= stunnel-3.9
CATEGORIES= security
NEED_VERSION= 1.305
@ -11,9 +11,10 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
HOMEPAGE= http://mike.daewoo.com.pl/computer/stunnel/
HOMEPAGE= http://stunnel.mirt.net/
MASTER_SITES= http://opensores.thebunker.net/pub/mirrors/stunnel/ \
MASTER_SITES= ftp://stunnel.mirt.net/stunnel/ \
http://opensores.thebunker.net/pub/mirrors/stunnel/ \
http://mike.daewoo.com.pl/computer/stunnel/ \
http://opensores.thebunker.net/pub/mirrors/stunnel/ \
ftp://ftp.fu-berlin.de/unix/security/stunnel/ \

View File

@ -1,3 +1,3 @@
MD5 (stunnel-3.8.tar.gz) = f84f3698b50f7028c94340e546acaa01
RMD160 (stunnel-3.8.tar.gz) = decefb598c2ff0de224a07eeb93664a28b7738e0
SHA1 (stunnel-3.8.tar.gz) = 7eb89100d70eeda019c4933c4b5c8647560fc91a
MD5 (stunnel-3.9.tar.gz) = 00a0cf0f36d15273bc1cb0a05670a194
RMD160 (stunnel-3.9.tar.gz) = e76b40d809cc4bc10aa8654d86da5f2c05779473
SHA1 (stunnel-3.9.tar.gz) = f70f91b1d03175b0ac7e0a146f666a0c46c962db

View File

@ -0,0 +1,11 @@
--- Makefile.in.orig Mon Dec 18 01:26:57 2000
+++ Makefile.in Mon Dec 18 01:27:15 2000
@@ -9,7 +9,7 @@ exec_prefix=@exec_prefix@
sbindir=@sbindir@
libdir=@libdir@
man8dir=@mandir@/man8
-piddir=@localstatedir@/stunnel/
+piddir=/var/run
ssldir=@ssldir@
PEM_DIR=@PEM_DIR@
@SET_MAKE@

View File

@ -1,14 +0,0 @@
--- Makefile.in.orig Tue Feb 22 13:08:16 2000
+++ Makefile.in Mon Mar 20 22:34:34 2000
@@ -7,9 +7,9 @@
sbindir=@sbindir@
libdir=@libdir@
man8dir=@mandir@/man8
-piddir=@localstatedir@/stunnel
+piddir=/var/run
ssldir=@ssldir@
-certdir=$(ssldir)/certs
+certdir=/etc/ssl
@SET_MAKE@
VERSION=stunnel-@VERSION@
RANDOM_OPT=@RANDOM_OPT@

View File

@ -1,21 +0,0 @@
--- stunnel.8.in.orig Tue Feb 15 18:13:15 2000
+++ stunnel.8.in Sun Mar 5 23:52:37 2000
@@ -39,7 +39,7 @@
.B -p pemfile
certificate (*.pem) file name
.RS
-default: @ssldir@/certs/stunnel.pem for server mode,
+default: /etc/certs/stunnel.pem for server mode,
none for client mode
.RE
.PP
@@ -166,7 +166,8 @@
There are available SSL enabled versions of FTP and telnet daemons, however.
.SH SEE ALSO
.BR tcpd (8),
-.BR inetd (8)
+.BR inetd (8),
+.BR ssl (8)
.PP
.BI http://mike.daewoo.com.pl/computer/stunnel
Stunnel homepage

View File

@ -1,18 +0,0 @@
--- configure.orig Thu Feb 24 12:28:45 2000
+++ configure Sun Mar 5 23:50:29 2000
@@ -935,7 +935,6 @@
checkssldir() { :
- if test -d "$1/certs"; then
if test -f "$1/include/openssl/ssl.h"; then
cat >> confdefs.h <<\EOF
#define HAVE_OPENSSL 1
@@ -948,7 +947,6 @@
ssldir="$1"
return 0
fi
- fi
return 1
}

View File

@ -0,0 +1,12 @@
--- stunnel.8.in.orig Mon Dec 18 01:32:09 2000
+++ stunnel.8.in Mon Dec 18 01:34:27 2000
@@ -332,7 +332,8 @@ of the FTP protocol which utilizes multi
There are available SSL enabled versions of FTP and telnet daemons, however.
.SH SEE ALSO
.BR tcpd (8),
-.BR inetd (8)
+.BR inetd (8),
+.BR ssl (8)
.PP
.BI http://stunnel.mirt.net/
Stunnel homepage