bind: Enable filter-aaaa build-time option by default.
authorNoah Meyerhans <frodo@morgul.net>
Sun, 8 Jan 2017 21:24:22 +0000 (13:24 -0800)
committerNoah Meyerhans <frodo@morgul.net>
Mon, 9 Jan 2017 00:13:18 +0000 (16:13 -0800)
Signed-off-by: Noah Meyerhans <frodo@morgul.net>
net/bind/Config.in
net/bind/Makefile

index f0d4847842e716ea010455db4bbfcb5f0a680200..04d6bdc1b15d055a08c84a2a9f475a6b8374093e 100644 (file)
@@ -2,7 +2,7 @@ if PACKAGE_bind-server
 
 config BIND_ENABLE_FILTER_AAAA
        bool
-       default n
+       default y
        prompt "Enable filtering of AAAA records returned to the client"
        help
                BIND 9 has an option to filter AAAA (IPv6 address) records
index 959184a4fe162e389f7faad9da6f361ea3de0d6a..19614b7f02afacab39f22333adb12f29f83743de 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Copyright (C) 2006-2012 OpenWrt.org
-#               2014-2016 Noah Meyerhans <frodo@morgul.net>
+#               2014-2017 Noah Meyerhans <frodo@morgul.net>
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=bind
 PKG_VERSION:=9.10.4-P4
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 USERID:=bind=57:bind=57
 
 PKG_MAINTAINER:=Noah Meyerhans <frodo@morgul.net>