v1.5 branch refresh based upon upstream master @ c8677ca89e53e3be7988d54280fce166cc894a7e
[librecmc/librecmc.git] / package / network / services / dnsmasq / patches / 210-dnssec-improve-timestamp-heuristic.patch
index 2f854d490b2405f7bab9830177fb0199c0a589d9..be1195abbd2dc37a09f5afac2866bad5f9eca437 100644 (file)
@@ -10,7 +10,7 @@ Signed-off-by: Steven Barth <steven@midlink.org>
 
 --- a/src/dnssec.c
 +++ b/src/dnssec.c
-@@ -462,17 +462,24 @@ static time_t timestamp_time;
+@@ -143,17 +143,24 @@ static time_t timestamp_time;
  int setup_timestamp(void)
  {
    struct stat statbuf;
@@ -36,7 +36,7 @@ Signed-off-by: Steven Barth <steven@midlink.org>
        {
          /* time already OK, update timestamp, and do key checking from the start. */
          if (utimes(daemon->timestamp_file, NULL) == -1)
-@@ -493,7 +500,7 @@ int setup_timestamp(void)
+@@ -174,7 +181,7 @@ int setup_timestamp(void)
  
          close(fd);