public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dmitry Butskoy <dmitry@butskoy.name>
To: git-commits@fedoraproject.org
Subject: [rpms/mail-notification] rawhide: fix patch
Date: Wed, 22 Jul 2026 16:58:14 GMT	[thread overview]
Message-ID: <178473949487.1.3872532263881782830.rpms-mail-notification-a8fd3bd1eb73@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/mail-notification
Branch : rawhide
Commit : a8fd3bd1eb73597f232633eb5720522a42149a91
Author : Dmitry Butskoy <dmitry@butskoy.name>
Date   : 2026-07-22T19:57:57+03:00
Stats  : +1/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/mail-notification/c/a8fd3bd1eb73597f232633eb5720522a42149a91?branch=rawhide

Log:
fix patch

---
diff --git a/mail-notification-openssl4.patch b/mail-notification-openssl4.patch
index 7c222f1..271636b 100644
--- a/mail-notification-openssl4.patch
+++ b/mail-notification-openssl4.patch
@@ -12,7 +12,7 @@
 -	      && name->d.ia5->data
 -	      && g_utf8_validate(name->d.ia5->data, -1, NULL))
 -	    servers = g_slist_append(servers, g_strdup(name->d.ia5->data));
-+	      && (data = ASN1_STRINGS_get0_data(name->d.ia5))
++	      && (data = ASN1_STRING_get0_data(name->d.ia5))
 +	      && g_utf8_validate(data, -1, NULL))
 +	    servers = g_slist_append(servers, g_strdup(data));
  	}

                 reply	other threads:[~2026-07-22 16:58 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=178473949487.1.3872532263881782830.rpms-mail-notification-a8fd3bd1eb73@fedoraproject.org \
    --to=dmitry@butskoy.name \
    --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