Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4D559A5C6A for ; Sat, 7 Jun 2014 09:37:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9B11D14A3CD; Sat, 7 Jun 2014 09:37:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CCEC214A3BD for ; Sat, 7 Jun 2014 09:37:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id tHyA6A6UKDkR for ; Sat, 7 Jun 2014 09:37:21 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 11E1B14A379 for ; Sat, 7 Jun 2014 09:37:21 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0C38096; Sat, 7 Jun 2014 09:37:21 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 7 Jun 2014 09:37:21 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/kpcli To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20140607093721.0C38096@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sat Jun 7 09:37:21 UTC 2014 Modified Files: pkgsrc/security/kpcli: Makefile distinfo Log Message: Update to 2.6: 2013-Jun-16 v2.2 - Trap and handle SIGINT (^C presses). Trap and handle SIGTSTP (^Z presses). Trap and handle SIGCONT (continues after ^Z). Stopped printing found dictionary words in pwck. 2013-Jul-01 v2.3 - More readline() and signal handling improvements. Title conflict checks in cli_new()/edit()/mv(). Group title conflict checks in rename(). cli_new() now accepts optional path&|title param. cli_ls() can now list multiple paths. cli_edit() now shows the "old" values for users to edit, if Term::ReadLine::Gnu is available. cli_edit() now aborts all changes on ^C. cli_saveas() now asks before overwriting a file. 2013-Nov-26 v2.4 - Fixed several "perl -cw" warnings reported on 2013-07-09 as SourceForge bug #9. Bug fix for the cl command, but in sub cli_ls(). First pass at Strawberry perl/MS Windows support. - Enhanced support for Term::ReadLine::Perl - Added support for Term::ReadLine::Perl5 Added display of expire time for show -a. Added -a option to the find command. Used the new magic_file_type() in a few places. Added generatePasswordFromDict() and "w" generation. Added the -v option to the version command. - Added the versions command. 2014-Mar-15 v2.5 - Added length control (gNN) to password generation. Added the copy command (and cp alias). Added the clone command. Added optional modules not installed to version -v. Groups can now also be moved with the mv command. Modified cli_cls() to also work on MS Windows. Suppressed Term::ReadLine::Gnu hint on MS Windows. Suppressed missing termcap warning on MS Windows. Print a min number of *s to not leak passwd length. Removed unneeded use of Term::ReadLine. Quieted "inherited AUTOLOAD for non-method" warns caused by Term::Readline::Gnu on perl 5.14.x. 2014-Jun-06 v2.6 - Added interactive password generation ("i" method). - Thanks to Florian Tham for the idea and patch. Show entry's tags if present (KeePass >= v2.11). - Thanks to Florian Tham for the patch. Add/edit support for tags if a v2 file is opened. Added tags to the searched fields for "find -a". Show string fields (key/val pairs) in v2 files. Add/edit for string fields if a v2 file is opened. Show information about entries' file attachments. 2014-03-20 SourceForge feature request #6. New "attach" command to manage file attachments. Added "Recycle Bin" functionality and --no-recycle. For --readonly, don't create a lock file and don't warn if one exists. 2014-03-27 SourceForge bug #11. Added key file generation to saveas and export. 2014-04-19 SourceForge bug #13. Added -expired option to the find command. Added "dir" as an alias for "ls" Added some additional info to the stats command. Added more detailed OS info for Linux/Win in vers. Now hides Meta-Info/SYSTEM entries. Fixed bug with SIGTSTP handling (^Z presses). Fixed missing refresh_state_all_paths() in cli_rm. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/kpcli/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/kpcli/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.