public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Crypt-SMIME] rawhide: Update to v0.34
@ 2026-08-05 11:59 Steve Traylen
  0 siblings, 0 replies; only message in thread
From: Steve Traylen @ 2026-08-05 11:59 UTC (permalink / raw)
  To: git-commits

            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

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

only message in thread, other threads:[~2026-08-05 11:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05 11:59 [rpms/perl-Crypt-SMIME] rawhide: Update to v0.34 Steve Traylen

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