public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Crypt-PBKDF2] epel8: Added option for password length limit, add HMACSHA3 hasher
@ 2026-06-24 13:39 David Dick
  0 siblings, 0 replies; only message in thread
From: David Dick @ 2026-06-24 13:39 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-Crypt-PBKDF2
Branch : epel8
Commit : 1bec531dba1f5cd6287d9d992dbd7e73f2d14d30
Author : David Dick <ddick@cpan.org>
Date   : 2014-10-18T16:30:23+11:00
Stats  : +10/-4 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Crypt-PBKDF2/c/1bec531dba1f5cd6287d9d992dbd7e73f2d14d30?branch=epel8

Log:
Added option for password length limit, add HMACSHA3 hasher

---
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@cpan.org> - 0.142390-1
+- Added option for password length limit, add HMACSHA3 hasher
+
 * Mon Sep 01 2014 Jitka Plesnikova <jplesnik@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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-24 13:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 13:39 [rpms/perl-Crypt-PBKDF2] epel8: Added option for password length limit, add HMACSHA3 hasher David Dick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox