public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Crypt-SMIME] openssl4: Update to version 0.33
@ 2026-07-30 12:22 Steve Traylen
  0 siblings, 0 replies; only message in thread
From: Steve Traylen @ 2026-07-30 12:22 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/perl-Crypt-SMIME
            Branch : openssl4
            Commit : c4b58c1d3dd22a5f2e8477f2ab8181e1df6276e7
            Author : Steve Traylen <steve.traylen@cern.ch>
            Date   : 2026-04-16T12:52:28+02:00
            Stats  : +7/-4 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/perl-Crypt-SMIME/c/c4b58c1d3dd22a5f2e8477f2ab8181e1df6276e7?branch=openssl4

            Log:
            Update to version 0.33

- Resolves: rhbz#2458910
- Add require openssl > 3

---
diff --git a/.gitignore b/.gitignore
index 3f0603d..d206b44 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ Crypt-SMIME-0.09.tar.gz
 /Crypt-SMIME-0.30.tar.gz
 /Crypt-SMIME-0.31.tar.gz
 /Crypt-SMIME-0.32.tar.gz
+/Crypt-SMIME-0.33.tar.gz

diff --git a/perl-Crypt-SMIME.spec b/perl-Crypt-SMIME.spec
index ed3bcde..222a4e8 100644
--- a/perl-Crypt-SMIME.spec
+++ b/perl-Crypt-SMIME.spec
@@ -1,5 +1,5 @@
 Name:           perl-Crypt-SMIME
-Version:        0.32
+Version:        0.33
 Release:        %autorelease
 Summary:        S/MIME message signing, verification, encryption and decryption
 License:        GPL-1.0-or-later OR Artistic-1.0-Perl
@@ -9,7 +9,7 @@ Source0:        https://cpan.metacpan.org/authors/id/M/MI/MIKAGE/Crypt-SMIME-%{v
 BuildRequires:  coreutils
 BuildRequires:  gcc
 BuildRequires:  make
-BuildRequires:  openssl-devel
+BuildRequires:  openssl-devel >= 3
 BuildRequires:  perl-devel
 BuildRequires:  perl-generators
 BuildRequires:  perl-interpreter
@@ -20,7 +20,7 @@ BuildRequires:  perl(warnings)
 # Run-time
 BuildRequires:  perl(XSLoader)
 # Tests
-BuildRequires:  openssl
+BuildRequires:  openssl >= 3
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::PkgConfig)
 BuildRequires:  perl(File::Spec)
@@ -32,6 +32,8 @@ BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Taint)
 BuildRequires:  perl(Test::More)
 
+Requires:       openssl >= 3
+
 #Add a test sub package.
 %{?perl_default_subpackage_tests}
 

diff --git a/sources b/sources
index f570f03..91c2a04 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Crypt-SMIME-0.32.tar.gz) = 328adf1da7dfcf240f8fdabce59676bb7dcfee725e683bcb98d0ea77f09e2fce3e6cfe6d585d04d98597f5f13d78e5b1198c43f28e97f612f5ba33d3669b2e1c
+SHA512 (Crypt-SMIME-0.33.tar.gz) = 66995e4e729e809146e7ff36e969be4591786779b980af6f591dc53c6b250abd9c63c7b99d3fb3fc7cc2f1e4254fa1ad39f66f090d21f41419ddd971da7b1608

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-30 12:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-30 12:22 [rpms/perl-Crypt-SMIME] openssl4: Update to version 0.33 Steve Traylen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox