public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Steve Traylen <steve.traylen@cern.ch>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Crypt-SMIME] rawhide: Update to v0.34
Date: Wed, 05 Aug 2026 11:59:36 GMT [thread overview]
Message-ID: <178593117642.1.16147255184278979109.rpms-perl-Crypt-SMIME-0dd64093c8c5@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Crypt-SMIME
Branch : rawhide
Commit : 0dd64093c8c539433a2bc856cc0a81577d8789e1
Author : Steve Traylen <steve.traylen@cern.ch>
Date : 2026-08-05T11:54:48+02:00
Stats : +2/-20 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Crypt-SMIME/c/0dd64093c8c539433a2bc856cc0a81577d8789e1?branch=rawhide
Log:
Update to v0.34
- Resolves: rhbz#2511310
- Drop openssl4 compat patch
---
diff --git a/perl-Crypt-SMIME-openssl4-asn1-string.patch b/perl-Crypt-SMIME-openssl4-asn1-string.patch
deleted file mode 100644
index 91db71d..0000000
--- a/perl-Crypt-SMIME-openssl4-asn1-string.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff '--color=auto' -uNr Crypt-SMIME-0.33.ORIG/SMIME.xs Crypt-SMIME-0.33/SMIME.xs
---- Crypt-SMIME-0.33.ORIG/SMIME.xs 2026-07-30 14:09:16.443914887 +0200
-+++ Crypt-SMIME-0.33/SMIME.xs 2026-07-30 14:09:31.091557942 +0200
-@@ -439,9 +439,9 @@
- cap = X509_ATTRIBUTE_get0_type(attr, 0);
- if (!cap || (cap->type != V_ASN1_SEQUENCE))
- return NULL;
-- p = cap->value.sequence->data;
-+ p = ASN1_STRING_get0_data(cap->value.sequence);
- return (STACK_OF(X509_ALGOR) *)
-- ASN1_item_d2i(NULL, &p, cap->value.sequence->length, ASN1_ITEM_rptr(X509_ALGORS));
-+ ASN1_item_d2i(NULL, &p, ASN1_STRING_length(cap->value.sequence), ASN1_ITEM_rptr(X509_ALGORS));
- }
-
- static void seed_rng() {
diff --git a/perl-Crypt-SMIME.spec b/perl-Crypt-SMIME.spec
index f247144..79757ff 100644
--- a/perl-Crypt-SMIME.spec
+++ b/perl-Crypt-SMIME.spec
@@ -1,12 +1,10 @@
Name: perl-Crypt-SMIME
-Version: 0.33
+Version: 0.34
Release: %autorelease
Summary: S/MIME message signing, verification, encryption and decryption
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Crypt-SMIME
Source0: https://cpan.metacpan.org/authors/id/M/MI/MIKAGE/Crypt-SMIME-%{version}.tar.gz
-# https://rt.cpan.org/Ticket/Display.html?id=180472
-Patch0: perl-Crypt-SMIME-openssl4-asn1-string.patch
BuildRequires: coreutils
BuildRequires: gcc
@@ -51,7 +49,6 @@ verify, encrypt and decrypt messages. It requires libcrypto
# As part of the rpm process we generate some files which
# then cause t/manifest.t to fail.
printf '\\.list$\n^\\.package_note\n' >> MANIFEST.SKIP
-%patch 0 -p1
%build
diff --git a/sources b/sources
index 91c2a04..b3f1203 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Crypt-SMIME-0.33.tar.gz) = 66995e4e729e809146e7ff36e969be4591786779b980af6f591dc53c6b250abd9c63c7b99d3fb3fc7cc2f1e4254fa1ad39f66f090d21f41419ddd971da7b1608
+SHA512 (Crypt-SMIME-0.34.tar.gz) = 9c7da0a55c288bfd958bdb75cc57f9eda99a9642d1fe760dd7c3f30eb25d3d74aea66488f53d67952a70743cf5e83ce52b14be7f915d0d02482c0a2fd7629b0f
reply other threads:[~2026-08-05 11:59 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=178593117642.1.16147255184278979109.rpms-perl-Crypt-SMIME-0dd64093c8c5@fedoraproject.org \
--to=steve.traylen@cern.ch \
--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