From owner-svn-ports-all@freebsd.org Sat Mar 25 10:22:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 446F8D1C142; Sat, 25 Mar 2017 10:22:07 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 10E271080; Sat, 25 Mar 2017 10:22:06 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2PAM69i025893; Sat, 25 Mar 2017 10:22:06 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2PAM6jd025892; Sat, 25 Mar 2017 10:22:06 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201703251022.v2PAM6jd025892@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sat, 25 Mar 2017 10:22:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436892 - head/security/kpcli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Mar 2017 10:22:07 -0000 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