-@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023022302 10800 3600 604800 10800
+@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023030701 10800 3600 604800 10800
@ 3600 IN NS pdns-public-ns1.powerdns.com.
@ 3600 IN NS pdns-public-ns2.powerdns.com.
recursor-4.5.7.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-01.html"
recursor-4.5.8.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html"
recursor-4.5.9.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html"
-recursor-4.5.10.security-status 60 IN TXT "1 OK"
-recursor-4.5.11.security-status 60 IN TXT "1 OK"
-recursor-4.5.12.security-status 60 IN TXT "1 OK"
+recursor-4.5.10.security-status 60 IN TXT "2 Unsupported release (EOL)"
+recursor-4.5.11.security-status 60 IN TXT "2 Unsupported release (EOL)"
+recursor-4.5.12.security-status 60 IN TXT "2 Unsupported release (EOL)"
recursor-4.6.0-alpha1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
recursor-4.6.0-alpha2.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
recursor-4.6.0-beta1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
recursor-4.8.0.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2023-01.html"
recursor-4.8.1.security-status 60 IN TXT "1 OK"
recursor-4.8.2.security-status 60 IN TXT "1 OK"
+recursor-4.8.3.security-status 60 IN TXT "1 OK"
; Recursor Debian
recursor-3.6.2-2.debian.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/3/security/powerdns-advisory-2015-01/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-02/"
Changelogs for 4.8.X
====================
+.. changelog::
+ :version: 4.8.3
+ :released: 7th of March 2023
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 12613
+ :tickets: 12595, 12610, 12611
+
+ Fix serve-stale logic to not cause intermittent high CPU load by:
+
+ - correcting the removal of a negative cache entry,
+ - correcting the serve-stale main loop with respect to exception handling and
+ - correctly handle negcache entries with serve-state status.
+
+ .. change::
+ :tags: Bug Fixes
+ :pullreq: 12609
+ :tickets: 12598
+
+ Update validation state after a missing negative indication.
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 12608
+ :tickets: 12495
+
+ Change a few logging urgency levels
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 12607
+ :tickets: 12347
+
+ Use correct name for isEntryUsable(). Existing code used the right logic but wrong name.
+
.. changelog::
:version: 4.8.2
:released: 31th of January 2023