svn commit: r254251 - head/contrib/sendmail/include/sm/os
Gregory Neil Shapiro
gshapiro at FreeBSD.org
Mon Aug 12 17:22:40 UTC 2013
Author: gshapiro
Date: Mon Aug 12 17:22:39 2013
New Revision: 254251
URL: http://svnweb.freebsd.org/changeset/base/254251
Log:
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.
MFC after: 3 days
Modified:
head/contrib/sendmail/include/sm/os/sm_os_freebsd.h
Modified: head/contrib/sendmail/include/sm/os/sm_os_freebsd.h
==============================================================================
--- head/contrib/sendmail/include/sm/os/sm_os_freebsd.h Mon Aug 12 15:35:10 2013 (r254250)
+++ head/contrib/sendmail/include/sm/os/sm_os_freebsd.h Mon Aug 12 17:22:39 2013 (r254251)
@@ -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-all
mailing list