Date: Sat, 11 Jul 2015 03:32:13 +0000 (UTC) From: Gregory Neil Shapiro <gshapiro@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r285369 - stable/9/usr.sbin/sendmail Message-ID: <201507110332.t6B3WDwg091048@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gshapiro Date: Sat Jul 11 03:32:13 2015 New Revision: 285369 URL: https://svnweb.freebsd.org/changeset/base/285369 Log: By default, sendmail 8.15 uses uncompressed IPv6 addresses. Keep current FreeBSD 10 and earlier behavior of using compressed IPv6 addresses in configuration, maps, rulesets, etc. (FreeBSD 11 and later will use the new default of uncompressed IPv6 addresses.) Modified: stable/9/usr.sbin/sendmail/Makefile Modified: stable/9/usr.sbin/sendmail/Makefile ============================================================================== --- stable/9/usr.sbin/sendmail/Makefile Sat Jul 11 03:29:04 2015 (r285368) +++ stable/9/usr.sbin/sendmail/Makefile Sat Jul 11 03:32:13 2015 (r285369) @@ -40,7 +40,7 @@ CFLAGS+= -I${SMDIR} -I${SENDMAIL_DIR}/in CFLAGS+= ${DBMDEF} ${NIS} -DTCPWRAPPERS ${MAPS} .if ${MK_INET6_SUPPORT} != "no" -CFLAGS+= -DNETINET6 +CFLAGS+= -DNETINET6 -DIPV6_FULL=0 .endif WARNS?= 1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507110332.t6B3WDwg091048>