[perl-Crypt-PBKDF2] Added option for password length limit, add HMACSHA3 hasher

David Dick ddick at fedoraproject.org
Sat Oct 18 05:30:32 UTC 2014


commit 1bec531dba1f5cd6287d9d992dbd7e73f2d14d30
Author: David Dick <ddick at cpan.org>
Date:   Sat Oct 18 16:30:23 2014 +1100

    Added option for password length limit, add HMACSHA3 hasher

 .gitignore             |    1 +
 perl-Crypt-PBKDF2.spec |   11 ++++++++---
 sources                |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 48c1c47..7f45762 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Crypt-PBKDF2-0.140890.tar.gz
+/Crypt-PBKDF2-0.142390.tar.gz
diff --git a/perl-Crypt-PBKDF2.spec b/perl-Crypt-PBKDF2.spec
index bcf8dd4..f5edfab 100644
--- a/perl-Crypt-PBKDF2.spec
+++ b/perl-Crypt-PBKDF2.spec
@@ -1,6 +1,6 @@
 Name:           perl-Crypt-PBKDF2
-Version:        0.140890
-Release:        3%{?dist}
+Version:        0.142390
+Release:        1%{?dist}
 Summary:        PBKDF2 password hashing algorithm
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -13,8 +13,9 @@ BuildRequires:  perl(constant)
 BuildRequires:  perl(Digest) >= 1.16
 BuildRequires:  perl(Digest::HMAC) >= 1.01
 BuildRequires:  perl(Digest::SHA)
+BuildRequires:  perl(Digest::SHA3)
 BuildRequires:  perl(Encode)
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(MIME::Base64)
 BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Moose) >= 1
@@ -22,6 +23,7 @@ BuildRequires:  perl(Moose::Role)
 BuildRequires:  perl(Moose::Util::TypeConstraints)
 BuildRequires:  perl(namespace::autoclean)
 BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Try::Tiny) >= 0.04
 BuildRequires:  perl(warnings)
@@ -60,6 +62,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Oct 18 2014 David Dick <ddick at cpan.org> - 0.142390-1
+- Added option for password length limit, add HMACSHA3 hasher
+
 * Mon Sep 01 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.140890-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 9694909..64d828e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8dc130a2641bfc4978a3596d41ac4d2b  Crypt-PBKDF2-0.140890.tar.gz
+be0fd773f56ebea461b9b199d83aa754  Crypt-PBKDF2-0.142390.tar.gz



More information about the perl-devel mailing list