pkgsrc/mail/sendmail812/patches/patch-af
adrianp ea559a1877 Rename of current sendmail package to sendmail812 to make way for
new sendmail 8.13.x tree in pkgsrc.

Changes to the original package include:
- Added missing NetBSD CVS tags to some files under files
- Path changes in Makefile and Makefile.common to reflect new location under
  mail/ of this package
2004-08-30 19:56:44 +00:00

14 lines
493 B
Text

$NetBSD: patch-af,v 1.1.1.1 2004/08/30 19:56:45 adrianp Exp $
--- sendmail/conf.c.orig Sat Aug 17 02:56:01 2002
+++ sendmail/conf.c Mon Sep 16 15:13:22 2002
@@ -4352,7 +4352,8 @@
#if NETINET6
if (type == AF_INET6 &&
- IN6_IS_ADDR_UNSPECIFIED((struct in6_addr *) addr))
+ (IN6_IS_ADDR_UNSPECIFIED((struct in6_addr *) addr) ||
+ IN6_IS_ADDR_LINKLOCAL((struct in6_addr *) addr)))
{
/* Avoid reverse lookup for IPv6 unspecified address */
SM_SET_H_ERRNO(HOST_NOT_FOUND);