aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/dnsmasq/patches/210-dnssec-improve-timestamp-heuristic.patch
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2015-04-23 13:05:15 +0000
committerSteven Barth <steven@midlink.org>2015-04-23 13:05:15 +0000
commit264aa9886d646c0ba76ffe27bfc485ba2be0a834 (patch)
treec49e3b6f107ee316251147999d18df6d848a7f40 /package/network/services/dnsmasq/patches/210-dnssec-improve-timestamp-heuristic.patch
parentfb718914575e0619bea4797266245a05236f717c (diff)
downloadmaster-187ad058-264aa9886d646c0ba76ffe27bfc485ba2be0a834.tar.gz
master-187ad058-264aa9886d646c0ba76ffe27bfc485ba2be0a834.tar.bz2
master-187ad058-264aa9886d646c0ba76ffe27bfc485ba2be0a834.zip
dnsmasq: bump to 2.73rc6
Signed-off-by: Steven Barth <steven@midlink.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45572 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/dnsmasq/patches/210-dnssec-improve-timestamp-heuristic.patch')
-rw-r--r--package/network/services/dnsmasq/patches/210-dnssec-improve-timestamp-heuristic.patch9
1 files changed, 2 insertions, 7 deletions
diff --git a/package/network/services/dnsmasq/patches/210-dnssec-improve-timestamp-heuristic.patch b/package/network/services/dnsmasq/patches/210-dnssec-improve-timestamp-heuristic.patch
index f4acd7c6e5..97dfe3bdbf 100644
--- a/package/network/services/dnsmasq/patches/210-dnssec-improve-timestamp-heuristic.patch
+++ b/package/network/services/dnsmasq/patches/210-dnssec-improve-timestamp-heuristic.patch
@@ -8,11 +8,9 @@ Signed-off-by: Steven Barth <steven@midlink.org>
src/dnssec.c | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
-diff --git a/src/dnssec.c b/src/dnssec.c
-index 05e0983..9c02548 100644
--- a/src/dnssec.c
+++ b/src/dnssec.c
-@@ -408,17 +408,24 @@ static int back_to_the_future;
+@@ -432,17 +432,24 @@ static int back_to_the_future;
int setup_timestamp(void)
{
struct stat statbuf;
@@ -40,7 +38,7 @@ index 05e0983..9c02548 100644
{
/* time already OK, update timestamp, and do key checking from the start. */
if (utime(daemon->timestamp_file, NULL) == -1)
-@@ -439,7 +446,7 @@ int setup_timestamp(void)
+@@ -463,7 +470,7 @@ int setup_timestamp(void)
close(fd);
@@ -49,6 +47,3 @@ index 05e0983..9c02548 100644
if (utime(daemon->timestamp_file, &timbuf) == 0)
goto check_and_exit;
}
---
-2.1.4
-