public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Crypt-PBKDF2] epel8: Initial import (#1098097).
@ 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 : 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
^ 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: Initial import (#1098097) David Dick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox