Date: Fri, 8 Feb 2013 09:19:05 GMT From: Denis Generalov <gd@rambler-co.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/175952: [NEW PORT] net/knc: KNC is Kerberised NetCat. Message-ID: <201302080919.r189J5ct069680@red.freebsd.org> Resent-Message-ID: <201302080920.r189K072039940@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 175952 >Category: ports >Synopsis: [NEW PORT] net/knc: KNC is Kerberised NetCat. >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 Feb 08 09:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Denis Generalov >Release: FreeBSD 9.1-STABLE amd64 >Organization: Rambler >Environment: FreeBSD tyl.rambler.ramblermedia.com 9.1-STABLE FreeBSD 9.1-STABLE #0 r244924: Tue Jan 1 21:05:19 MSK 2013 gd@tyl.rambler.ramblermedia.com:/tmp/gd/usr/src/sys/GENERIC amd64 >Description: KNC is Kerberised NetCat. It works in basically the same way as either netcat or stunnel except that it is uses GSS-API to secure the communication. You can use it to construct client/server applications while keeping the Kerberos libraries out of your programs address space quickly and easily. >How-To-Repeat: >Fix: Patch attached with submission follows: ===> Creating shar file ===> Viewing diff with more # 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: # # knc # knc/distinfo # knc/Makefile # knc/pkg-descr # echo c - knc mkdir -p knc > /dev/null 2>&1 echo x - knc/distinfo sed 's/^X//' >knc/distinfo << '47db50fd2d8eba4f715acc94263b52a5' XSHA256 (knc-1.7.tar.gz) = d36cdec27dc505a6eca4f230bc53dafcee422122bd2ec6addc0af0c35a95f46f XSIZE (knc-1.7.tar.gz) = 646756 47db50fd2d8eba4f715acc94263b52a5 echo x - knc/Makefile sed 's/^X//' >knc/Makefile << '4e2efc585431af45691f01de3e6e6b19' X# Created by: Denis Generalov <gd@rambler-co.ru> X# $FreeBSD$ X XPORTNAME= knc XPORTVERSION= 1.7 XCATEGORIES= net XMASTER_SITES= http://oskt.secure-endpoints.com/downloads/ X XMAINTAINER= gd@rambler-co.ru XCOMMENT= KNC is Kerberised NetCat X XUSE_AUTOTOOLS= libtool XMAN1= knc.1 X XPLIST_FILES= bin/knc X X.include <bsd.port.mk> 4e2efc585431af45691f01de3e6e6b19 echo x - knc/pkg-descr sed 's/^X//' >knc/pkg-descr << '724c0f7a84efe571835f84a8124b443c' XKNC is Kerberised NetCat. It works in basically the same way as either netcat Xor stunnel except that it is uses GSS-API to secure the communication. You can Xuse it to construct client/server applications while keeping the Kerberos Xlibraries out of your programs address space quickly and easily. X XWWW: http://oskt.secure-endpoints.com/knc.html 724c0f7a84efe571835f84a8124b443c exit ===> Done >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302080919.r189J5ct069680>