mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
2997. [func] named -V now reports the OpenSSL and libxml2 verions
it was compiled against. [RT #22687]
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
# PERFORMANCE OF THIS SOFTWARE.
|
# 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
|
# updateopenssl.pl
|
||||||
# This script locates the latest version of OpenSSL in the grandparent
|
# This script locates the latest version of OpenSSL in the grandparent
|
||||||
@@ -27,7 +27,9 @@ $path = "..\\..\\";
|
|||||||
# openssl directory
|
# openssl directory
|
||||||
@filelist = ("SetupLibs.bat",
|
@filelist = ("SetupLibs.bat",
|
||||||
"../lib/dns/win32/libdns.mak",
|
"../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
|
# Locate the openssl directory
|
||||||
$substr = getdirectory();
|
$substr = getdirectory();
|
||||||
|
Reference in New Issue
Block a user