]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2997. [func] named -V now reports the OpenSSL and libxml2 verions
authorMark Andrews <marka@isc.org>
Wed, 22 Dec 2010 04:05:41 +0000 (04:05 +0000)
committerMark Andrews <marka@isc.org>
Wed, 22 Dec 2010 04:05:41 +0000 (04:05 +0000)
                        it was compiled against. [RT #22687]

win32utils/updateopenssl.pl

index a05963c881abb00dd1a0be09ffc288dceb7787f0..df97a5bf97280b2f91188b7d1510cce5a120c1a1 100644 (file)
@@ -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();