From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 8 09:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 20C4E80F for ; Fri, 8 Feb 2013 09:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 08B70745 for ; Fri, 8 Feb 2013 09:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r189K0xZ039945 for ; Fri, 8 Feb 2013 09:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r189K072039940; Fri, 8 Feb 2013 09:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 8 Feb 2013 09:20:00 GMT Resent-Message-Id: <201302080920.r189K072039940@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, Denis Generalov Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9B7826F9 for ; Fri, 8 Feb 2013 09:19:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 6A9D8736 for ; Fri, 8 Feb 2013 09:19:07 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r189J550069681 for ; Fri, 8 Feb 2013 09:19:05 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r189J5ct069680; Fri, 8 Feb 2013 09:19:05 GMT (envelope-from nobody) Message-Id: <201302080919.r189J5ct069680@red.freebsd.org> Date: Fri, 8 Feb 2013 09:19:05 GMT From: Denis Generalov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/175952: [NEW PORT] net/knc: KNC is Kerberised NetCat. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 09:20:01 -0000 >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 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 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: