Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Apr 2000 12:48:46 -0500 (CDT)
From:      "Keith Ray"@FreeBSD.ORG, kmray@slb.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17792: Update /security/stunnel port
Message-ID:  <200004041748.MAA09176@147-89.waldenweb.com>

next in thread | raw e-mail | index | archive | help

>Number:         17792
>Category:       ports
>Synopsis:       Update /security/stunnel port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr  4 10:50:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Keith Ray
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:

	

>Description:

	New version of stunnel v3.8
	
>How-To-Repeat:

	

>Fix:

	

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	stunnel
#	stunnel/Makefile
#	stunnel/files
#	stunnel/files/md5
#	stunnel/patches
#	stunnel/patches/patch-aa
#	stunnel/pkg
#	stunnel/pkg/PLIST
#	stunnel/pkg/DESCR
#	stunnel/pkg/COMMENT
#
echo c - stunnel
mkdir -p stunnel > /dev/null 2>&1
echo x - stunnel/Makefile
sed 's/^X//' >stunnel/Makefile << 'END-of-stunnel/Makefile'
X# New ports collection makefile for:	stunnel
X# Version required:	3.8
X# Date created:		Tue Apr  4 14:58:41 GMT 2000
X# Whom:			Keith Ray <kmray@slb.com>
X#
X# $FreeBSD$
X#
X
XDISTNAME=	stunnel-3.8
XCATEGORIES=	security
XMASTER_SITES=	ftp://opensores.thebunker.net/pub/mirrors/stunnel/ \
X		http://mike.daewoo.com.pl/computer/stunnel/ \
X		ftp://ftp.cryptoarchive.net/pub/cryptoarchive/mirrors/opensores.thebunker.net/pub/mirrors/stunnel/
X
XMAINTAINER=	martti.kuparinen@ericsson.com
X
XUSE_OPENSSL=	RSA
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--localstatedir=/var/run
X
XMAN8=		stunnel.8
X
Xcert:
X	@(cd ${WRKSRC}; make cert)
X
Xpost-build:
X	@${ECHO} ""
X	@${ECHO} "********************************************************************"
X	@${ECHO} "To create and install a real certificate, execute \"make cert\" before"
X	@${ECHO} "\"make install\"."
X	@${ECHO} ""
X	@${ECHO} "You can also create a real certificate later by executing"
X	@${ECHO} "      # make cert"
X	@${ECHO} "      # cp work/stunnel/stunnel.pem ${PREFIX}/certs/"
X	@${ECHO} "********************************************************************"
X	@${ECHO} ""
X
Xpost-install:
X	@${ECHO} ""
X	@${ECHO} "**************************************************************************"
X	@${ECHO} "Please check out the FAQ at http://www.onsight.com/faq/stunnel/"
X	@${ECHO} "**************************************************************************"
X	@${ECHO} ""
X
X.include <bsd.port.mk>
END-of-stunnel/Makefile
echo c - stunnel/files
mkdir -p stunnel/files > /dev/null 2>&1
echo x - stunnel/files/md5
sed 's/^X//' >stunnel/files/md5 << 'END-of-stunnel/files/md5'
XMD5 (stunnel-3.8.tar.gz) = f84f3698b50f7028c94340e546acaa01
END-of-stunnel/files/md5
echo c - stunnel/patches
mkdir -p stunnel/patches > /dev/null 2>&1
echo x - stunnel/patches/patch-aa
sed 's/^X//' >stunnel/patches/patch-aa << 'END-of-stunnel/patches/patch-aa'
X*** configure.orig	Tue Apr  4 11:11:36 2000
X--- configure	Tue Apr  4 11:11:40 2000
X***************
X*** 935,941 ****
X  
X  
X  checkssldir() { :
X!     if test -d "$1/certs"; then
X          if test -f "$1/include/openssl/ssl.h"; then
X              cat >> confdefs.h <<\EOF
X  #define HAVE_OPENSSL 1
X--- 935,941 ----
X  
X  
X  checkssldir() { :
X! #    if test -d "$1/certs"; then
X          if test -f "$1/include/openssl/ssl.h"; then
X              cat >> confdefs.h <<\EOF
X  #define HAVE_OPENSSL 1
X***************
X*** 948,954 ****
X              ssldir="$1"
X              return 0
X          fi
X!     fi
X      return 1
X  }
X  
X--- 948,954 ----
X              ssldir="$1"
X              return 0
X          fi
X! #    fi
X      return 1
X  }
X  
X***************
X*** 1260,1266 ****
X  echo $ac_n "checking for RSAref library""... $ac_c" 1>&6
X  echo "configure:1262: checking for RSAref library" >&5
X  saved_LIBS="$LIBS"
X! LIBS="$saved_LIBS -lRSAglue -lrsaref"
X  cat > conftest.$ac_ext <<EOF
X  #line 1266 "configure"
X  #include "confdefs.h"
X--- 1260,1266 ----
X  echo $ac_n "checking for RSAref library""... $ac_c" 1>&6
X  echo "configure:1262: checking for RSAref library" >&5
X  saved_LIBS="$LIBS"
X! LIBS="$saved_LIBS -lRSAglue -L${prefix}/lib -lrsaref"
X  cat > conftest.$ac_ext <<EOF
X  #line 1266 "configure"
X  #include "confdefs.h"
END-of-stunnel/patches/patch-aa
echo c - stunnel/pkg
mkdir -p stunnel/pkg > /dev/null 2>&1
echo x - stunnel/pkg/PLIST
sed 's/^X//' >stunnel/pkg/PLIST << 'END-of-stunnel/pkg/PLIST'
Xsbin/stunnel
Xlib/stunnel.so
END-of-stunnel/pkg/PLIST
echo x - stunnel/pkg/DESCR
sed 's/^X//' >stunnel/pkg/DESCR << 'END-of-stunnel/pkg/DESCR'
XThe stunnel program is designed to work  as  SSL  encryption
Xwrapper between remote client and local (inetd-startable) or
Xremote server. The concept is that having non-SSL aware dae-
Xmons  running  on  your  system you can easily setup them to
Xcommunicate with clients over secure SSL channel.
X
Xstunnel can be used to add  SSL  functionality  to  commonly
Xused  inetd  daemons  like  POP-2,  POP-3  and  IMAP servers
Xwithout any changes in the programs' code.
X
XWWW: http://mike.daewoo.com.pl/computer/stunnel/
END-of-stunnel/pkg/DESCR
echo x - stunnel/pkg/COMMENT
sed 's/^X//' >stunnel/pkg/COMMENT << 'END-of-stunnel/pkg/COMMENT'
XSSL encryption wrapper for standard network daemons
END-of-stunnel/pkg/COMMENT
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004041748.MAA09176>