Author: gshapiro
Date: Tue Jul  7 03:06:56 2015
New Revision: 285233
URL: https://svnweb.freebsd.org/changeset/base/285233

Log:
  Note merge to head for sendmail 8.15.2 along with a special note for those
  upgrading to FreeBSD 11.
  
  MFC after:    3 days

Modified:
  head/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- head/release/doc/en_US.ISO8859-1/relnotes/article.xml       Tue Jul  7 
03:03:17 2015        (r285232)
+++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml       Tue Jul  7 
03:06:56 2015        (r285233)
@@ -403,9 +403,20 @@
        <application>Clang</application> have been updated to
        version 3.4.</para>
 
-      <para revision="266527"
-       role="merged"><application>Sendmail</application> has been
-       updated from 8.14.7 to 8.14.9.</para>
+      <para revision="285229"><application>sendmail</application>
+       has been updated to 8.15.2.  Starting with FreeBSD 11.0 and
+       sendmail 8.15, sendmail uses uncompressed IPv6 addresses by
+       default, i.e., they will not contain "::".  For example,
+       instead of ::1, it will be 0:0:0:0:0:0:0:1.  This permits a
+       zero subnet to have a more specific match, such as different
+       map entries for IPv6:0:0 vs IPv6:0.  This change requires that
+       configuration data (including maps, files, classes, custom
+       ruleset, etc.) must use the same format, so make certain such
+       configuration data is upgrading.  As a very simple check
+       search for patterns like 'IPv6:[0-9a-fA-F:]*::' and 'IPv6::'.
+       To return to the old behavior, set the m4 option
+       confUSE_COMPRESSED_IPV6_ADDRESSES or the cf option
+       UseCompressedIPv6Addresses.</para>
 
       <para revision="276577"><application>file</application> has been
        updated to version 5.22.</para>
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to