Skip to content

Commit d671352

Browse files
committed
kpcli: Update to 3.2
2016-Jul-30 v3.1 - Added the purge command. Added Data::Password::passwdqc support to the pwck command and prefer it over Data::Password. Minor improvements in cli_pwck(). Applied SF patch #6 from Chris van Marle. Addressed items pointed out in SF patch #7. In cli_save(), worked around a File::KeePass bug. - rt.cpan.org tik# 113391; https://goo.gl/v65HKE Applied SF patch #8 from Maciej Grela. Optional better RNG; SF bug #30 from Aaron Toponce. 2017-Dec-22 v3.2 - Added xpx command per the request in SF ticket #32. Added autosave functionality (shadow copies). Fixed a bug in new_edit_multiline_input() that was preventing blank lines between paragraphs. Fixed a typo in the --help info for --pwfile. Fixed a small bug in subroutine destroy_found().
1 parent fc0bf5f commit d671352

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

security/kpcli/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# $NetBSD: Makefile,v 1.17 2018/08/22 09:46:18 wiz Exp $
1+
# $NetBSD: Makefile,v 1.18 2019/05/20 11:41:09 nia Exp $
22

3-
DISTNAME= kpcli-3.0
4-
PKGREVISION= 3
3+
DISTNAME= kpcli-3.2
54
CATEGORIES= security
65
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kpcli/}
76
EXTRACT_SUFX= .pl

security/kpcli/distinfo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.8 2015/12/11 13:17:10 wiz Exp $
1+
$NetBSD: distinfo,v 1.9 2019/05/20 11:41:09 nia Exp $
22

3-
SHA1 (kpcli-3.0.pl) = b2861d243b8d4bbb15005fcf6dc33212f5f821c4
4-
RMD160 (kpcli-3.0.pl) = d12da6eb69a58ed185f962e622225d0f5705414c
5-
SHA512 (kpcli-3.0.pl) = fb1243ed81408507090ce6e7b06e958f923ac9c64e6994b104605bb85deb08e1b63b28fdb2c5a4eb24e128734b65ecb0209000f08ec9a7644f3d6a8fbb781587
6-
Size (kpcli-3.0.pl) = 181841 bytes
3+
SHA1 (kpcli-3.2.pl) = 6d91295f420a64776708710353384b358d3548af
4+
RMD160 (kpcli-3.2.pl) = 1a9e29904d66fdbb670c24eb7a74961d05dd7a5a
5+
SHA512 (kpcli-3.2.pl) = 72374da627075a2a0a18932f0f4d48c77e23a8a3ac13599d7cebb6b3b685c2d1678bf8035651adeb471538b4da3825443a9e2a9a393e85be175637b0bfa611b9
6+
Size (kpcli-3.2.pl) = 197369 bytes

0 commit comments

Comments
 (0)