mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
23eeeeadc8
Fixes CVEs: CVE-2018-5738 CVE-2018-5740 CVE-2018-5743 CVE-2018-5744 CVE-2018-5745 CVE-2019-6465 CVE-2019-6471 Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> [mention fixed CVEs;patches: refreshed and removed those which are in upstream now]
12 lines
307 B
Diff
12 lines
307 B
Diff
--- a/bin/Makefile.in
|
|
+++ b/bin/Makefile.in
|
|
@@ -12,7 +12,7 @@ VPATH = @srcdir@
|
|
top_srcdir = @top_srcdir@
|
|
|
|
SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen \
|
|
- @NZD_TOOLS@ @PYTHON_TOOLS@ @PKCS11_TOOLS@ tests
|
|
+ @NZD_TOOLS@ @PYTHON_TOOLS@ @PKCS11_TOOLS@
|
|
TARGETS =
|
|
|
|
@BIND9_MAKE_RULES@
|