aboutsummaryrefslogtreecommitdiffstats
path: root/main/dnsmasq/uncomment-conf-dir.patch
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2018-10-19 02:12:21 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2018-11-08 23:05:49 +0100
commitb14fc437abacc82496ff9f347444eb0f5ebd2f3d (patch)
tree0f4a48bfcdbc740c247aec6e07b9cd3ea47646b9 /main/dnsmasq/uncomment-conf-dir.patch
parentc23f007bf3550cf68aa78c257fe8ba0ae5168524 (diff)
downloadaports-b14fc437abacc82496ff9f347444eb0f5ebd2f3d.tar.bz2
aports-b14fc437abacc82496ff9f347444eb0f5ebd2f3d.tar.xz
main/dnsmasq: upgrade to 2.80
Diffstat (limited to 'main/dnsmasq/uncomment-conf-dir.patch')
-rw-r--r--main/dnsmasq/uncomment-conf-dir.patch5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/dnsmasq/uncomment-conf-dir.patch b/main/dnsmasq/uncomment-conf-dir.patch
index 612a004732..9b64427db2 100644
--- a/main/dnsmasq/uncomment-conf-dir.patch
+++ b/main/dnsmasq/uncomment-conf-dir.patch
@@ -1,8 +1,11 @@
--- a/dnsmasq.conf.example 2016-08-02 11:30:24.207034952 +0200
+++ b/dnsmasq.conf.example 2016-08-02 11:30:34.094695721 +0200
-@@ -663,4 +663,4 @@
+@@ -671,7 +671,7 @@
#conf-dir=/etc/dnsmasq.d,.bak
# Include all files in a directory which end in .conf
-#conf-dir=/etc/dnsmasq.d/,*.conf
+conf-dir=/etc/dnsmasq.d/,*.conf
+
+ # If a DHCP client claims that its name is "wpad", ignore that.
+ # This fixes a security hole. see CERT Vulnerability VU#598349