Date: Thu, 9 Jul 2015 05:00:20 +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-10@freebsd.org Subject: svn commit: r285301 - stable/10/usr.sbin/sendmail Message-ID: <201507090500.t6950KTU090995@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gshapiro Date: Thu Jul 9 05:00:19 2015 New Revision: 285301 URL: https://svnweb.freebsd.org/changeset/base/285301 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.) Approved by: re (gjb) Modified: stable/10/usr.sbin/sendmail/Makefile Modified: stable/10/usr.sbin/sendmail/Makefile ============================================================================== --- stable/10/usr.sbin/sendmail/Makefile Thu Jul 9 04:58:56 2015 (r285300) +++ stable/10/usr.sbin/sendmail/Makefile Thu Jul 9 05:00:19 2015 (r285301) @@ -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?201507090500.t6950KTU090995>