]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Prep for upcoming rec 4.7.6, 4.8.5 and 4.9.1 releases 13165/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 23 Aug 2023 09:16:50 +0000 (11:16 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 23 Aug 2023 10:00:41 +0000 (12:00 +0200)
docs/secpoll.zone
pdns/recursordist/docs/changelog/4.7.rst
pdns/recursordist/docs/changelog/4.8.rst
pdns/recursordist/docs/changelog/4.9.rst

index 368d759870e93f265f71f53d2ab382fb95996a3c..a0cecc6af8ebeeae2a25aa17aa165048667b5eb4 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023070701 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023082501 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -341,6 +341,7 @@ recursor-4.7.2.security-status                          60 IN TXT "3 Upgrade now
 recursor-4.7.3.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2023-02.html"
 recursor-4.7.4.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2023-02.html"
 recursor-4.7.5.security-status                          60 IN TXT "1 OK"
+recursor-4.7.6.security-status                          60 IN TXT "1 OK"
 recursor-4.8.0-alpha1.security-status                   60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
 recursor-4.8.0-beta1.security-status                    60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
 recursor-4.8.0-beta2.security-status                    60 IN TXT "3 Unsupported pre-release (known vulnerabilities)"
@@ -350,10 +351,12 @@ recursor-4.8.1.security-status                          60 IN TXT "3 Upgrade now
 recursor-4.8.2.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2023-02.html"
 recursor-4.8.3.security-status                          60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2023-02.html"
 recursor-4.8.4.security-status                          60 IN TXT "1 OK"
+recursor-4.8.5.security-status                          60 IN TXT "1 OK"
 recursor-4.9.0-alpha1.security-status                   60 IN TXT "2 Unsupported pre-release"
 recursor-4.9.0-beta1.security-status                    60 IN TXT "2 Unsupported pre-release"
 recursor-4.9.0-rc1.security-status                      60 IN TXT "2 Unsupported pre-release"
 recursor-4.9.0.security-status                          60 IN TXT "1 OK"
+recursor-4.9.1.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/"
index f30e8f1568186b0fd0f1f0849be07c47415f6302..bbe7eb45488019240121f1d19384c0c976d1624c 100644 (file)
@@ -1,6 +1,38 @@
 Changelogs for 4.7.X
 ====================
 
+.. changelog::
+  :version: 4.7.6
+  :released: 25th of August 2023
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13157
+    :tickets: 13105
+
+    (I)XFR: handle partial read of len prefix.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13079
+    :tickets: 12892
+
+    YaHTTP: Prevent integer overflow on very large chunks.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13075
+    :tickets: 12961
+
+    Work around Red Hat 8 misfeature in OpenSSL's headers.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13058
+    :tickets: 13021
+
+    Fix setting of policy tags for packet cache hits.
+
 .. changelog::
   :version: 4.7.5
   :released: 29th of March 2023
index 888633f8d4068b7acf840345190376689db549ba..a560303683558513f433560026e6e2ad03848aba 100644 (file)
@@ -1,6 +1,45 @@
 Changelogs for 4.8.X
 ====================
 
+.. changelog::
+  :version: 4.8.5
+  :released: 25th of August 2023
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13158
+    :tickets: 13105
+
+    (I)XFR: handle partial read of len prefix.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13078
+    :tickets: 12892
+
+    YaHTTP: Prevent integer overflow on very large chunks.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13077
+    :tickets: 12935
+
+    Stop using the now deprecated ERR_load_CRYPTO_strings() to detect OpenSSL.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13076
+    :tickets: 12961
+
+    Work around Red Hat 8 misfeature in OpenSSL's headers.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13056
+    :tickets: 13021
+
+    Fix setting of policy tags for packet cache hits.
+
 .. changelog::
   :version: 4.8.4
   :released: 29th of March 2023
index 657b809a7b7e3d1058371b47722f57a026928f98..e0c7fc956b38934057189332b88aa7fb58459426 100644 (file)
@@ -1,11 +1,64 @@
 Changelogs for 4.9.X
 ====================
+.. changelog::
+  :version: 4.9.1
+  :released: 25th of August 2023
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13163
+    :tickets: 13071
+
+    Fix code producing json.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13161
+    :tickets: 13106
+
+    Replace data in the aggressive cache if new data becomes available.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13160
+    :tickets: 13151
+
+    Fix a few typos in log messages.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13159
+    :tickets: 13105
+
+    (I)XFR: handle partial read of len prefix.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13057
+    :tickets: 13021
+
+    Fix setting of policy tags on packet cache hits.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12995
+    :tickets: 12961
+
+    Work around Red Hat 8 misfeature OpenSSL's headers.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 12994
+    :tickets: 12935
+
+    Stop using the now deprecated ERR_load_CRYPTO_strings() to detect OpenSSL.
+
 .. changelog::
   :version: 4.9.0
   :released: 30th of June 2023
 
   Please review the :doc:`Upgrade Guide <../upgrade>` before upgrading from versions < 4.9.x.
+
   .. change::
     :tags: Bug Fixes
     :pullreq: 12968