svn commit: r254349 - stable/7/contrib/sendmail/include/sm/os

Gregory Neil Shapiro gshapiro at FreeBSD.org
Thu Aug 15 01:42:47 UTC 2013


Author: gshapiro
Date: Thu Aug 15 01:42:46 2013
New Revision: 254349
URL: http://svnweb.freebsd.org/changeset/base/254349

Log:
  MFC: Temporarily revert sendmail 8.14.7 change to getipnodebyname() flags
       to prevent problems between the resolver and Microsoft DNS servers with
       AAAA lookups.  The upstream open source project will work on a more
       permanent fix for the next release.  Issue noted by Pavel Timofeev.

Modified:
  stable/7/contrib/sendmail/include/sm/os/sm_os_freebsd.h
Directory Properties:
  stable/7/contrib/sendmail/   (props changed)

Modified: stable/7/contrib/sendmail/include/sm/os/sm_os_freebsd.h
==============================================================================
--- stable/7/contrib/sendmail/include/sm/os/sm_os_freebsd.h	Thu Aug 15 01:40:55 2013	(r254348)
+++ stable/7/contrib/sendmail/include/sm/os/sm_os_freebsd.h	Thu Aug 15 01:42:46 2013	(r254349)
@@ -39,3 +39,7 @@
 #ifndef SM_CONF_MSG
 # define SM_CONF_MSG	1
 #endif /* SM_CONF_MSG */
+
+#ifndef SM_IPNODEBYNAME_FLAGS
+# define SM_IPNODEBYNAME_FLAGS	AI_DEFAULT|AI_ALL
+#endif /* SM_IPNODEBYNAME_FLAGS */


More information about the svn-src-stable-7 mailing list