Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Mar 2017 10:22:06 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436892 - head/security/kpcli
Message-ID:  <201703251022.v2PAM6jd025892@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Sat Mar 25 10:22:05 2017
New Revision: 436892
URL: https://svnweb.freebsd.org/changeset/ports/436892

Log:
  Add Math::Random::ISAAC as a dependency as it provides a more secure rand()
  function.
  
  PR:		217665
  Approved by:	maintainer timeout (alexander.4mail@gmail.com; 16 days)
  Differential Revision:	D9923

Modified:
  head/security/kpcli/Makefile

Modified: head/security/kpcli/Makefile
==============================================================================
--- head/security/kpcli/Makefile	Sat Mar 25 10:01:27 2017	(r436891)
+++ head/security/kpcli/Makefile	Sat Mar 25 10:22:05 2017	(r436892)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kpcli
 PORTVERSION=	3.1
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	SF/kpcli/
 EXTRACT_SUFX=	.pl
@@ -21,7 +22,8 @@ RUN_DEPENDS=	p5-Crypt-Rijndael>=1.08:sec
 		p5-Data-Password>=0:security/p5-Data-Password \
 		p5-Clone>=0.31:devel/p5-Clone \
 		p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \
-		p5-Clipboard>=0:x11/p5-Clipboard
+		p5-Clipboard>=0:x11/p5-Clipboard \
+		p5-Math-Random-ISAAC>=1.0.1:math/p5-Math-Random-ISAAC
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 USES=		perl5 shebangfix



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