aboutsummaryrefslogtreecommitdiff
path: root/contrib/unbound/daemon/cachedump.c
Commit message (Collapse)AuthorAgeFilesLines
* unbound: Vendor import 1.23.0Cy Schubert2025-04-271-2/+2
| | | | | | | | | Release notes at https://nlnetlabs.nl/news/2025/Apr/24/unbound-1.23.0-released/ MFC after: 2 weeks Merge commit '44bab727dfe28451b777dc9e47db4f748b709182'
* unbound: Vendor import 1.20.0Cy Schubert2024-05-101-7/+16
| | | | | | | | | Release notes at https://www.nlnetlabs.nl/news/2024/May/08/unbound-1.20.0-released/ Security: The DNSBomb vulnerability CVE-2024-33655 Merge commit 'c2a80056864d6eda0398fd127dc0ae515b39752b' into main
* unbound: Vendor import 1.18.0Cy Schubert2023-09-191-8/+20
| | | | | | | | | Release notes at https://www.nlnetlabs.nl/news/2023/Aug/30/unbound-1.18.0-released/ MFC after: 2 weeks Merge commit '401770e05c71ecb5ae61a59d316069b4b78bf622' into main
* unbound: Vendor import 1.17.1Cy Schubert2023-01-151-4/+5
| | | | | | | | | Release notes at https://www.nlnetlabs.nl/news/2023/Jan/12/unbound-1.17.1-released/. MFC after: 1 month Merge commit '7699e1386a16236002b26107ffd2dcbde375e197' into main
* unbound: Vendor import 1.16.2Cy Schubert2022-08-061-2/+3
| | | | | | | | | | | Security update to unbound. PR: 265645 Security: CVE-2022-30698, CVE-2022-30699 Security: bc43a578-14ec-11ed-856e-d4c9ef517024 MFC after: 3 days Merge commit '9b76d32f2310b735dbeb896cbf2776cad61f23e8' into main
* unbound: Vendor import 1.16.0Cy Schubert2022-06-081-1/+5
| | | | | | Merge commit '5f9f82264b91e041df7cba2406625146e7268ce4' into main MFC after: 1 month
* Upgrade Unbound to 1.8.0. More to follow.Dag-Erling Smørgrav2018-10-101-0/+1
| | | | | | | Approved by: re (kib) Notes: svn path=/head/; revision=339275
* Upgrade Unbound to 1.7.3. More to follow.Dag-Erling Smørgrav2018-09-101-21/+21
| | | | | | | Approved by: re (kib@) Notes: svn path=/head/; revision=338569
* Upgrade Unbound to 1.7.0. More to follow.Dag-Erling Smørgrav2018-05-121-0/+1
| | | | Notes: svn path=/head/; revision=333567
* Upgrade Unbound to 1.6.0. More to follow.Dag-Erling Smørgrav2018-05-121-0/+2
| | | | Notes: svn path=/head/; revision=333552
* Upgrade to Unbound 1.5.4.Dag-Erling Smørgrav2015-09-171-3/+13
| | | | Notes: svn path=/head/; revision=287917
* Upgrade to Unbound 1.5.1. Almost all our local changes to date have beenDag-Erling Smørgrav2015-01-031-1/+1
| | | | | | | adopted upstream, greatly reducing the diff. Notes: svn path=/head/; revision=276605
* Upgrade to latest ldns (1.6.17) and unbound (1.4.22).Dag-Erling Smørgrav2014-05-151-198/+100
| | | | | | | MFC after: 3 weeks Notes: svn path=/head/; revision=266114
* Numerous fixes to make Unbound compile cleanly:Dag-Erling Smørgrav2013-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | - cast through void * to silence alignment warnings (presumably false positives resulting from poor API design) - constify a few function arguments - move prototypes for callbacks into a common header - now that the prototypes are in scope, fix instances of function definitions that don't match the prototype or what the caller actually passes - hide a conditionally unused global variable behind the same #ifdef that controls its use Approved by: re (blanket) Notes: svn path=/head/; revision=255579
* Upgrade to 1.4.20.Dag-Erling Smørgrav2013-04-051-2/+0
| | | | Notes: svn path=/head/; revision=249141
* Minimal subset of the unbound sources.Dag-Erling Smørgrav2013-04-051-0/+986
Notes: svn path=/head/; revision=249140