]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix secpoll for 1.7.0-alpha1 10756/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 23 Sep 2021 09:28:57 +0000 (11:28 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 23 Sep 2021 09:28:57 +0000 (11:28 +0200)
It should be '1', not '3' as there is currently nothing to update to.
Currently dnsdist complains with:
```
PowerDNS DNSDist Security Update Mandatory: Unsupported pre-release
```

docs/secpoll.zone

index f2c1952e090e0effd128051f02de4abd5c02f778..90a63b62930526629b877d77952c1ed7ab27bdd0 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021092301 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2021092302 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -414,4 +414,4 @@ dnsdist-1.6.0-rc1.security-status                          60 IN TXT "3 Unsuppor
 dnsdist-1.6.0-rc2.security-status                          60 IN TXT "3 Unsupported pre-release"
 dnsdist-1.6.0.security-status                              60 IN TXT "1 OK"
 dnsdist-1.6.1.security-status                              60 IN TXT "1 OK"
-dnsdist-1.7.0-alpha1.security-status                       60 IN TXT "3 Unsupported pre-release"
+dnsdist-1.7.0-alpha1.security-status                       60 IN TXT "1 Unsupported pre-release"