Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Feb 2013 17:20:01 GMT
From:      Denis Generalov <gd@rambler-co.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/175952: [NEW PORT] net/knc: KNC is Kerberised NetCat.
Message-ID:  <201302091720.r19HK1PC002191@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/175952; it has been noted by GNATS.

From: Denis Generalov <gd@rambler-co.ru>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/175952: [NEW PORT] net/knc: KNC is Kerberised NetCat.
Date: Sat, 9 Feb 2013 21:11:37 +0400

 This is a multi-part message in MIME format.
 
 --Multipart=_Sat__9_Feb_2013_21_11_37_+0400_v3ykVuHULoW5SGSx
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Sorry, I forget a patch.
 Corrected version in attachment.
 
 -- 
 Denis Generalov <gd@rambler-co.ru>
 
 --Multipart=_Sat__9_Feb_2013_21_11_37_+0400_v3ykVuHULoW5SGSx
 Content-Type: text/plain;
  name="patch.txt"
 Content-Disposition: attachment;
  filename="patch.txt"
 Content-Transfer-Encoding: 7bit
 
 ===> 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
 #	knc/files
 #	knc/files/patch-bin__knc.c
 #
 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
 echo c - knc/files
 mkdir -p knc/files > /dev/null 2>&1
 echo x - knc/files/patch-bin__knc.c
 sed 's/^X//' >knc/files/patch-bin__knc.c << 'd95ef0114b91fa1371fcd7fcbdb566b5'
 X--- ./bin/knc.c.orig	2013-02-09 21:09:13.000000000 +0400
 X+++ ./bin/knc.c	2013-02-09 21:09:29.000000000 +0400
 X@@ -47,7 +47,7 @@
 X #include <time.h>
 X #include <unistd.h>
 X 
 X-#include "gssapi/gssapi.h"
 X+#include "config.h"
 X #include "gssstdio.h"
 X #include "knc.h"
 X 
 d95ef0114b91fa1371fcd7fcbdb566b5
 exit
 
 ===> Done
 
 --Multipart=_Sat__9_Feb_2013_21_11_37_+0400_v3ykVuHULoW5SGSx--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302091720.r19HK1PC002191>