public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/sendmail] f44: Enable support for SMTPUTF8 (RFC 6531)
@ 2026-06-09 15:51 Xavier Bachelot
  0 siblings, 0 replies; only message in thread
From: Xavier Bachelot @ 2026-06-09 15:51 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/sendmail
Branch : f44
Commit : db90437886922a70ac7b1564641b0f7880e98d9f
Author : Xavier Bachelot <xavier@bachelot.org>
Date   : 2026-02-25T21:17:52+01:00
Stats  : +15/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/sendmail/c/db90437886922a70ac7b1564641b0f7880e98d9f?branch=f44

Log:
Enable support for SMTPUTF8 (RFC 6531)

---
diff --git a/sendmail.spec b/sendmail.spec
index 9af6491..05d5fc5 100644
--- a/sendmail.spec
+++ b/sendmail.spec
@@ -15,6 +15,7 @@
 %global with_sasl2	yes
 %global with_milter	yes
 %global with_ldap	yes
+%global with_smtputf8	yes
 %if 0%{?rhel} < 9
 %global with_nis	yes
 %else
@@ -41,7 +42,7 @@
 Summary: A widely used Mail Transport Agent (MTA)
 Name: sendmail
 Version: 8.18.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: sendmail-8.23 AND MIT AND MIT-CMU AND BSD-3-Clause AND CDDL-1.0 AND BSD-4-Clause AND BSD-4-Clause-UC AND PostgreSQL AND ISC AND HPND-sell-variant AND mailprio
 URL: http://www.sendmail.org/
 
@@ -141,6 +142,9 @@ Requires: /usr/sbin/saslauthd
 BuildRequires: openldap-devel
 BuildRequires: openssl-devel
 %endif
+%if "%{with_smtputf8}" == "yes"
+BuildRequires: libicu-devel
+%endif
 # Old NetworkManager expects the dispatcher scripts in a different place
 Conflicts: NetworkManager < 1.20
 
@@ -313,6 +317,13 @@ APPENDDEF(\`confLIBS', \`-lldap -llber -lssl -lcrypto')dnl
 EOF
 %endif
 
+%if "%{with_smtputf8}" == "yes"
+cat >> redhat.config.m4 << EOF
+APPENDDEF(\`confENVDEF',\`-DUSE_EAI')dnl
+APPENDDEF(\`confLIBS', \`-licuuc')dnl
+EOF
+%endif
+
 DIRS="libsmutil sendmail mailstats rmail praliases smrsh makemap editmap"
 
 %if "%{with_milter}" == "yes"
@@ -754,6 +765,9 @@ exit 0
 
 
 %changelog
+* Wed Feb 25 2026 Xavier Bachelot <xavier@bachelot.org> - 8.18.2-3
+- Enable support for SMTPUTF8 (RFC 6531)
+
 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 8.18.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

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

only message in thread, other threads:[~2026-06-09 15:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 15:51 [rpms/sendmail] f44: Enable support for SMTPUTF8 (RFC 6531) Xavier Bachelot

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