- Update to 1.7.1
PR: 176138 Submitted by: maintainer
This commit is contained in:
parent
ad564a6274
commit
514009c321
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312259
3 changed files with 6 additions and 14 deletions
|
@ -2,13 +2,16 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= knc
|
||||
PORTVERSION= 1.7
|
||||
PORTVERSION= 1.7.1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://oskt.secure-endpoints.com/downloads/
|
||||
|
||||
MAINTAINER= gd@rambler-co.ru
|
||||
COMMENT= KNC is Kerberised NetCat
|
||||
|
||||
LICENSE= BSD MIT
|
||||
LICENSE_COMB= multi
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
MAN1= knc.1
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (knc-1.7.tar.gz) = d36cdec27dc505a6eca4f230bc53dafcee422122bd2ec6addc0af0c35a95f46f
|
||||
SIZE (knc-1.7.tar.gz) = 646756
|
||||
SHA256 (knc-1.7.1.tar.gz) = 0e24873f2a5228e1814749becbecd67d643bb9f63663cf85a7aeedf8e73de40f
|
||||
SIZE (knc-1.7.1.tar.gz) = 651416
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- ./bin/knc.c.orig 2013-02-09 21:09:13.000000000 +0400
|
||||
+++ ./bin/knc.c 2013-02-09 21:09:29.000000000 +0400
|
||||
@@ -47,7 +47,7 @@
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
|
||||
-#include "gssapi/gssapi.h"
|
||||
+#include "config.h"
|
||||
#include "gssstdio.h"
|
||||
#include "knc.h"
|
||||
|
Loading…
Reference in a new issue