summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-PWSafe3
AgeCommit message (Collapse)AuthorFilesLines
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-2/+2
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2016-04-08Update p5-Crypt-PWSafe3 to 1.22.wiz2-7/+7
1.22: Records created by Crypt::PWSafe3 (eg. the ones fetched with getrecords) are now associated with the parent object, so that you can modify them directly and call $vault->save afterwards without using $vault->modifyrecord. Erase passwd from memory using zeros instead of random bytes. fixes github#9. Fixed rt.cpan.org#112975: Crypt::ECB (which we use) have been reworked and among other issues it fixed handline of padding. PWSafe3.pm did not specify a padding scheme (because it doesn't use it) and therefore Crypt::ECB enforced a default scheme which lead to an invalid key size. Now we specify explicitly padding:none, as suggested by Christoph Appel.
2015-12-11Import p5-Crypt-PWSafe3-1.21 as security/p5-Crypt-PWSafe3.wiz3-0/+32
All tests pass. Crypt::PWSafe3 provides read and write access to password database files created by Password Safe V3 (and up).