View | Details | Raw Unified | Return to bug 263287
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	sendmail
1
PORTNAME=	sendmail
2
PORTVERSION=	8.17.1
2
PORTVERSION=	8.17.1
3
PORTREVISION=	3
3
PORTREVISION=	4
4
CATEGORIES=	mail
4
CATEGORIES=	mail
5
MASTER_SITES=	ftp://ftp.sendmail.org/pub/sendmail/
5
MASTER_SITES=	ftp://ftp.sendmail.org/pub/sendmail/
6
DISTNAME=	${PORTNAME}.${PORTVERSION}
6
DISTNAME=	${PORTNAME}.${PORTVERSION}
(-)files/patch-zsasl2 (+21 lines)
Line 0 Link Here
1
--- sendmail/sendmail.h.orig	2022-04-19 21:07:42 UTC
2
+++ sendmail/sendmail.h
3
@@ -760,7 +760,7 @@ extern bool	filesys_free __P((long));
4
 # define SASL_IS_AUTH	2		/* authenticated */
5
 
6
 /* SASL options */
7
-# define SASL_AUTH_AUTH	0x1000		/* use auth= only if authenticated */
8
+# define SASL_AUTH_AUTH	0x10000		/* use auth= only if authenticated */
9
 # if SASL >= 20101
10
 #  define SASL_SEC_MASK	SASL_SEC_MAXIMUM /* mask for SASL_SEC_* values: sasl.h */
11
 # else /* SASL >= 20101 */
12
@@ -775,6 +775,9 @@ extern bool	filesys_free __P((long));
13
 #  endif /* SASL_SEC_NOPLAINTEXT & SASL_SEC_MASK) == 0 ... */
14
 # endif /* SASL >= 20101 */
15
 # define MAXOUTLEN 8192	/* length of output buffer, should be 2^n */
16
+# if (SASL_AUTH_AUTH & SASL_SEC_MASK) != 0
17
+#  ERROR "change SASL_AUTH_AUTH notify sendmail.org!"
18
+# endif
19
 
20
 /* functions */
21
 extern char	*intersect __P((char *, char *, SM_RPOOL_T *));

Return to bug 263287