8e18f618f5
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.
32 lines
873 B
Makefile
32 lines
873 B
Makefile
# $OpenBSD: Makefile,v 1.7 2000/12/19 05:46:03 obecian Exp $
|
|
|
|
DISTNAME= stunnel-3.9
|
|
CATEGORIES= security
|
|
NEED_VERSION= 1.305
|
|
|
|
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
HOMEPAGE= http://stunnel.mirt.net/
|
|
|
|
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/ \
|
|
ftp://ftp.uni-freiburg.de/pub/net/stunnel/ \
|
|
ftp://ftp.all.de/pub2/unix/security/stunnel/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
ALL_TARGET= stunnel
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/stunnel ${PREFIX}/sbin
|
|
${INSTALL_MAN} ${WRKSRC}/stunnel.8 ${PREFIX}/man/man8
|
|
|
|
.include <bsd.port.mk>
|