Module Name:    src
Committed By:   bouyer
Date:           Wed Aug 22 20:41:02 UTC 2012

Modified Files:
        src/gnu/usr.sbin/postfix [netbsd-5-0]: Makefile.inc

Log Message:
gnu/usr.sbin/postfix/Makefile.inc       patch

        insert comment warning about postfix vulnerability CVE-2011-1720
        in Cyrus SASL support, which is not compiled in netbsd-5-0
        [spz, ticket 1779]


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.19.8.1 src/gnu/usr.sbin/postfix/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/usr.sbin/postfix/Makefile.inc
diff -u src/gnu/usr.sbin/postfix/Makefile.inc:1.19 src/gnu/usr.sbin/postfix/Makefile.inc:1.19.8.1
--- src/gnu/usr.sbin/postfix/Makefile.inc:1.19	Fri Aug 29 00:02:22 2008
+++ src/gnu/usr.sbin/postfix/Makefile.inc	Wed Aug 22 20:41:02 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.19 2008/08/29 00:02:22 gmcgarry Exp $
+#	$NetBSD: Makefile.inc,v 1.19.8.1 2012/08/22 20:41:02 bouyer Exp $
 
 .include <bsd.own.mk>
 
@@ -8,6 +8,7 @@ WARNS?=	0
 
 PFIX_DISTDIR=	${NETBSDSRCDIR}/gnu/dist/postfix
 
+# don't enable SERVER_SASL_TYPE cyrus, this code is affected by CVE-2011-1720
 CPPFLAGS+= -DNETBSD4 -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" \
 	-I${DIST} \
 	-I${PFIX_DISTDIR}/src/dns -I${PFIX_DISTDIR}/src/global \

Reply via email to