public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/dovecot] f43: Enable --enable-experimental-mail-utf8
@ 2026-09-10 4:42 Brad Kollmyer
0 siblings, 0 replies; only message in thread
From: Brad Kollmyer @ 2026-09-10 4:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/dovecot
Branch : f43
Commit : 424d47f4707d3abb592bd23854c0ac4f608d447d
Author : Brad Kollmyer <bradkollmyer@fedoraproject.org>
Date : 2026-08-18T15:29:05-07:00
Stats : +5/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/dovecot/c/424d47f4707d3abb592bd23854c0ac4f608d447d?branch=f43
Log:
Enable --enable-experimental-mail-utf8
Compile-time only: mail_utf8_extensions stays off unless an admin
sets it. Without the flag the setting is rejected at config parse
time, so LMTP never advertises SMTPUTF8 and Postfix bounces UTF-8
addresses with dsn 5.6.7. Debian already passes this flag.
---
diff --git a/dovecot.spec b/dovecot.spec
index a36f2b4..781f4af 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -6,7 +6,7 @@ Name: dovecot
Epoch: 1
Version: 2.4.4
%global prever %{nil}
-Release: 6%{?dist}
+Release: 7%{?dist}
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
License: MIT AND LGPL-2.1-only
@@ -202,6 +202,7 @@ else
fi
%configure \
+ --enable-experimental-mail-utf8 \
INSTALL_DATA="install -c -p -m644" \
--with-rundir=%{_rundir}/%{name} \
--with-systemd \
@@ -493,6 +494,9 @@ make check ||:
%{_libdir}/%{name}/dict/libdriver_pgsql.so
%changelog
+* Tue Aug 18 2026 Brad Kollmyer <bradkollmyer@fedoraproject.org> - 1:2.4.4-7
+- Enable --enable-experimental-mail-utf8 so mail_utf8_extensions can be set
+
* Thu Jul 23 2026 Michal Hlavinka <mhlavink@redhat.com> - 1:2.4.4-6
- fix FTBFS caused by openssl 4.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-10 4:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-10 4:42 [rpms/dovecot] f43: Enable --enable-experimental-mail-utf8 Brad Kollmyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox