From: Mark Andrews Date: Wed, 22 Dec 2010 04:05:41 +0000 (+0000) Subject: 2997. [func] named -V now reports the OpenSSL and libxml2 verions X-Git-Tag: v9.8.1~98 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=78fcac2f191b32ceb4dc0036e67ca23a7c4c55c5;p=thirdparty%2Fbind9.git 2997. [func] named -V now reports the OpenSSL and libxml2 verions it was compiled against. [RT #22687] --- diff --git a/win32utils/updateopenssl.pl b/win32utils/updateopenssl.pl index a05963c881a..df97a5bf972 100644 --- a/win32utils/updateopenssl.pl +++ b/win32utils/updateopenssl.pl @@ -14,7 +14,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: updateopenssl.pl,v 1.13 2010/05/18 06:47:46 tbox Exp $ +# $Id: updateopenssl.pl,v 1.14 2010/12/22 04:05:41 marka Exp $ # updateopenssl.pl # This script locates the latest version of OpenSSL in the grandparent @@ -27,7 +27,9 @@ $path = "..\\..\\"; # openssl directory @filelist = ("SetupLibs.bat", "../lib/dns/win32/libdns.mak", - "../lib/dns/win32/libdns.dsp"); + "../lib/dns/win32/libdns.dsp", + "../bin/named/win32/named.mak", + "../bin/named/win32/named.dsp"); # Locate the openssl directory $substr = getdirectory();