pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
powerdns-recursor52: Clean-up
Module Name: pkgsrc-wip
Committed By: Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By: drixter
Date: Mon Apr 21 11:44:59 2025 +0200
Changeset: ae56bd8aa18e2d0720ea7a1b4a38599318cfca5c
Modified Files:
powerdns-recursor52/COMMIT_MSG
Removed Files:
powerdns-recursor52/TODO
Log Message:
powerdns-recursor52: Clean-up
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ae56bd8aa18e2d0720ea7a1b4a38599318cfca5c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
powerdns-recursor52/COMMIT_MSG | 30 ++++++++++++++++++++++++++++++
powerdns-recursor52/TODO | 12 ------------
2 files changed, 30 insertions(+), 12 deletions(-)
diffs:
diff --git a/powerdns-recursor52/COMMIT_MSG b/powerdns-recursor52/COMMIT_MSG
index 5a6fe5a933..74f628d43f 100644
--- a/powerdns-recursor52/COMMIT_MSG
+++ b/powerdns-recursor52/COMMIT_MSG
@@ -1,2 +1,32 @@
net/powerdns-recursor52 Update to 5.2.0
+5.2.2
+Released: 9th of April 2025
+Improvements
+If we see both a CNAME and answer records, follow CNAME and discard the answer records.
+References: #15254, pull request 15279
+Switch back to serde_yaml as serde_yml is maintained poorly.
+References: #15203, pull request 15212
+Adjust Content-Type header for Prometheus endpoint to include version.
+References: #15072, pull request 15211
+Include cstdint to get uint64_t.
+References: #15063, pull request 15210
+Bug Fixes
+Remove spurious ] in configure.ac.
+References: #15023, pull request 15209
+
+5.2.1
+Released: 7th of April 2025
+Bug Fixes
+Fix PowerDNS Security Advisory 2025-01 (CVE-2025-30195): A crafted zone can lead to an illegal memory access in the Recursor.
+References: pull request 15396
+
+5.2.0
+Released: 14th of January 2025
+Improvements
+Explicitly log port of listening addresses.
+References: #15019, pull request 15020
+
+Bug Fixes
+Fix protobufServer(.. {taggedOnly=true}) logic for cache-returned responses (g0tar).�
+References: #15010, pull request 15015
diff --git a/powerdns-recursor52/TODO b/powerdns-recursor52/TODO
deleted file mode 100755
index abee472c0f..0000000000
--- a/powerdns-recursor52/TODO
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD$
-
-Generally works
-Require some tests where there is some load of DNS queries
-Default config file applied which is not enabled by default
-A lot of options enabled by default, maybe switch to options.mk?
-Clean-up and better comments in files
-Ensure that cargo is used correctly, little hacking was done to make it compile correctly
-pdns_recursor.sh taken from old version present in pkgsrc with little update of config file
-
-
-
Home |
Main Index |
Thread Index |
Old Index