From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 9 01:00:45 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EE4A16A4CF for ; Fri, 9 Jul 2004 01:00:45 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64BCB43D31 for ; Fri, 9 Jul 2004 01:00:45 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6910j2U013354 for ; Fri, 9 Jul 2004 01:00:45 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6910jJn013353; Fri, 9 Jul 2004 01:00:45 GMT (envelope-from gnats) Resent-Date: Fri, 9 Jul 2004 01:00:45 GMT Resent-Message-Id: <200407090100.i6910jJn013353@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Thiel Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3D6E16A4CE for ; Fri, 9 Jul 2004 00:58:00 +0000 (GMT) Received: from redundancy.redundancy.org (redundancy.redundancy.org [198.144.201.242]) by mx1.FreeBSD.org (Postfix) with SMTP id B6BA643D41 for ; Fri, 9 Jul 2004 00:58:00 +0000 (GMT) (envelope-from lx@redundancy.redundancy.org) Received: (qmail 8955 invoked by uid 1000); 9 Jul 2004 00:58:16 -0000 Message-Id: <20040709005816.8954.qmail@redundancy.redundancy.org> Date: 9 Jul 2004 00:58:16 -0000 From: David Thiel To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: sergei@FreeBSD.org Subject: ports/68838: New port: net/sbd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Thiel List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2004 01:00:45 -0000 >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@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@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@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 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: