ports/145113: [NEW PORT] net/sslh: A ssl/ssh multiplexer

Jui-Nan Lin jnlin at csie.nctu.edu.tw
Sun Mar 28 17:00:13 UTC 2010


>Number:         145113
>Category:       ports
>Synopsis:       [NEW PORT] net/sslh: A ssl/ssh multiplexer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 28 17:00:12 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Jui-Nan Lin
>Release:        FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD Florence.tamama.org 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #8: Thu Jan  7 11:34:24 CST
>Description:
sslh lets one accept both HTTPS and SSH connections on 
the same port. It makes it possible to connect to an SSH 
server on port 443 (e.g. from inside a corporate firewall) 
while still serving HTTPS on that port.

WWW:	http://www.rutschle.net/tech/sslh.shtml

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- sslh-1.7a.shar begins here ---
# 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:
#
#	sslh
#	sslh/Makefile
#	sslh/files
#	sslh/files/patch-Makefile
#	sslh/distinfo
#	sslh/pkg-descr
#
echo c - sslh
mkdir -p sslh > /dev/null 2>&1
echo x - sslh/Makefile
sed 's/^X//' >sslh/Makefile << '993f9fbca4eefa3e277dd4ea037162f2'
X# New ports collection makefile for:	sslh
X# Date created:		2010-03-29
X# Whom:			Jui-Nan Lin <jnlin at csie.nctu.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	sslh
XPORTVERSION=	1.7a
XCATEGORIES=	net
XMASTER_SITES=	http://www.rutschle.net/tech/
X
XMAINTAINER=	jnlin at csie.nctu.edu.tw
XCOMMENT=	A ssl/ssh multiplexer
X
XUSE_GMAKE=	yes
XUSE_PERL5_BUILD=	yes
X
XMAN8=		sslh.8
XPLIST_FILES=	sbin/sslh
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|^PREFIX=/usr/local|PREFIX=${PREFIX}|g' ${WRKSRC}/Makefile
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/sslh ${PREFIX}/sbin
X.if !defined(NO_INSTALL_MANPAGES)
X	@${INSTALL_MAN} ${WRKSRC}/sslh.8 ${MANPREFIX}/man/man8
X.endif
X
X.include <bsd.port.mk>
993f9fbca4eefa3e277dd4ea037162f2
echo c - sslh/files
mkdir -p sslh/files > /dev/null 2>&1
echo x - sslh/files/patch-Makefile
sed 's/^X//' >sslh/files/patch-Makefile << '066c6a05fe9458c87343ba5fbd66fe5a'
X--- Makefile	2010-02-01 19:18:23.000000000 +0800
X+++ Makefile.new	2010-03-29 00:43:42.198577686 +0800
X@@ -4,7 +4,7 @@
X USELIBWRAP=1	# Use libwrap?
X PREFIX=/usr/local
X 
X-MAN=sslh.8.gz	# man page name
X+MAN=sslh.8	# man page name
X 
X # End of configuration -- the rest should take care of
X # itself
X@@ -27,7 +27,7 @@
X 	strip sslh
X 
X $(MAN): sslh.pod Makefile
X-	pod2man --section=8 --release=$(VERSION) --center=" " sslh.pod | gzip -9 - > $(MAN)
X+	pod2man --section=8 --release=$(VERSION) --center=" " sslh.pod > $(MAN)
X 
X # generic install: install binary and man page
X install: sslh $(MAN)
066c6a05fe9458c87343ba5fbd66fe5a
echo x - sslh/distinfo
sed 's/^X//' >sslh/distinfo << 'd8c885ffa1c08c97a08c3aee802bfb0d'
XMD5 (sslh-1.7a.tar.gz) = ee124654412198a5e11fe28acf10634d
XSHA256 (sslh-1.7a.tar.gz) = add698342ea622e5085a26f05e4ec613763f71ff203202cadfa119a45659e13a
XSIZE (sslh-1.7a.tar.gz) = 9733
d8c885ffa1c08c97a08c3aee802bfb0d
echo x - sslh/pkg-descr
sed 's/^X//' >sslh/pkg-descr << 'e33462af5caae9a3bdc463fd8cc3e9a5'
Xsslh lets one accept both HTTPS and SSH connections on 
Xthe same port. It makes it possible to connect to an SSH 
Xserver on port 443 (e.g. from inside a corporate firewall) 
Xwhile still serving HTTPS on that port.
X
XWWW:	http://www.rutschle.net/tech/sslh.shtml
e33462af5caae9a3bdc463fd8cc3e9a5
exit
--- sslh-1.7a.shar ends here ---

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



More information about the freebsd-ports-bugs mailing list