aboutsummaryrefslogtreecommitdiffstats
path: root/mail/sendmail-devel/files/patch-usersmtp.c
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
committerLexi Winter <ivy@FreeBSD.org>2025-12-01 03:19:41 +0000
commit2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch)
tree25f0138e1af8902b92dacc8cce09b267447c17db /mail/sendmail-devel/files/patch-usersmtp.c
parentf85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff)
parent1a30da80670973368b399f2b01fe9c04b91a1273 (diff)
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'mail/sendmail-devel/files/patch-usersmtp.c')
-rw-r--r--mail/sendmail-devel/files/patch-usersmtp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/sendmail-devel/files/patch-usersmtp.c b/mail/sendmail-devel/files/patch-usersmtp.c
index c4d44cd62aed..f875ed25b342 100644
--- a/mail/sendmail-devel/files/patch-usersmtp.c
+++ b/mail/sendmail-devel/files/patch-usersmtp.c
@@ -1,6 +1,6 @@
---- sendmail/usersmtp.c.orig 2025-02-05 06:35:18 UTC
+--- sendmail/usersmtp.c.orig 2025-10-27 17:06:50 UTC
+++ sendmail/usersmtp.c
-@@ -1896,6 +1896,9 @@ attemptauth(m, mci, e, sai)
+@@ -1946,6 +1946,9 @@ attemptauth(m, mci, e, sai)
if (saslresult != SASL_OK && saslresult != SASL_CONTINUE)
{
@@ -10,7 +10,7 @@
if (tTd(95, 5))
sm_dprintf("AUTH FAIL=%s (%d)\n",
sasl_errstring(saslresult, NULL, NULL),
-@@ -2041,9 +2044,11 @@ smtpauth(m, mci, e)
+@@ -2091,9 +2094,11 @@ smtpauth(m, mci, e)
do
{
result = attemptauth(m, mci, e, &(mci->mci_sai));