public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Xavier Bachelot <xavier@bachelot.org>
To: git-commits@fedoraproject.org
Subject: [rpms/sendmail] f44: Enable support for SMTPUTF8 (RFC 6531)
Date: Tue, 09 Jun 2026 15:51:58 GMT	[thread overview]
Message-ID: <178102031828.1.6192875277227186074.rpms-sendmail-db9043788692@fedoraproject.org> (raw)

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
 

                 reply	other threads:[~2026-06-09 15:51 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=178102031828.1.6192875277227186074.rpms-sendmail-db9043788692@fedoraproject.org \
    --to=xavier@bachelot.org \
    --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