Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/external/bsd/bind Pull up following revision(s) (requeste...



details:   https://anonhg.NetBSD.org/src/rev/fffdee8dba3a
branches:  netbsd-7
changeset: 798262:fffdee8dba3a
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Aug 18 07:42:02 2014 +0000

description:
Pull up following revision(s) (requested by christos in ticket #33):
        external/bsd/bind/Makefile.inc: revision 1.22
ALLOW_FILTER_AAAA_ON_V4 has been renamed to ALLOW_FILTER_AAAA (John D. Baker)

diffstat:

 external/bsd/bind/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 691d40c6dac1 -r fffdee8dba3a external/bsd/bind/Makefile.inc
--- a/external/bsd/bind/Makefile.inc    Mon Aug 18 07:37:04 2014 +0000
+++ b/external/bsd/bind/Makefile.inc    Mon Aug 18 07:42:02 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.21 2014/07/05 19:22:41 dholland Exp $
+#      $NetBSD: Makefile.inc,v 1.21.2.1 2014/08/18 07:42:02 martin Exp $
 
 .if !defined(BIND9_MAKEFILE_INC)
 BIND9_MAKEFILE_INC=yes
@@ -50,7 +50,7 @@
 
 .if (${USE_INET6} != "no")
 CPPFLAGS+=     -DWANT_IPV6
-CPPFLAGS+=     -DALLOW_FILTER_AAAA_ON_V4
+CPPFLAGS+=     -DALLOW_FILTER_AAAA
 .endif
 
 .if defined(HAVE_GCC)



Home | Main Index | Thread Index | Old Index