aboutsummaryrefslogtreecommitdiff
path: root/mail/sendmail-devel/files/patch-readcf.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/sendmail-devel/files/patch-readcf.c')
-rw-r--r--mail/sendmail-devel/files/patch-readcf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/sendmail-devel/files/patch-readcf.c b/mail/sendmail-devel/files/patch-readcf.c
index 8fb1dbefc2c8..f388cec6b827 100644
--- a/mail/sendmail-devel/files/patch-readcf.c
+++ b/mail/sendmail-devel/files/patch-readcf.c
@@ -1,7 +1,7 @@
---- sendmail/readcf.c.orig 2025-04-09 08:39:43 UTC
+--- sendmail/readcf.c.orig 2025-10-23 19:33:31 UTC
+++ sendmail/readcf.c
-@@ -3206,6 +3206,10 @@ static struct optioninfo
- { "CipherSuites", O_CIPHERSUITES, OI_NONE },
+@@ -3213,6 +3213,10 @@ static struct optioninfo
+ { "SameDomainOnly", O_SAMEDOMAINONLY, OI_NONE },
#endif
+#if USE_BLACKLIST
@@ -11,7 +11,7 @@
{ NULL, '\0', OI_NONE }
};
-@@ -4941,6 +4945,12 @@ setoption(opt, val, safe, sticky, e)
+@@ -4944,6 +4948,12 @@ setoption(opt, val, safe, sticky, e)
#if _FFR_MTA_STS
case O_MTASTS:
StrictTransportSecurity = atobool(val);