Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2013 01:31:32 +0000 (UTC)
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org
Subject:   svn commit: r254346 - releng/9.2/contrib/sendmail/include/sm/os
Message-ID:  <201308150131.r7F1VWKZ067089@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gshapiro
Date: Thu Aug 15 01:31:31 2013
New Revision: 254346
URL: http://svnweb.freebsd.org/changeset/base/254346

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.
  
  Approved by:	re (glebius)

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

Modified: releng/9.2/contrib/sendmail/include/sm/os/sm_os_freebsd.h
==============================================================================
--- releng/9.2/contrib/sendmail/include/sm/os/sm_os_freebsd.h	Thu Aug 15 00:17:31 2013	(r254345)
+++ releng/9.2/contrib/sendmail/include/sm/os/sm_os_freebsd.h	Thu Aug 15 01:31:31 2013	(r254346)
@@ -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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308150131.r7F1VWKZ067089>