On Thu, Aug 8, 2013, at 4:35, Pavel Timofeev wrote: > I tried to revert mentioned patch, i.e. applied this > > --- sendmail/conf.c.orig 2013-08-08 12:28:40.000000000 +0400 > +++ sendmail/conf.c 2013-08-08 12:31:17.000000000 +0400 > @@ -4294,12 +4294,7 @@ > #else /* (SOLARIS > 10000 && SOLARIS < 20400) || (defined(SOLARIS) && > SOLARIS < 204) || (defined(sony_news) && defined(__svr4)) */ > int nmaps; > # if NETINET6 > -# ifndef SM_IPNODEBYNAME_FLAGS > - /* For IPv4-mapped addresses, use: AI_DEFAULT|AI_ALL */ > -# define SM_IPNODEBYNAME_FLAGS AI_ADDRCONFIG > -# endif /* SM_IPNODEBYNAME_FLAGS */ > - > - int flags = SM_IPNODEBYNAME_FLAGS; > + int flags = AI_DEFAULT|AI_ALL; > int err; > # endif /* NETINET6 */ > char *maptype[MAXMAPSTACK]; > > Sendmail started to work >
Is this patch going to be applied to revert this behavior before 9.2-RELEASE? It seems to me that 8.14.7 violates our POLA... _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
