]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for rec-4.5.12 rec-4.6.5 rec-4.7.4 12233/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 23 Nov 2022 11:14:30 +0000 (12:14 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 23 Nov 2022 11:56:13 +0000 (12:56 +0100)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.5.rst
pdns/recursordist/docs/changelog/4.6.rst
pdns/recursordist/docs/changelog/4.7.rst

index 81f6e9d343f799ada1e65d18b4b790d031ae6ce2..41d3129c549496a29e10c64c1f6bbe2f783a575b 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022111801 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022112500 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -311,6 +311,7 @@ recursor-4.5.8.security-status                          60 IN TXT "3 Upgrade now
 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.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)"
@@ -321,6 +322,7 @@ recursor-4.6.1.security-status                          60 IN TXT "3 Upgrade now
 recursor-4.6.2.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html"
 recursor-4.6.3.security-status                          60 IN TXT "1 OK"
 recursor-4.6.4.security-status                          60 IN TXT "1 OK"
+recursor-4.6.5.security-status                          60 IN TXT "1 OK"
 recursor-4.7.0-alpha1.security-status                   60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
 recursor-4.7.0-beta1.security-status                    60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
 recursor-4.7.0-rc1.security-status                      60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
@@ -328,6 +330,7 @@ recursor-4.7.0.security-status                          60 IN TXT "3 Upgrade now
 recursor-4.7.1.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html"
 recursor-4.7.2.security-status                          60 IN TXT "1 OK"
 recursor-4.7.3.security-status                          60 IN TXT "1 OK"
+recursor-4.7.4.security-status                          60 IN TXT "1 OK"
 recursor-4.8.0-alpha1.security-status                   60 IN TXT "2 Unsupported pre-release"
 recursor-4.8.0-beta1.security-status                    60 IN TXT "2 Unsupported pre-release"
 recursor-4.8.0-beta2.security-status                    60 IN TXT "2 Unsupported pre-release"
index d1ebfdacac7d88e464ee13a2fba5b839105d35b7..6a33ef45794027e42b08f2d7f2190b499dad4bb9 100644 (file)
@@ -1,6 +1,52 @@
 Changelogs for 4.5.X
 ====================
 
+.. changelog::
+  :version: 4.5.12
+  :released: 25th of November 2022
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12228
+    :tickets: 12198
+
+    Correct skip record condition in processRecords.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12225
+    :tickets: 12189, 12199
+
+    Also consider recursive forward in the "forwarded DS should not end up in negCache code."
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12192
+    :tickets: 12125
+
+    Timout handling for IXFRs as a client.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12169
+    :tickets: 12081
+
+    Log invalid RPZ content when obtained via IXFR.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12166
+    :tickets: 12038
+
+    When an expired NSEC3 entry is seen, move it to the front of the expiry queue.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12165
+    :tickets: 11337, 11338
+
+    QType ADDR is supposed to be used internally only.
+
 .. changelog::
   :version: 4.5.11
   :released: 20th of September 2022
index fe88c309cfa9084977bacec820071bbb42fb7cea..5adc68aa0e660414e9e1bb069813375a5e9258c1 100644 (file)
@@ -1,6 +1,52 @@
 Changelogs for 4.6.X
 ====================
 
+.. changelog::
+  :version: 4.6.5
+  :released: 25th of November 2022
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12229
+    :tickets: 12198
+
+    Correct skip record condition in processRecords.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12226
+    :tickets: 12189, 12199
+
+    Also consider recursive forward in the "forwarded DS should not end up in negCache code."
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12191
+    :tickets: 12125
+
+    Timout handling for IXFRs as a client.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12172
+    :tickets: 12066
+
+    Detect invalid bytes in makeBytesFromHex().
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12170
+    :tickets: 12081
+
+    Log invalid RPZ content when obtained via IXFR.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12167
+    :tickets: 12038
+
+    When an expired NSEC3 entry is seen, move it to the front of the expiry queue.
+
 .. changelog::
   :version: 4.6.4
   :released: 20th of September 2022
index 2405bad70463c4fdab17bdaee380320f63146beb..514fb0efee27ab1281a2a1df92119527ca0d4855 100644 (file)
@@ -1,6 +1,59 @@
 Changelogs for 4.7.X
 ====================
 
+.. changelog::
+  :version: 4.7.4
+  :released: 25th of November 2022
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12231
+    :tickets: 12046
+
+    Fix compilation of the event ports multiplexer.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12230
+    :tickets: 12198
+
+    Correct skip record condition in processRecords.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12227
+    :tickets: 12189, 12199
+
+    Also consider recursive forward in the "forwarded DS should not end up in negCache code."
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12190
+    :tickets: 12125
+
+    Timout handling for IXFRs as a client.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12173
+    :tickets: 12066
+
+    Detect invalid bytes in makeBytesFromHex().
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12171
+    :tickets: 12081
+
+    Log invalid RPZ content when obtained via IXFR.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12168
+    :tickets: 12038
+
+    When an expired NSEC3 entry is seen, move it to the front of the expiry queue.
+
 .. changelog::
   :version: 4.7.3
   :released: 20th of September 2022