From: Evan Hunt Date: Mon, 8 Jul 2013 17:31:42 +0000 (-0700) Subject: [master] add missing binaries to BINDInstall X-Git-Tag: v9.10.0a1~234 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=26bda028ad3854d2e695feb9333ef3dbe6b2fa1a;p=thirdparty%2Fbind9.git [master] add missing binaries to BINDInstall 3610. [cleanup] win32: Some executables had been omitted from the installer. [RT #34116] --- diff --git a/CHANGES b/CHANGES index c7e421adde5..72edfc54297 100644 --- 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] diff --git a/bin/win32/BINDInstall/BINDInstallDlg.cpp b/bin/win32/BINDInstall/BINDInstallDlg.cpp index b321c5aebc4..d05844a0501 100644 --- a/bin/win32/BINDInstall/BINDInstallDlg.cpp +++ b/bin/win32/BINDInstall/BINDInstallDlg.cpp @@ -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},