summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-10-02 13:02:40 +0200
committerJeroen Roovers <jer@gentoo.org>2020-10-02 13:11:28 +0200
commitb0467141c801b9dd66196fabec0c1d674d2bee66 (patch)
tree1109d719c7c9d7f463e5cf52b8d5a858f64ea4a2
parentsys-firmware/edk2-ovmf: py3-patching is not needed on USE=binary (diff)
downloadgentoo-b0467141.tar.gz
gentoo-b0467141.tar.bz2
gentoo-b0467141.zip
net-analyzer/wireshark: Fix EGIT_REPO_URI
The old repository site is unmaintained, stuck in August 2020, and contains vulnerable code, yet still returns no redirect or other useful HTTP status code that would tell the user something is wrong. On visiting the site with a web browser, and some URL hacking, the original EGIT_REPO_URI does tell you where to go for the current repository, so use that instead. Package-Manager: Portage-3.0.8, Repoman-3.0.1 Bug: https://bugs.gentoo.org/744592 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
-rw-r--r--net-analyzer/wireshark/wireshark-99999999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild
index 580fa7c54d0b..8783f28b0851 100644
--- a/net-analyzer/wireshark/wireshark-99999999.ebuild
+++ b/net-analyzer/wireshark/wireshark-99999999.ebuild
@@ -7,7 +7,7 @@ inherit fcaps flag-o-matic git-r3 multilib python-any-r1 qmake-utils user xdg-ut
DESCRIPTION="A network protocol analyzer formerly known as ethereal"
HOMEPAGE="https://www.wireshark.org/"
-EGIT_REPO_URI="https://code.wireshark.org/review/wireshark"
+EGIT_REPO_URI="https://gitlab.com/wireshark/wireshark"
LICENSE="GPL-2"
SLOT="0/${PV}"