public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: David Dick <ddick@cpan.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Crypt-PBKDF2] epel8: Added option for password length limit, add HMACSHA3 hasher
Date: Wed, 24 Jun 2026 13:39:35 GMT	[thread overview]
Message-ID: <178230837590.1.2008986679595316848.rpms-perl-Crypt-PBKDF2-1bec531dba1f@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-06-24 13:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178230837590.1.2008986679595316848.rpms-perl-Crypt-PBKDF2-1bec531dba1f@fedoraproject.org \
    --to=ddick@cpan.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox