2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

4464. [bug] Fix windows python support. [RT #43173]

This commit is contained in:
Mark Andrews
2016-09-08 13:55:01 +10:00
parent ed7097fc00
commit 85468d4c81
2 changed files with 16 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
4464. [bug] Fix windows python support. [RT #43173]
4463. [bug] The dnstap system test failed on some systems. 4463. [bug] The dnstap system test failed on some systems.
[RT #43129] [RT #43129]

View File

@@ -73,6 +73,20 @@ my @filelist = ("..\\bin\\check\\win32\\checktool.dsp",
"..\\bin\\python\\dnssec-checkds.py", "..\\bin\\python\\dnssec-checkds.py",
"..\\bin\\python\\dnssec-coverage.py", "..\\bin\\python\\dnssec-coverage.py",
"..\\bin\\python\\dnssec-keymgr.py", "..\\bin\\python\\dnssec-keymgr.py",
"..\\bin\\python\\isc\\__init__.py",
"..\\bin\\python\\isc\\checkds.py",
"..\\bin\\python\\isc\\coverage.py",
"..\\bin\\python\\isc\\dnskey.py",
"..\\bin\\python\\isc\\eventlist.py",
"..\\bin\\python\\isc\\keydict.py",
"..\\bin\\python\\isc\\keyevent.py",
"..\\bin\\python\\isc\\keymgr.py",
"..\\bin\\python\\isc\\keyseries.py",
"..\\bin\\python\\isc\\keyzone.py",
"..\\bin\\python\\isc\\policy.py",
"..\\bin\\python\\isc\\rndc.py",
"..\\bin\\python\\isc\\tests\\dnskey_test.py",
"..\\bin\\python\\isc\\tests\\policy_test.py",
"..\\bin\\python\\isc\\utils.py", "..\\bin\\python\\isc\\utils.py",
"..\\bin\\rndc\\win32\\rndc.dsp", "..\\bin\\rndc\\win32\\rndc.dsp",
"..\\bin\\rndc\\win32\\rndc.mak", "..\\bin\\rndc\\win32\\rndc.mak",