[Bug 1948957] New: perl-Crypt-CBC-3.02 requires perl-Math-Int128 which does not exist on 32-bit platforms

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=1948957

            Bug ID: 1948957
           Summary: perl-Crypt-CBC-3.02 requires perl-Math-Int128 which
                    does not exist on 32-bit platforms
           Product: Fedora
           Version: rawhide
          Hardware: i686
            Status: NEW
         Component: perl-Crypt-CBC
          Keywords: Regression
          Assignee: andreas@xxxxxxxxx
          Reporter: ppisar@xxxxxxxxxx
        QA Contact: extras-qa@xxxxxxxxxxxxxxxxx
                CC: andreas@xxxxxxxxx, perl-devel@xxxxxxxxxxxxxxxxxxxxxxx
  Target Milestone: ---
    Classification: Fedora



This commit added a hard-dependency on perl(Math::Int128):

commit 83ca22c6b56fadcbf8914ec52cdb381dc2efb88d (HEAD -> rawhide,
origin/rawhide, origin/main, origin/HEAD)
Author: Paul Howarth <paul@xxxxxxxxxxxx>
Date:   Mon Apr 12 09:39:41 2021 +0100

    Update to 3.02

    - New upstream release 3.02
      - CTR mode now requires the Math::Int128 module, which gives a ~5x
        performance boost over Math::BigInt

diff --git a/perl-Crypt-CBC.spec b/perl-Crypt-CBC.spec
index 436c3cf..caffc3c 100644
--- a/perl-Crypt-CBC.spec
+++ b/perl-Crypt-CBC.spec
@@ -1,6 +1,6 @@
 Summary:        Encrypt Data with Cipher Block Chaining Mode
 Name:           perl-Crypt-CBC
-Version:        3.01
+Version:        3.02
 Release:        1%{?dist}
 # Upstream confirms that they're under the same license as perl.
 # Wording in CBC.pm is less than clear, but still.
@@ -24,7 +24,7 @@ BuildRequires:  perl(Crypt::PBKDF2)
 BuildRequires:  perl(Digest::MD5) >= 2.00
 BuildRequires:  perl(Digest::SHA)
 BuildRequires:  perl(File::Basename)
-BuildRequires:  perl(Math::BigInt)
+BuildRequires:  perl(Math::Int128)

But perl(Math::Int128) is not available on 32-bit platforms
<https://koji.fedoraproject.org/koji/buildinfo?buildID=1686388>. You should
relax the dependency.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure




[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Legacy Announce]     [Fedora PHP Devel]     [Kernel Devel]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Big List of Linux Books]     [Gimp]     [Yosemite Information]

  Powered by Linux