From: Remi Gacogne Date: Thu, 23 Sep 2021 09:28:57 +0000 (+0200) Subject: dnsdist: Fix secpoll for 1.7.0-alpha1 X-Git-Tag: rec-4.6.0-alpha1~4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10756%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Fix secpoll for 1.7.0-alpha1 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 ``` --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index f2c1952e09..90a63b6293 100644 --- a/docs/secpoll.zone +++ b/docs/secpoll.zone @@ -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"