Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/
Date: Fri, 02 Oct 2020 11:11:35
Message-Id: 1601637088.b0467141c801b9dd66196fabec0c1d674d2bee66.jer@gentoo
1 commit: b0467141c801b9dd66196fabec0c1d674d2bee66
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 2 11:02:40 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 11:11:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0467141
7
8 net-analyzer/wireshark: Fix EGIT_REPO_URI
9
10 The old repository site is unmaintained, stuck in August 2020, and
11 contains vulnerable code, yet still returns no redirect or other useful
12 HTTP status code that would tell the user something is wrong. On
13 visiting the site with a web browser, and some URL hacking, the original
14 EGIT_REPO_URI does tell you where to go for the current repository, so
15 use that instead.
16
17 Package-Manager: Portage-3.0.8, Repoman-3.0.1
18 Bug: https://bugs.gentoo.org/744592
19 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
20
21 net-analyzer/wireshark/wireshark-99999999.ebuild | 2 +-
22 1 file changed, 1 insertion(+), 1 deletion(-)
23
24 diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild
25 index 580fa7c54d0..8783f28b085 100644
26 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild
27 +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild
28 @@ -7,7 +7,7 @@ inherit fcaps flag-o-matic git-r3 multilib python-any-r1 qmake-utils user xdg-ut
29
30 DESCRIPTION="A network protocol analyzer formerly known as ethereal"
31 HOMEPAGE="https://www.wireshark.org/"
32 -EGIT_REPO_URI="https://code.wireshark.org/review/wireshark"
33 +EGIT_REPO_URI="https://gitlab.com/wireshark/wireshark"
34 LICENSE="GPL-2"
35
36 SLOT="0/${PV}"