Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/wpa_supplicant/
Date: Sat, 28 Oct 2017 21:06:23
Message-Id: 1509224762.f74f33ab5075e1cb996d9f95341b3989b0ca72bf.asturm@gentoo
1 commit: f74f33ab5075e1cb996d9f95341b3989b0ca72bf
2 Author: charIes17 <charles17 <AT> arcor <DOT> de>
3 AuthorDate: Fri Oct 20 04:58:12 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 28 21:06:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f74f33ab
7
8 net-wireless/wpa_supplicant: HOMEPAGE, avoid redirect
9
10 curl --head http://hostap.epitest.fi/wpa_supplicant/
11 HTTP/1.1 301 Moved Permanently
12 Date: Fri, 20 Oct 2017 04:56:32 GMT
13 Server: Apache/2.2.22 (Ubuntu)
14 Location: http://w1.fi/wpa_supplicant/
15 Vary: Accept-Encoding
16 Content-Type: text/html; charset=iso-8859-1
17 Package-Manager: Portage-2.3.10, Repoman-2.3.3
18 Closes: https://github.com/gentoo/gentoo/pull/5994
19
20 net-wireless/wpa_supplicant/wpa_supplicant-2.6-r3.ebuild | 2 +-
21 1 file changed, 1 insertion(+), 1 deletion(-)
22
23 diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r3.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r3.ebuild
24 index 65863bc08d8..75678260475 100644
25 --- a/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r3.ebuild
26 +++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r3.ebuild
27 @@ -6,7 +6,7 @@ EAPI=6
28 inherit eutils qmake-utils systemd toolchain-funcs
29
30 DESCRIPTION="IEEE 802.1X/WPA supplicant for secure wireless transfers"
31 -HOMEPAGE="http://hostap.epitest.fi/wpa_supplicant/"
32 +HOMEPAGE="https://w1.fi/wpa_supplicant/"
33 SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz"
34 LICENSE="|| ( GPL-2 BSD )"