]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] add missing binaries to BINDInstall
authorEvan Hunt <each@isc.org>
Mon, 8 Jul 2013 17:31:42 +0000 (10:31 -0700)
committerEvan Hunt <each@isc.org>
Mon, 8 Jul 2013 17:31:42 +0000 (10:31 -0700)
3610. [cleanup] win32: Some executables had been omitted from the
installer. [RT #34116]

CHANGES
bin/win32/BINDInstall/BINDInstallDlg.cpp

diff --git a/CHANGES b/CHANGES
index c7e421adde5dfa04d8e6176d2ed2758e5d0589c5..72edfc5429702771561bd1a941275df8370c2961 100644 (file)
--- a/CHANGES
+++ b/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]
 
index b321c5aebc4ae1933fd1e281faa4cf118a3f0ab7..d05844a05013902fe7a31a7d1cbd4e7d949acc6d 100644 (file)
@@ -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},