mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 00:12:04 -04:00
[master] add missing binaries to BINDInstall
3610. [cleanup] win32: Some executables had been omitted from the installer. [RT #34116]
This commit is contained in:
parent
eb4458b478
commit
26bda028ad
2 changed files with 5 additions and 0 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
3610. [cleanup] win32: Some executables had been omitted from the
|
||||
installer. [RT #34116]
|
||||
|
||||
3609. [bug] Corrected a possible deadlock in applications using
|
||||
the export version of the isc_app API. [RT #33967]
|
||||
|
||||
|
|
|
|||
|
|
@ -154,6 +154,8 @@ const FileData installFiles[] =
|
|||
{"dnssec-dsfromkey.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE},
|
||||
{"dnssec-keyfromlabel.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE},
|
||||
{"dnssec-revoke.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE},
|
||||
{"dnssec-settime.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE},
|
||||
{"dnssec-verify.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE},
|
||||
{"named-checkconf.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE},
|
||||
{"named-checkzone.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE},
|
||||
{"named-compilezone.exe", FileData::BinDir, FileData::Normal, FALSE, FALSE},
|
||||
|
|
|
|||
Loading…
Reference in a new issue