Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Sep 2016 14:18:54 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422009 - head/security/ncrack
Message-ID:  <201609131418.u8DEIsTv095712@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Tue Sep 13 14:18:54 2016
New Revision: 422009
URL: https://svnweb.freebsd.org/changeset/ports/422009

Log:
  security/ncrack: Update to 0.5
  
  - Add LICENSE and LICENSE_FILE details
  
  Changes this release:
    http://seclists.org/nmap-dev/2016/q2/34
  
  Approved by:	lx (maintainer), adamw, mat (mentors)
  Differential Revision:	https://reviews.freebsd.org/D7854

Modified:
  head/security/ncrack/Makefile
  head/security/ncrack/distinfo

Modified: head/security/ncrack/Makefile
==============================================================================
--- head/security/ncrack/Makefile	Tue Sep 13 14:08:54 2016	(r422008)
+++ head/security/ncrack/Makefile	Tue Sep 13 14:18:54 2016	(r422009)
@@ -2,16 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	ncrack
-PORTVERSION=	0.4
-PORTREVISION=	1
+PORTVERSION=	0.5
 CATEGORIES=	security
 MASTER_SITES=	http://nmap.org/ncrack/dist/ \
 				http://redundancy.redundancy.org/mirror/
-DISTNAME=	${PORTNAME}-${PORTVERSION}ALPHA
 
 MAINTAINER=	lx@FreeBSD.org
 COMMENT=	High-speed network authentication cracking tool
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 GNU_CONFIGURE=	yes
 USES=		gmake ssl
 CPPFLAGS+=	-I${OPENSSLINC}

Modified: head/security/ncrack/distinfo
==============================================================================
--- head/security/ncrack/distinfo	Tue Sep 13 14:08:54 2016	(r422008)
+++ head/security/ncrack/distinfo	Tue Sep 13 14:18:54 2016	(r422009)
@@ -1,2 +1,3 @@
-SHA256 (ncrack-0.4ALPHA.tar.gz) = f8bd7e0ef68559490064ec0a5f139b2b9c49aeaf9f6323e080db9ff344c87603
-SIZE (ncrack-0.4ALPHA.tar.gz) = 2208130
+TIMESTAMP = 1473589836
+SHA256 (ncrack-0.5.tar.gz) = dbad9440c861831836d47ece95aeb2bd40374a3eb03a14dea0fe1bfa73ecd4bc
+SIZE (ncrack-0.5.tar.gz) = 3931159



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