commit: f74f33ab5075e1cb996d9f95341b3989b0ca72bf Author: charIes17 <charles17 <AT> arcor <DOT> de> AuthorDate: Fri Oct 20 04:58:12 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Oct 28 21:06:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f74f33ab
net-wireless/wpa_supplicant: HOMEPAGE, avoid redirect curl --head http://hostap.epitest.fi/wpa_supplicant/ HTTP/1.1 301 Moved Permanently Date: Fri, 20 Oct 2017 04:56:32 GMT Server: Apache/2.2.22 (Ubuntu) Location: http://w1.fi/wpa_supplicant/ Vary: Accept-Encoding Content-Type: text/html; charset=iso-8859-1 Package-Manager: Portage-2.3.10, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/5994 net-wireless/wpa_supplicant/wpa_supplicant-2.6-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r3.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r3.ebuild index 65863bc08d8..75678260475 100644 --- a/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r3.ebuild +++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r3.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit eutils qmake-utils systemd toolchain-funcs DESCRIPTION="IEEE 802.1X/WPA supplicant for secure wireless transfers" -HOMEPAGE="http://hostap.epitest.fi/wpa_supplicant/" +HOMEPAGE="https://w1.fi/wpa_supplicant/" SRC_URI="http://hostap.epitest.fi/releases/${P}.tar.gz" LICENSE="|| ( GPL-2 BSD )"