2515. [port] win32: build dnssec-dsfromkey and dnssec-keyfromlabel.
[RT #19063]
This commit is contained in:
@@ -93,6 +93,27 @@ Package=<4>
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "dsfromkey"="..\bin\dnssec\win32\dsfromkey.dsp" - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name libdns
|
||||
End Project Dependency
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name libisc
|
||||
End Project Dependency
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name dnssectool
|
||||
End Project Dependency
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "keygen"="..\bin\dnssec\win32\keygen.dsp" - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
@@ -390,6 +411,27 @@ Package=<4>
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "keyfromlabel"="..\bin\dnssec\win32\keyfromlabel.dsp" - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name libdns
|
||||
End Project Dependency
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name libisc
|
||||
End Project Dependency
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name dnssectool
|
||||
End Project Dependency
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "dnssectool"="..\bin\dnssec\win32\dnssectool.dsp" - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
|
||||
@@ -101,9 +101,9 @@ cd ..\..
|
||||
|
||||
cd dnssec\win32
|
||||
nmake /nologo -f keygen.mak CFG="keygen - Win32 Release" NO_EXTERNAL_DEPS="1"
|
||||
rem nmake /nologo -f makekeyset.mak CFG="makekeyset - Win32 Release" NO_EXTERNAL_DEPS="1"
|
||||
rem nmake /nologo -f signkey.mak CFG="signkey - Win32 Release" NO_EXTERNAL_DEPS="1"
|
||||
nmake /nologo -f signzone.mak CFG="signzone - Win32 Release" NO_EXTERNAL_DEPS="1"
|
||||
nmake /nologo -f dsfromkey.mak CFG="dsfromkey - Win32 Release" NO_EXTERNAL_DEPS="1"
|
||||
nmake /nologo -f keyfromlabel.mak CFG="keyfromlabel - Win32 Release" NO_EXTERNAL_DEPS="1"
|
||||
cd ..\..
|
||||
|
||||
rem This is the BIND 9 Installer
|
||||
|
||||
@@ -60,6 +60,8 @@ copy ..\bin\nsupdate\*.html ..\Build\Release
|
||||
copy ..\bin\check\*.html ..\Build\Release
|
||||
copy ..\bin\dnssec\dnssec-keygen.html ..\Build\Release
|
||||
copy ..\bin\dnssec\dnssec-signzone.html ..\Build\Release
|
||||
copy ..\bin\dnssec\dnssec-dsfromkey.html ..\Build\Release
|
||||
copy ..\bin\dnssec\dnssec-keyfromlabel.html ..\Build\Release
|
||||
|
||||
echo Copying the migration notes.
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
- PERFORMANCE OF THIS SOFTWARE.
|
||||
-->
|
||||
|
||||
<!-- $Id: index.html,v 1.6 2007/06/19 23:47:24 tbox Exp $ -->
|
||||
<!-- $Id: index.html,v 1.7 2008/12/14 21:14:54 marka Exp $ -->
|
||||
|
||||
<html>
|
||||
<head>
|
||||
@@ -38,6 +38,7 @@
|
||||
<ul>
|
||||
<li><a href="dig.html">dig</a><br>
|
||||
<li><a href="dnssec-keygen.html">dnssec-keygen</a> | <a href="dnssec-signzone.html">dnssec-signzone</a>
|
||||
<li><a href="dnssec-dsfromkey.html">dnssec-dsfromkey</a> | <a href="dnssec-keyfromlabel.html">dnssec-keyfromlabel</a>
|
||||
<li><a href="host.html">host</a>
|
||||
<li>
|
||||
<a href="named-checkconf.html">named-checkconf</a> |
|
||||
|
||||
@@ -2,7 +2,7 @@ Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
|
||||
Copyright (C) 2001, 2003 Internet Software Consortium.
|
||||
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
||||
|
||||
$Id: readme1st.txt,v 1.18 2007/05/02 23:46:54 tbox Exp $
|
||||
$Id: readme1st.txt,v 1.19 2008/12/14 21:14:54 marka Exp $
|
||||
|
||||
Release of BIND 9.5 for Window 2000/XP/2003
|
||||
|
||||
@@ -124,9 +124,10 @@ BIND 9 applications.
|
||||
|
||||
The following tools have been built for Windows NT: dig, nslookup,
|
||||
host, nsupdate, rndc, rndc-confgen, named-checkconf, named-checkzone,
|
||||
dnssec-keygen, dnssec-signzone. The tools will NOT run on Win9x,
|
||||
only WinNT and Win2000. The latter tools are for use with DNSSEC.
|
||||
All tools are installed in the dns/bin directory.
|
||||
dnssec-keygen, dnssec-signzone, dnssec-dsfromkey and dnssec-keyfromlabel.
|
||||
The tools will NOT run on Win9x, only WinNT and Win2000. The latter
|
||||
tools are for use with DNSSEC. All tools are installed in the
|
||||
dns/bin directory.
|
||||
|
||||
IMPORTANT NOTE ON USING THE TOOLS:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
|
||||
Copyright (C) 2001, 2002 Internet Software Consortium.
|
||||
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
||||
|
||||
$Id: win32-build.txt,v 1.11 2005/11/01 05:49:15 marka Exp $
|
||||
$Id: win32-build.txt,v 1.12 2008/12/14 21:14:54 marka Exp $
|
||||
|
||||
BIND 9.4 for Win32 Source Build Instructions. 28-May-2005
|
||||
|
||||
@@ -103,6 +103,8 @@ named-checkzone.exe
|
||||
|
||||
dnssec-keygen.exe
|
||||
dnssec-signzone.exe
|
||||
dnssec-dsfromkey.exe
|
||||
dnssec-keyfromlabel.exe
|
||||
|
||||
If you are building with VS.NET (aka VC++ V7) you will need additional
|
||||
system DLL's:
|
||||
|
||||
Reference in New Issue
Block a user