public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/sendmail] f44: Used self signed certificate instead of the CA bundle
@ 2026-06-09 15:51
0 siblings, 0 replies; only message in thread
From: @ 2026-06-09 15:51 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/sendmail
Branch : f44
Commit : 8cd50bef42f4d22ae69961f93f562d620dd617b2
Author : Jaroslav Škarvada <jskarvad@redhat.com>
Date : 2026-06-09T17:38:37+02:00
Stats : +6/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/sendmail/c/8cd50bef42f4d22ae69961f93f562d620dd617b2?branch=f44
Log:
Used self signed certificate instead of the CA bundle
Resolves: rhbz#2476449
---
diff --git a/sendmail-redhat.mc b/sendmail-redhat.mc
index 6426204..3a0d49b 100644
--- a/sendmail-redhat.mc
+++ b/sendmail-redhat.mc
@@ -60,7 +60,7 @@ dnl # Basic sendmail TLS configuration with self-signed certificate for
dnl # inbound SMTP (and also opportunistic TLS for outbound SMTP).
dnl #
define(`confCACERT_PATH', `/etc/pki/tls/certs')dnl
-define(`confCACERT', `/etc/pki/tls/certs/ca-bundle.crt')dnl
+define(`confCACERT', `/etc/pki/tls/certs/sendmail.pem')dnl
define(`confSERVER_CERT', `/etc/pki/tls/certs/sendmail.pem')dnl
define(`confSERVER_KEY', `/etc/pki/tls/private/sendmail.key')dnl
define(`confTLS_SRV_OPTIONS', `V')dnl
diff --git a/sendmail.spec b/sendmail.spec
index 05d5fc5..5e4c17c 100644
--- a/sendmail.spec
+++ b/sendmail.spec
@@ -42,7 +42,7 @@
Summary: A widely used Mail Transport Agent (MTA)
Name: sendmail
Version: 8.18.2
-Release: 3%{?dist}
+Release: 4%{?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/
@@ -765,6 +765,10 @@ exit 0
%changelog
+* Tue Jun 09 2026 Jaroslav Škarvada <jskarvad@redhat.com> - 8.18.2-4
+- Used self signed certificate instead of the CA bundle
+ Resolves: rhbz#2476449
+
* Wed Feb 25 2026 Xavier Bachelot <xavier@bachelot.org> - 8.18.2-3
- Enable support for SMTPUTF8 (RFC 6531)
^ 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: Used self signed certificate instead of the CA bundle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox