From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C0651396D9 for ; Sat, 28 Oct 2017 21:06:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97BDA2BC167; Sat, 28 Oct 2017 21:06:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76E592BC167 for ; Sat, 28 Oct 2017 21:06:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85DCD341646 for ; Sat, 28 Oct 2017 21:06:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49D5741F for ; Sat, 28 Oct 2017 21:06:20 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1509224762.f74f33ab5075e1cb996d9f95341b3989b0ca72bf.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/wpa_supplicant/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/wpa_supplicant/wpa_supplicant-2.6-r3.ebuild X-VCS-Directories: net-wireless/wpa_supplicant/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f74f33ab5075e1cb996d9f95341b3989b0ca72bf X-VCS-Branch: master Date: Sat, 28 Oct 2017 21:06:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9c8569b2-1cb1-4d03-bef9-9f4e49f733c8 X-Archives-Hash: 038e1efb8fbb1d0ec77a64aaa2b48d02 commit: f74f33ab5075e1cb996d9f95341b3989b0ca72bf Author: charIes17 arcor de> AuthorDate: Fri Oct 20 04:58:12 2017 +0000 Commit: Andreas Sturmlechner gentoo 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 )"