diff options
Diffstat (limited to 'mail/postfix-current/files/extra-patch-blacklistd')
-rw-r--r-- | mail/postfix-current/files/extra-patch-blacklistd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix-current/files/extra-patch-blacklistd b/mail/postfix-current/files/extra-patch-blacklistd index a9448d978c7d..a4102e3ab129 100644 --- a/mail/postfix-current/files/extra-patch-blacklistd +++ b/mail/postfix-current/files/extra-patch-blacklistd @@ -1,6 +1,6 @@ # PR 225664: support blacklistd on FreeBSD >= 11.0 # ---- src/smtpd/Makefile.in.orig 2017-02-05 23:36:32 UTC +--- src/smtpd/Makefile.in.orig 2019-01-27 22:17:15 UTC +++ src/smtpd/Makefile.in @@ -2,14 +2,14 @@ SHELL = /bin/sh SRCS = smtpd.c smtpd_token.c smtpd_check.c smtpd_chat.c smtpd_state.c \ @@ -20,7 +20,7 @@ TESTSRC = smtpd_token_test.c DEFS = -I. -I$(INC_DIR) -D$(SYSTYPE) CFLAGS = $(DEBUG) $(OPT) $(DEFS) ---- src/smtpd/smtpd_sasl_glue.c.orig 2017-02-19 01:58:21 UTC +--- src/smtpd/smtpd_sasl_glue.c.orig 2018-08-26 18:48:45 UTC +++ src/smtpd/smtpd_sasl_glue.c @@ -147,6 +147,7 @@ #include "smtpd.h" @@ -30,7 +30,7 @@ #ifdef USE_SASL_AUTH -@@ -332,6 +333,10 @@ int smtpd_sasl_authenticate(SMTPD_ST +@@ -331,6 +332,10 @@ int smtpd_sasl_authenticate(SMTPD_ST else smtpd_chat_reply(state, "535 5.7.8 Error: authentication failed: %s", STR(state->sasl_reply)); |