Commit f307022
committed
Pullup ticket #6990 - requested by taca
net/bind918: Security fix
Revisions pulled up:
- net/bind918/Makefile 1.54
- net/bind918/distinfo 1.30
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jul 16 14:48:02 UTC 2025
Modified Files:
pkgsrc/net/bind918: Makefile distinfo
Log Message:
net/bind918: update to 9.18.38
BIND 9.18.38 (2025-07-16)
This release contains fixes for security vulnerabilities
(CVE-2025-40776, CVE-2025-40777), about which more information is
provided in the following Security Advisories:
https://kb.isc.org/docs/cve-2025-40776
https://kb.isc.org/docs/cve-2025-40777
Security Fixes
* Fix an issue when some specific queries could remain unanswered with
serve-stale enabled.
When named was running with stale answers enabled and with the
stale-answer-client-timeout configuration option set to 0, in certain
situations it was possible that some queries could remain unanswered.
This has been fixed. [GL #5383]
New Features
* Add support for the CO flag to dig.
Add support for Compact Denial of Existence to dig. This includes showing
the CO (Compact Answers OK) flag when displaying messages and adding an
option to set the CO flag when making queries (dig +coflag). [GL #5319]
Bug Fixes
* Correct the default interface-interval from 60s to 60m.
When the interface-interval parser was changed from a uint32 parser to a
duration parser, the default value stayed at plain number 60 which now
means 60 seconds instead of 60 minutes. The documentation also
incorrectly states that the value is in minutes. That has been fixed.
[GL #5246]
* Fix a purge-keys bug when using multiple views of a zone.
Previously, when a DNSSEC key was purged by one zone view, other zone
views would return an error about missing key files. This has been fixed.
[GL #5315]1 parent 28234be commit f307022
2 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments