Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2013 20:05:53 GMT
From:      Mark Felder <feld@feld.me>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/180371: [patch] security/kpcli: add support for pwck
Message-ID:  <201307072005.r67K5rIc040323@oldred.freebsd.org>
Resent-Message-ID: <201307072010.r67KA0Ki073885@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180371
>Category:       ports
>Synopsis:       [patch] security/kpcli: add support for pwck
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 07 20:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Mark Felder
>Release:        
>Organization:
>Environment:
>Description:
There's a command in recent versions of kpcli -- pwck. It is supposed to allow you to check the security of your passwords. This doesn't function because we're missing a perl library in RUN_DEPENDS, p5-Data-Password
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 322457)
+++ Makefile	(working copy)
@@ -2,6 +2,7 @@
 
 PORTNAME=	kpcli
 PORTVERSION=	2.3
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	SF/kpcli/
 EXTRACT_SUFX=	.pl
@@ -17,7 +18,9 @@
 		p5-Sort-Naturally>=1.02:${PORTSDIR}/textproc/p5-Sort-Naturally \
 		p5-File-KeePass>=2.03:${PORTSDIR}/security/p5-File-KeePass \
 		p5-Term-ShellUI>=0.9:${PORTSDIR}/shells/p5-Term-ShellUI \
-		p5-ReadLine-Gnu>=1.19:${PORTSDIR}/devel/p5-ReadLine-Gnu
+		p5-ReadLine-Gnu>=1.19:${PORTSDIR}/devel/p5-ReadLine-Gnu \
+		p5-Data-Password>=0:${PORTSDIR}/security/p5-Data-Password
+
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 USE_PERL5=	yes


>Release-Note:
>Audit-Trail:
>Unformatted:



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