Skip to content

Commit

Permalink
Update kpcli to 3.0.
Browse files Browse the repository at this point in the history
 2015-Feb-08 v2.8 - Fixed cli_copy bug; refresh paths and ask to save.
                    Fixed a cli_mv bug; double path-normalization.
                    Fixed a path display bug, if done after a cli_mv.
                    Protect users from editing in the $FOUND_DIR.
                    Keep file opened, read-only, to show up in lsof.
                    Added inactivity locking (--timeout parameter).
                    Added shell expansion support to cli_ls, with the
                     ability to manage _all_ listed entries by number.
                    Added shell expansion support to cli_mv.
                    Added [y/N] option to list entries after a find.
 2015-Jun-19 v3.0 - Added Password Safe v3 file importing; requires
                     optional Crypt::PWSafe3 from CPAN.
                    Added $FORCED_READLINE global variable.
                    Attachments sanity check; SourceForge bug #17.
                    Endianness fix in magic_file_type(); SF bug #19.
  • Loading branch information
wiz committed Dec 11, 2015
1 parent 442c061 commit e92ea2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions security/kpcli/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.13 2015/07/12 18:56:27 wiz Exp $
# $NetBSD: Makefile,v 1.14 2015/12/11 13:17:10 wiz Exp $

DISTNAME= kpcli-2.7
PKGREVISION= 3
DISTNAME= kpcli-3.0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kpcli/}
EXTRACT_SUFX= .pl
Expand All @@ -17,6 +16,7 @@ DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
DEPENDS+= p5-Term-ShellUI-[0-9]*:../../devel/p5-Term-ShellUI
DEPENDS+= p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael
DEPENDS+= p5-File-KeePass-[0-9]*:../../security/p5-File-KeePass
DEPENDS+= p5-Crypt-PWSafe3-[0-9]*:../../security/p5-Crypt-PWSafe3
#DEPENDS+= {perl>=5.002,p5-Term-ReadLine-[0-9]*}:../../devel/p5-Term-ReadLine
DEPENDS+= p5-Term-ReadLine-Perl-[0-9]*:../../devel/p5-Term-ReadLine-Perl

Expand Down
10 changes: 5 additions & 5 deletions security/kpcli/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.7 2015/11/04 01:17:47 agc Exp $
$NetBSD: distinfo,v 1.8 2015/12/11 13:17:10 wiz Exp $

SHA1 (kpcli-2.7.pl) = c269ff1128fca0e1374c1083e9fc17a968d1a14b
RMD160 (kpcli-2.7.pl) = 73e6ee3692a6a473cced756a4855fcfee6b0fc27
SHA512 (kpcli-2.7.pl) = 4a64164cc43b51a2f35a4dc348054e0299a8ac745ac8ca280b43b37b2813200afe2c7ec393ccca6a4e357252f59ca2315e71c87a5e512ff2f2b1569160a76b4e
Size (kpcli-2.7.pl) = 166288 bytes
SHA1 (kpcli-3.0.pl) = b2861d243b8d4bbb15005fcf6dc33212f5f821c4
RMD160 (kpcli-3.0.pl) = d12da6eb69a58ed185f962e622225d0f5705414c
SHA512 (kpcli-3.0.pl) = fb1243ed81408507090ce6e7b06e958f923ac9c64e6994b104605bb85deb08e1b63b28fdb2c5a4eb24e128734b65ecb0209000f08ec9a7644f3d6a8fbb781587
Size (kpcli-3.0.pl) = 181841 bytes

0 comments on commit e92ea2d

Please sign in to comment.