Date: Thu, 13 Jul 2006 22:49:42 +0800 From: chinsan <chinsan.tw@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/100211: [NEW PORT] devel/cvssh: A secure bridge for cvs pservers Message-ID: <20060713144543.B37A12F068@smtp2.bc.hgc.com.tw> Resent-Message-ID: <200607131450.k6DEoHm3084322@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100211 >Category: ports >Synopsis: [NEW PORT] devel/cvssh: A secure bridge for cvs pservers >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: Thu Jul 13 14:50:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD chinsan2.twbbs.org 6.1-STABLE FreeBSD 6.1-STABLE #1: Fri Jun 2 16:44:35 CST >Description: The cvs pserver option is a useful but insecure tool for managing cvs repositories. Most approaches to securing cvs either involve ssh tunneling or avoid pserver altogether. The cvssh program offers a third alternative, which combines the simplicity of ext on the client with the flexibility of a pserver-based repository. WWW: http://www.sabren.net/code/cvssh/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- cvssh-0.3.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: # # cvssh # cvssh/Makefile # cvssh/distinfo # cvssh/pkg-descr # echo c - cvssh mkdir -p cvssh > /dev/null 2>&1 echo x - cvssh/Makefile sed 's/^X//' >cvssh/Makefile << 'END-of-cvssh/Makefile' X# Ports collection makefile for: cvssh X# Date Created: 2006/07/13 X# Whom: chinsan <chinsan.tw@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= cvssh XPORTVERSION= 0.3 XCATEGORIES= devel security XMASTER_SITES= http://www.sabren.net/code/${PORTNAME}/ X XMAINTAINER= chinsan.tw@gmail.com XCOMMENT= A secure bridge for cvs pservers X XUSE_ZIP= yes XUSE_PYTHON= yes XNO_BUILD= yes X XWRKSRC= ${WRKDIR}/${PORTNAME} XPLIST_FILES= bin/cvssh X X.include <bsd.port.pre.mk> X Xpre-patch: X @${REINPLACE_CMD} -e 's,/usr/bin,${PREFIX}/bin,' ${WRKSRC}/cvssh.py X Xdo-install: X @${INSTALL_SCRIPT} ${WRKSRC}/cvssh.py ${PREFIX}/bin/${PORTNAME} X X.include <bsd.port.post.mk> END-of-cvssh/Makefile echo x - cvssh/distinfo sed 's/^X//' >cvssh/distinfo << 'END-of-cvssh/distinfo' XMD5 (cvssh-0.3.zip) = ecef453def8dcc7c0875968d7f0c262e XSHA256 (cvssh-0.3.zip) = aed7073a0971595a291c0fc96fd702083d7be8261a92aef27f3dad914722e751 XSIZE (cvssh-0.3.zip) = 742990 END-of-cvssh/distinfo echo x - cvssh/pkg-descr sed 's/^X//' >cvssh/pkg-descr << 'END-of-cvssh/pkg-descr' XThe cvs pserver option is a useful but insecure tool for managing cvs Xrepositories. Most approaches to securing cvs either involve ssh tunneling Xor avoid pserver altogether. The cvssh program offers a third alternative, Xwhich combines the simplicity of ext on the client with the flexibility of a Xpserver-based repository. X XWWW: http://www.sabren.net/code/cvssh/ END-of-cvssh/pkg-descr exit --- cvssh-0.3.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060713144543.B37A12F068>