Add ssltunnel-server 1.13,
PPP over SSL virtual private networking (server part). Submitted by: at@rominet.net
This commit is contained in:
parent
6411e6556a
commit
f8c4b713a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92702
5 changed files with 61 additions and 0 deletions
|
@ -643,6 +643,7 @@
|
|||
SUBDIR += spread
|
||||
SUBDIR += spread-j
|
||||
SUBDIR += ssldump
|
||||
SUBDIR += ssltunnel-server
|
||||
SUBDIR += sting
|
||||
SUBDIR += stone
|
||||
SUBDIR += subcalc
|
||||
|
|
37
net/ssltunnel-server/Makefile
Normal file
37
net/ssltunnel-server/Makefile
Normal file
|
@ -0,0 +1,37 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: ssltunnel-server
|
||||
# Date created: June 10, 2003
|
||||
# Whom: at@rominet.net
|
||||
#
|
||||
# $Id: Makefile,v 1.3 2003/09/21 16:20:44 thivillon Exp $
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ssltunnel
|
||||
PORTVERSION= 1.13
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.hsc.fr/ressources/outils/ssltunnel/download/
|
||||
PKGNAMESUFFIX= -server
|
||||
|
||||
MAINTAINER= at@rominet.net
|
||||
COMMENT= PPP over SSL virtual private networking (server part)
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --disable-client
|
||||
|
||||
.if defined(WITH_TCPWRAPPERS)
|
||||
CONFIGURE_ARGS+= --with-libwrap
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/LISEZ-MOI ${DOCSDIR}
|
||||
.endif
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/server/pppserver.sh ${PREFIX}/etc/rc.d/ssltunnel.sh.sample
|
||||
${INSTALL_DATA} ${WRKSRC}/server/users ${PREFIX}/etc/ssltunnel/users.sample
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/ssltunnel-server/distinfo
Normal file
1
net/ssltunnel-server/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (ssltunnel-1.13.tar.gz) = 18f993daed771e04039586488141e21d
|
12
net/ssltunnel-server/pkg-descr
Normal file
12
net/ssltunnel-server/pkg-descr
Normal file
|
@ -0,0 +1,12 @@
|
|||
ssltunnel is a client/server software to establish PPP links over
|
||||
SSL/TLS sessions. Client and server are mutually authenticated using
|
||||
X509 certificates, PPP packets are encrypted/decrypted realtime on
|
||||
each side. The client has the ability to initiate the connection
|
||||
through an HTTP/HTTPS relay, even if an authentification is needed.
|
||||
|
||||
This is the server part.
|
||||
|
||||
WWW: http://www.hsc.fr/ressources/outils/ssltunnel/
|
||||
|
||||
- HSC (Herver Schauer Consultants) http://www.hsc.fr/
|
||||
Alain Thivillon (at@rominet.net)
|
10
net/ssltunnel-server/pkg-plist
Normal file
10
net/ssltunnel-server/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
etc/rc.d/ssltunnel.sh.sample
|
||||
@unexec if cmp -s %D/etc/ssltunnel/client.conf %D/etc/ssltunnel/client.conf.sample; then rm -f %D/etc/ssltunnel/client.conf; fi
|
||||
etc/ssltunnel/tunnel.conf.default
|
||||
etc/ssltunnel/users.sample
|
||||
libexec/pppserver
|
||||
sbin/pppwho
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LISEZ-MOI
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm etc/ssltunnel
|
Loading…
Reference in a new issue