From e254372f7865a6eef72b13d319afc9d8e3108a9c Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Sat, 19 Feb 2022 12:24:01 +0000 Subject: [PATCH] unbound: fix build by removing use of broken links (#7304) --- projects/unbound/build.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/projects/unbound/build.sh b/projects/unbound/build.sh index 697e457b6..68c20a698 100755 --- a/projects/unbound/build.sh +++ b/projects/unbound/build.sh @@ -85,7 +85,3 @@ $CXX $CXXFLAGS -std=c++11 \ $LIBOBJS wget --directory-prefix $OUT https://github.com/jsha/unbound/raw/fuzzing-corpora/testdata/parse_packet_fuzzer_seed_corpus.zip -wget --directory-prefix $OUT https://github.com/luisx41/fuzzing-corpus/raw/master/projects/unbound/fuzz_1_fuzzer_seed_corpus.zip -wget --directory-prefix $OUT https://github.com/luisx41/fuzzing-corpus/raw/master/projects/unbound/fuzz_2_fuzzer_seed_corpus.zip -wget --directory-prefix $OUT https://github.com/luisx41/fuzzing-corpus/raw/master/projects/unbound/fuzz_3_fuzzer_seed_corpus.zip -wget --directory-prefix $OUT https://github.com/luisx41/fuzzing-corpus/raw/master/projects/unbound/fuzz_4_fuzzer_seed_corpus.zip