* update to 4.14.11 * fix AD_DC build * add vfs_widelinks to defaults * refresh patches * fixes: #16697, #17692 * fixes: CVE-2016-2124, CVE-2020-25717, CVE-2020-25718, CVE-2020-25719, CVE-2020-25721, CVE-2020-25722, CVE-2021-3738, CVE-2021-23192 Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
15 lines
530 B
Diff
15 lines
530 B
Diff
--- a/python/wscript
|
|
+++ b/python/wscript
|
|
@@ -73,9 +73,9 @@ def configure(conf):
|
|
for module, package in selftest_pkgs.items():
|
|
find_third_party_module(conf, module, package)
|
|
|
|
- if not Options.options.without_ad_dc:
|
|
- for module, package in ad_dc_pkgs.items():
|
|
- find_third_party_module(conf, module, package)
|
|
+# if not Options.options.without_ad_dc:
|
|
+# for module, package in ad_dc_pkgs.items():
|
|
+# find_third_party_module(conf, module, package)
|
|
|
|
|
|
def build(bld):
|