ports/55795: [new port] security/dropbear: a lightweight SSH2 server
Clement Laforet
sheepkiller at cultdeadsheep.org
Wed Aug 20 09:45:15 UTC 2003
>Number: 55795
>Category: ports
>Synopsis: [new port] security/dropbear: a lightweight SSH2 server
>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: Wed Aug 20 02:44:59 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Clement Laforet
>Release: FreeBSD 5.1-CURRENT i386
>Organization:
cotds.org
>Environment:
System: FreeBSD lucifer.cultdeadsheep.org 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Mon Aug 18 15:22:08 CEST 2003 clement at lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386
>Description:
Dropbear is an SSH 2 server, designed to be usable in small memory environments.
It supports:
* Main features of SSH 2 protocol
* Implements X11 forwarding, and authentication-agent forwarding
for OpenSSH clients
* Compatible with OpenSSH ~/.ssh/authorized_keys public key
authentication
WWW: http://matt.ucc.asn.au/dropbear/dropbear.html
>How-To-Repeat:
N/A.
>Fix:
--- dropbear.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:
#
# dropbear
# dropbear/Makefile
# dropbear/distinfo
# dropbear/pkg-descr
# dropbear/pkg-plist
#
echo c - dropbear
mkdir -p dropbear > /dev/null 2>&1
echo x - dropbear/Makefile
sed 's/^X//' >dropbear/Makefile << 'END-of-dropbear/Makefile'
X# New ports collection makefile for: dropbear
X# Date created: 20 August 2003
X# Whom: Clement Laforet <sheepkiller at cultdeadsheep.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME= dropbear
XPORTVERSION= 0.36
XCATEGORIES= security ipv6
XMASTER_SITES= http://matt.ucc.asn.au/dropbear/
X
XMAINTAINER= sheepkiller at cultdeadsheep.org
XCOMMENT= An SSH 2 server, designed to be usable in small memory environments
X
XGNU_CONFIGURE= YES
XUSE_GMAKE= YES
XUSE_REINPLACE= YES
X
X.if defined(IS_STATIC)
XCONFIGURE_ENV= LDFLAGS=-static
X.endif
X
XBIN= dropbear dropbearkey dropbearconvert
X
Xpost-configure:
X @${REINPLACE_CMD} -e "s,/etc/,${PREFIX}/etc/,g" ${WRKSRC}/options.h
X @${REINPLACE_CMD} -e "s,/usr/bin/X11/,${X11BASE}/,g" ${WRKSRC}/options.h
X
Xdo-install:
X.for bin in ${BIN}
X @${INSTALL_PROGRAM} ${WRKSRC}/${bin} ${PREFIX}/bin
X.endfor
X.if !defined(NOPORTDOC)
X @${MKDIR} ${DOCSDIR}
X @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-dropbear/Makefile
echo x - dropbear/distinfo
sed 's/^X//' >dropbear/distinfo << 'END-of-dropbear/distinfo'
XMD5 (dropbear-0.36.tar.gz) = 37b38670235c4cdd37e3833919bcf53f
END-of-dropbear/distinfo
echo x - dropbear/pkg-descr
sed 's/^X//' >dropbear/pkg-descr << 'END-of-dropbear/pkg-descr'
XDropbear is an SSH 2 server, designed to be usable in small memory environments.
XIt supports:
X
X * Main features of SSH 2 protocol
X * Implements X11 forwarding, and authentication-agent forwarding
X for OpenSSH clients
X * Compatible with OpenSSH ~/.ssh/authorized_keys public key
X authentication
X
XWWW: http://matt.ucc.asn.au/dropbear/dropbear.html
END-of-dropbear/pkg-descr
echo x - dropbear/pkg-plist
sed 's/^X//' >dropbear/pkg-plist << 'END-of-dropbear/pkg-plist'
Xbin/dropbear
Xbin/dropbearkey
Xbin/dropbearconvert
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%@rmdir %%DOCSDIR%%
END-of-dropbear/pkg-plist
exit
--- dropbear.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list