public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tomas Hrcka <thrcka@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Crypt-PBKDF2] epel8: Revert "Orphaned for 6+ weeks"
Date: Wed, 24 Jun 2026 13:39:46 GMT	[thread overview]
Message-ID: <178230838649.1.9805245052673969805.rpms-perl-Crypt-PBKDF2-039fbe82a6f3@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/perl-Crypt-PBKDF2
            Branch : epel8
            Commit : 039fbe82a6f348c1c76e48d9491de1bee3adf385
            Author : Tomas Hrcka <thrcka@redhat.com>
            Date   : 2021-02-16T14:52:37+01:00
            Stats  : +138/-1 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/perl-Crypt-PBKDF2/c/039fbe82a6f348c1c76e48d9491de1bee3adf385?branch=epel8

            Log:
            Revert "Orphaned for 6+ weeks"

This reverts commit 51008d2ee78c197f067e613da0922de5b32a5824.

Unretirement request: https://pagure.io/releng/issue/10016

Signed-off-by: Tomas Hrcka <thrcka@redhat.com>

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5553214
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+/Crypt-PBKDF2-0.140890.tar.gz
+/Crypt-PBKDF2-0.142390.tar.gz
+/Crypt-PBKDF2-0.150900.tar.gz
+/Crypt-PBKDF2-0.160410.tar.gz
+/Crypt-PBKDF2-0.161520.tar.gz

diff --git a/dead.package b/dead.package
deleted file mode 100644
index 5204a84..0000000
--- a/dead.package
+++ /dev/null
@@ -1 +0,0 @@
-Orphaned for 6+ weeks

diff --git a/perl-Crypt-PBKDF2.spec b/perl-Crypt-PBKDF2.spec
new file mode 100644
index 0000000..abdc086
--- /dev/null
+++ b/perl-Crypt-PBKDF2.spec
@@ -0,0 +1,132 @@
+Name:           perl-Crypt-PBKDF2
+Version:        0.161520
+Release:        11%{?dist}
+Summary:        PBKDF2 password hashing algorithm
+License:        GPL+ or Artistic
+URL:            https://metacpan.org/release/Crypt-PBKDF2
+Source0:        https://cpan.metacpan.org/modules/by-module/Crypt/Crypt-PBKDF2-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl-interpreter
+BuildRequires:  perl-generators
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(Digest) >= 1.16
+BuildRequires:  perl(Digest::HMAC) >= 1.01
+BuildRequires:  perl(Digest::SHA)
+BuildRequires:  perl(Digest::SHA3) >= 0.22
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(MIME::Base64)
+BuildRequires:  perl(Module::Runtime)
+BuildRequires:  perl(Moo) >= 2
+BuildRequires:  perl(Moo::Role) >= 2
+BuildRequires:  perl(namespace::autoclean)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(strictures) >= 2
+BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Try::Tiny) >= 0.04
+BuildRequires:  perl(Type::Tiny) >= 1.000005
+BuildRequires:  perl(Types::Standard)
+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 -delete
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%license LICENSE
+%doc Changes
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.161520-11
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.161520-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.161520-9
+- Perl 5.30 rebuild
+
+* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.161520-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.161520-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.161520-6
+- Perl 5.28 rebuild
+
+* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.161520-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.161520-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.161520-3
+- Perl 5.26 rebuild
+
+* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.161520-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Mon Aug 01 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.161520-1
+- 0.161520 bump
+
+* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.160410-2
+- Perl 5.24 rebuild
+
+* Wed Mar 23 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.160410
+- 0.160410 bump; Moose was replaced by Moo
+
+* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.150900-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
+* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.150900-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
+* Mon Jun 08 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.150900-2
+- Perl 5.22 rebuild
+
+* Thu Apr 30 2015 David Dick <ddick@cpan.org> - 0.150900-1
+- Upgrade to 0.150900.  Bugfix
+
+* 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
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.140890-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Sun Apr 27 2014 David Dick <ddick@cpan.org> - 0.140890-1
+- Initial release

diff --git a/sources b/sources
new file mode 100644
index 0000000..5f28efa
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+7a0c8f86ea606125971c36e1b9e21a74  Crypt-PBKDF2-0.161520.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=178230838649.1.9805245052673969805.rpms-perl-Crypt-PBKDF2-039fbe82a6f3@fedoraproject.org \
    --to=thrcka@redhat.com \
    --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