aboutsummaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2020-12-15 10:00:27 -0800
committerGitHub <noreply@github.com>2020-12-15 10:00:27 -0800
commit963832587cf99b1da24c6a10fa3971e12bd8b5a4 (patch)
tree20edd01072def3e216e19b49afaf79c5dae1d96a /projects
parenta4207919e661e5607e624f81cc81773ee02ffb2a (diff)
downloadoss-fuzz-963832587cf99b1da24c6a10fa3971e12bd8b5a4.tar.gz
Wireshark: Update the repo URLs. (#4851)
* Wireshark: Update the repo URLs. Wireshark's repository is at GitLab. * Update project.yaml Co-authored-by: Abhishek Arya <inferno@chromium.org>
Diffstat (limited to 'projects')
-rw-r--r--projects/wireshark/Dockerfile2
-rw-r--r--projects/wireshark/project.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/projects/wireshark/Dockerfile b/projects/wireshark/Dockerfile
index 4baee807a..bddbf98ef 100644
--- a/projects/wireshark/Dockerfile
+++ b/projects/wireshark/Dockerfile
@@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y ninja-build cmake \
flex bison libc-ares-dev \
libglib2.0-dev libgcrypt20-dev
-RUN git clone --depth=1 https://code.wireshark.org/review/wireshark
+RUN git clone --depth=1 https://gitlab.com/wireshark/wireshark.git
RUN git clone --depth=1 https://bitbucket.org/jwzawadzki/wireshark-fuzzdb.git
WORKDIR wireshark
diff --git a/projects/wireshark/project.yaml b/projects/wireshark/project.yaml
index 774965030..d4b2afe1c 100644
--- a/projects/wireshark/project.yaml
+++ b/projects/wireshark/project.yaml
@@ -14,4 +14,4 @@ fuzzing_engines:
- libfuzzer
- honggfuzz
- afl
-main_repo: 'https://code.wireshark.org/review/wireshark'
+main_repo: 'https://gitlab.com/wireshark/wireshark'