public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mail-notification] rawhide: fix patch
@ 2026-07-22 16:58 Dmitry Butskoy
0 siblings, 0 replies; only message in thread
From: Dmitry Butskoy @ 2026-07-22 16:58 UTC (permalink / raw)
To: git-commits
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));
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-22 16:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22 16:58 [rpms/mail-notification] rawhide: fix patch Dmitry Butskoy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox