svn commit: r285370 - stable/8/usr.sbin/sendmail

Gregory Neil Shapiro gshapiro at FreeBSD.org
Sat Jul 11 03:32:23 UTC 2015


Author: gshapiro
Date: Sat Jul 11 03:32:22 2015
New Revision: 285370
URL: https://svnweb.freebsd.org/changeset/base/285370

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/8/usr.sbin/sendmail/Makefile

Modified: stable/8/usr.sbin/sendmail/Makefile
==============================================================================
--- stable/8/usr.sbin/sendmail/Makefile	Sat Jul 11 03:32:13 2015	(r285369)
+++ stable/8/usr.sbin/sendmail/Makefile	Sat Jul 11 03:32:22 2015	(r285370)
@@ -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
 
 DPADD=	${LIBUTIL} ${LIBWRAP}


More information about the svn-src-all mailing list