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: Initial import (#1098097).
Date: Wed, 24 Jun 2026 13:39:34 GMT	[thread overview]
Message-ID: <178230837452.1.7056192461227645336.rpms-perl-Crypt-PBKDF2-30f312af7fbb@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-Crypt-PBKDF2
Branch : epel8
Commit : 30f312af7fbb5188cd5f9d69b326740687fb7116
Author : David Dick <ddick@cpan.org>
Date   : 2014-05-28T19:21:06+10:00
Stats  : +66/-0 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Crypt-PBKDF2/c/30f312af7fbb5188cd5f9d69b326740687fb7116?branch=epel8

Log:
Initial import (#1098097).

---
diff --git a/.gitignore b/.gitignore
index e69de29..48c1c47 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Crypt-PBKDF2-0.140890.tar.gz

diff --git a/perl-Crypt-PBKDF2.spec b/perl-Crypt-PBKDF2.spec
new file mode 100644
index 0000000..34be032
--- /dev/null
+++ b/perl-Crypt-PBKDF2.spec
@@ -0,0 +1,64 @@
+Name:           perl-Crypt-PBKDF2
+Version:        0.140890
+Release:        1%{?dist}
+Summary:        PBKDF2 password hashing algorithm
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Crypt-PBKDF2/
+Source0:        http://www.cpan.org/modules/by-module/Crypt/Crypt-PBKDF2-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Digest) >= 1.16
+BuildRequires:  perl(Digest::HMAC) >= 1.01
+BuildRequires:  perl(Digest::SHA)
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(MIME::Base64)
+BuildRequires:  perl(Module::Runtime)
+BuildRequires:  perl(Moose) >= 1
+BuildRequires:  perl(Moose::Role)
+BuildRequires:  perl(Moose::Util::TypeConstraints)
+BuildRequires:  perl(namespace::autoclean)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Try::Tiny) >= 0.04
+BuildRequires:  perl(warnings)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+PBKDF2 is a secure password hashing algorithm that uses the techniques of
+"key strengthening" to make the complexity of a brute-force attack
+arbitrarily high. PBKDF2 uses any other cryptographic hash or cipher (by
+convention, usually HMAC-SHA1, but Crypt::PBKDF2 is fully pluggable), and
+allows for an arbitrary number of iterations of the hashing function, and a
+nearly unlimited output hash size (up to 2**32 - 1 times the size of the
+output of the back-end hash). The hash is salted, as any password hash
+should be, and the salt may also be of arbitrary size.
+
+%prep
+%setup -q -n Crypt-PBKDF2-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc Changes LICENSE README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Sun Apr 27 2014 David Dick <ddick@cpan.org> - 0.140890-1
+- Initial release

diff --git a/sources b/sources
index e69de29..9694909 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+8dc130a2641bfc4978a3596d41ac4d2b  Crypt-PBKDF2-0.140890.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=178230837452.1.7056192461227645336.rpms-perl-Crypt-PBKDF2-30f312af7fbb@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