Date: Sat, 17 Jul 2004 16:52:02 -0600 From: Aaron Dalton <aaron@daltons.ca> To: FreeBSD-gnats-submit@FreeBSD.org Cc: aaron@daltons.ca Subject: ports/69213: New Port: security/doorman - A Portknocking implementation< Message-ID: <E1Bly2E-000NSQ-Jv@galan.daltons.ca> Resent-Message-ID: <200407172300.i6HN0e8Q006876@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69213 >Category: ports >Synopsis: New Port: security/doorman - A Portknocking implementation< >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 17 23:00:40 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Aaron Dalton >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: >Environment: System: FreeBSD galan.daltons.ca 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Sun Jun 27 22:48:19 MDT 2004 root@galan.daltons.ca:/usr/src/sys/i386/compile/GALAN i386 >Description: An implementation of Port Knocking, both daemon and client. >How-To-Repeat: >Fix: --- submission.txt 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: # # doorman # doorman/Makefile # doorman/distinfo # doorman/pkg-descr # doorman/pkg-message # doorman/pkg-plist # echo c - doorman mkdir -p doorman > /dev/null 2>&1 echo x - doorman/Makefile sed 's/^X//' >doorman/Makefile << 'END-of-doorman/Makefile' X# New ports collection makefile for: doorman X# Date created: 16 July 2004 X# Whom: Aaron Dalton <aaron@daltons.ca> X# X# $FreeBSD$ X# X XPORTNAME= doorman XPORTVERSION= 0.6.2 XCATEGORIES= security X#[do not forget the trailing slash ("/")! X# if you are not using MASTER_SITE_* macros] XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= doorman XEXTRACT_SUFX= .tgz X XMAINTAINER= aaron@daltons.ca XCOMMENT= A Port Knocking implementation, both daemon and client X XRUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof X XMAN1= knock.1 XMAN5= knockcf.5 doormand.cf.5 guestlist.5 XMAN8= doormand.8 X#MANCOMPRESSED= yes X XGNU_CONFIGURE= yes X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include <bsd.port.mk> END-of-doorman/Makefile echo x - doorman/distinfo sed 's/^X//' >doorman/distinfo << 'END-of-doorman/distinfo' XMD5 (doorman-0.6.2.tgz) = de4a50d85afe9953f64a3dbd2bd98877 XSIZE (doorman-0.6.2.tgz) = 135669 END-of-doorman/distinfo echo x - doorman/pkg-descr sed 's/^X//' >doorman/pkg-descr << 'END-of-doorman/pkg-descr' XThis project allows a server to run silently, invisibly, with all TCP ports Xclosed... except to those who know... the secret knock! X XWWW: http://doorman.sourceforge.net/ X X- Aaron Dalton Xaaron@daltons.ca END-of-doorman/pkg-descr echo x - doorman/pkg-message sed 's/^X//' >doorman/pkg-message << 'END-of-doorman/pkg-message' X X****************************************************** X XTo configure Doorman, please edit the files guestlist and doormand.cf found in /usr/local/etc/doormand. Documentation can be found using: X X $ man guestlist X $ man doormand.cf X Xor by visiting the Doorman website at http://doorman.sourceforge.net. X X****************************************************** END-of-doorman/pkg-message echo x - doorman/pkg-plist sed 's/^X//' >doorman/pkg-plist << 'END-of-doorman/pkg-plist' Xbin/knock Xetc/doormand/guestlist.EXAMPLE Xetc/doormand/ipchains_add Xetc/doormand/ipchains_delete Xetc/doormand/iptables_add Xetc/doormand/iptables_delete Xetc/doormand/doormand.cf.EXAMPLE Xsbin/doormand X@dirrm etc/doormand END-of-doorman/pkg-plist exit --- submission.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Bly2E-000NSQ-Jv>