ports/68838: New port: net/sbd

David Thiel lx at redundancy.redundancy.org
Fri Jul 9 01:00:45 UTC 2004


>Number:         68838
>Category:       ports
>Synopsis:       New port: net/sbd
>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:   Fri Jul 09 01:00:45 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     David Thiel
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD redundancy.redundancy.org 4.9-STABLE FreeBSD 4.9-STABLE #15: Wed Nov 19 21:41:32 PST 2003 lx at redundancy.redundancy.org:/usr/obj/usr/src/sys/REDUNDANCY i386


>Description:

sbd is a Netcat-clone, designed to be portable and offer strong
encryption. It runs on Unix-like operating systems and on Microsoft
Win32. sbd features AES-CBC-128 + HMAC-SHA1 encryption (by Christophe
Devine), program execution (-e option), choosing source port, continuous
reconnection with delay, and some other nice features. Only TCP/IP
communication is supported. Source code and binaries are distributed
under the GNU General Public License.

sbd can be used for any number of network-related things, e.g.:

    * Secure file transfer
    * Remote administration
    * Simple (but secure) peer-to-peer chat
    * Pen-test tool (crypto avoids NIDS detection and telnet-style traffic 
      recording) 

>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:
#
#	sbd
#	sbd/Makefile
#	sbd/distinfo
#	sbd/pkg-descr
#
echo c - sbd
mkdir -p sbd > /dev/null 2>&1
echo x - sbd/Makefile
sed 's/^X//' >sbd/Makefile << 'END-of-sbd/Makefile'
X# Ports collection makefile for:  sbd
X# Date created:			  2004-07-08
X# Whom:				  David Thiel (lx at redundancy.redundancy.org)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	sbd
XPORTVERSION=	1.31
XCATEGORIES=	net security
XMASTER_SITES=	http://www.cycom.se/uploads/114/31/
X
XMAINTAINER=	lx at redundancy.redundancy.org
XCOMMENT=	A netcat clone with more features and crypto
X
XALL_TARGET=	unix
X
XPLIST_FILES=	bin/sbd
XPORTDOCS=	README
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/sbd ${PREFIX}/bin
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-sbd/Makefile
echo x - sbd/distinfo
sed 's/^X//' >sbd/distinfo << 'END-of-sbd/distinfo'
XMD5 (sbd-1.31.tar.gz) = fde99ed6c7dc2729751eead5d6bee538
XSIZE (sbd-1.31.tar.gz) = 859963
END-of-sbd/distinfo
echo x - sbd/pkg-descr
sed 's/^X//' >sbd/pkg-descr << 'END-of-sbd/pkg-descr'
Xsbd is a Netcat-clone, designed to be portable and offer strong
Xencryption. It runs on Unix-like operating systems and on Microsoft
XWin32. sbd features AES-CBC-128 + HMAC-SHA1 encryption (by Christophe
XDevine), program execution (-e option), choosing source port, continuous
Xreconnection with delay, and some other nice features. Only TCP/IP
Xcommunication is supported. Source code and binaries are distributed
Xunder the GNU General Public License.
X
Xsbd can be used for any number of network-related things, e.g.:
X
X    * Secure file transfer
X    * Remote administration
X    * Simple (but secure) peer-to-peer chat
X    * Pen-test tool (crypto avoids NIDS detection and telnet-style 
X      traffic recording) 
X
XWWW: http://www.cycom.se/dl/sbd
END-of-sbd/pkg-descr
exit

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



More information about the freebsd-ports-bugs mailing list