mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 14:59:59 -04:00
4464. [bug] Fix windows python support. [RT #43173]
(cherry picked from commit 85468d4c81)
This commit is contained in:
parent
178dc0e1d6
commit
095c47be54
2 changed files with 16 additions and 0 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
4464. [bug] Fix windows python support. [RT #43173]
|
||||
|
||||
4463. [bug] The dnstap system test failed on some systems.
|
||||
[RT #43129]
|
||||
|
||||
|
|
|
|||
|
|
@ -73,6 +73,20 @@ my @filelist = ("..\\bin\\check\\win32\\checktool.dsp",
|
|||
"..\\bin\\python\\dnssec-checkds.py",
|
||||
"..\\bin\\python\\dnssec-coverage.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\\rndc\\win32\\rndc.dsp",
|
||||
"..\\bin\\rndc\\win32\\rndc.mak",
|
||||
|
|
|
|||
Loading…
Reference in a new issue