All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] hostapd: fix upstream URL
@ 2017-09-14 15:11 Alexander Mukhin
  2017-10-10 21:34 ` Thomas Petazzoni
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Alexander Mukhin @ 2017-09-14 15:11 UTC (permalink / raw)
  To: buildroot

hostapd project URL has been changed to w1.fi/hostapd.
The old domain epitest.fi has expired.

Signed-off-by: Alexander Mukhin <alexander.i.mukhin@gmail.com>
---
 package/hostapd/Config.in  | 2 +-
 package/hostapd/hostapd.mk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/hostapd/Config.in b/package/hostapd/Config.in
index cec2a123e..40c7015e7 100644
--- a/package/hostapd/Config.in
+++ b/package/hostapd/Config.in
@@ -10,7 +10,7 @@ config BR2_PACKAGE_HOSTAPD
 	  IEEE 802.1X/WPA/WPA2/EAP authenticators, RADIUS client,
 	  EAP server and RADIUS authentication server.
 
-	  http://hostap.epitest.fi/
+	  http://w1.fi/hostapd/
 
 if BR2_PACKAGE_HOSTAPD
 
diff --git a/package/hostapd/hostapd.mk b/package/hostapd/hostapd.mk
index 40e28ee67..7edcac89d 100644
--- a/package/hostapd/hostapd.mk
+++ b/package/hostapd/hostapd.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 HOSTAPD_VERSION = 2.6
-HOSTAPD_SITE = http://hostap.epitest.fi/releases
+HOSTAPD_SITE = http://w1.fi/releases
 HOSTAPD_SUBDIR = hostapd
 HOSTAPD_CONFIG = $(HOSTAPD_DIR)/$(HOSTAPD_SUBDIR)/.config
 HOSTAPD_DEPENDENCIES = host-pkgconf libnl
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH] hostapd: fix upstream URL
  2017-09-14 15:11 [Buildroot] [PATCH] hostapd: fix upstream URL Alexander Mukhin
@ 2017-10-10 21:34 ` Thomas Petazzoni
  2017-10-15 20:12 ` Peter Korsgaard
  2017-10-16 11:37 ` Peter Korsgaard
  2 siblings, 0 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2017-10-10 21:34 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu, 14 Sep 2017 18:11:14 +0300, Alexander Mukhin wrote:
> hostapd project URL has been changed to w1.fi/hostapd.
> The old domain epitest.fi has expired.
> 
> Signed-off-by: Alexander Mukhin <alexander.i.mukhin@gmail.com>
> ---
>  package/hostapd/Config.in  | 2 +-
>  package/hostapd/hostapd.mk | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH] hostapd: fix upstream URL
  2017-09-14 15:11 [Buildroot] [PATCH] hostapd: fix upstream URL Alexander Mukhin
  2017-10-10 21:34 ` Thomas Petazzoni
@ 2017-10-15 20:12 ` Peter Korsgaard
  2017-10-16 11:37 ` Peter Korsgaard
  2 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2017-10-15 20:12 UTC (permalink / raw)
  To: buildroot

>>>>> "Alexander" == Alexander Mukhin <alexander.i.mukhin@gmail.com> writes:

 > hostapd project URL has been changed to w1.fi/hostapd.
 > The old domain epitest.fi has expired.

 > Signed-off-by: Alexander Mukhin <alexander.i.mukhin@gmail.com>

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH] hostapd: fix upstream URL
  2017-09-14 15:11 [Buildroot] [PATCH] hostapd: fix upstream URL Alexander Mukhin
  2017-10-10 21:34 ` Thomas Petazzoni
  2017-10-15 20:12 ` Peter Korsgaard
@ 2017-10-16 11:37 ` Peter Korsgaard
  2017-10-18  9:30   ` Alexander Mukhin
  2017-10-18  9:34   ` [Buildroot] [PATCH] wpa_supplicant: " Alexander Mukhin
  2 siblings, 2 replies; 8+ messages in thread
From: Peter Korsgaard @ 2017-10-16 11:37 UTC (permalink / raw)
  To: buildroot

>>>>> "Alexander" == Alexander Mukhin <alexander.i.mukhin@gmail.com> writes:

 > hostapd project URL has been changed to w1.fi/hostapd.
 > The old domain epitest.fi has expired.

 > Signed-off-by: Alexander Mukhin <alexander.i.mukhin@gmail.com>

What about wpa_supplicant? Doesn't it need the same change?

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH] hostapd: fix upstream URL
  2017-10-16 11:37 ` Peter Korsgaard
@ 2017-10-18  9:30   ` Alexander Mukhin
  2017-10-18  9:34   ` [Buildroot] [PATCH] wpa_supplicant: " Alexander Mukhin
  1 sibling, 0 replies; 8+ messages in thread
From: Alexander Mukhin @ 2017-10-18  9:30 UTC (permalink / raw)
  To: buildroot

On Mon, Oct 16, 2017 at 01:37:27PM +0200, Peter Korsgaard wrote:
> >>>>> "Alexander" == Alexander Mukhin <alexander.i.mukhin@gmail.com> writes:
> 
>  > hostapd project URL has been changed to w1.fi/hostapd.
>  > The old domain epitest.fi has expired.
> 
>  > Signed-off-by: Alexander Mukhin <alexander.i.mukhin@gmail.com>
> 
> What about wpa_supplicant? Doesn't it need the same change?
> 
> -- 
> Bye, Peter Korsgaard

Yes, it surely does.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH] wpa_supplicant: fix upstream URL
  2017-10-16 11:37 ` Peter Korsgaard
  2017-10-18  9:30   ` Alexander Mukhin
@ 2017-10-18  9:34   ` Alexander Mukhin
  2017-10-18 20:33     ` Thomas Petazzoni
  2017-10-19 15:06     ` Peter Korsgaard
  1 sibling, 2 replies; 8+ messages in thread
From: Alexander Mukhin @ 2017-10-18  9:34 UTC (permalink / raw)
  To: buildroot

wpa_supplicant project URL has been changed to w1.fi/wpa_supplicant.
The old domain epitest.fi has expired.

Signed-off-by: Alexander Mukhin <alexander.i.mukhin@gmail.com>
---
 package/wpa_supplicant/Config.in         | 2 +-
 package/wpa_supplicant/wpa_supplicant.mk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/wpa_supplicant/Config.in b/package/wpa_supplicant/Config.in
index 0f629169e6..4b810bf1a8 100644
--- a/package/wpa_supplicant/Config.in
+++ b/package/wpa_supplicant/Config.in
@@ -4,7 +4,7 @@ config BR2_PACKAGE_WPA_SUPPLICANT
 	help
 	  WPA supplicant for secure wireless networks
 
-	  http://hostap.epitest.fi/wpa_supplicant/
+	  http://w1.fi/wpa_supplicant/
 
 if BR2_PACKAGE_WPA_SUPPLICANT
 
diff --git a/package/wpa_supplicant/wpa_supplicant.mk b/package/wpa_supplicant/wpa_supplicant.mk
index e32c2557c8..da757aaab0 100644
--- a/package/wpa_supplicant/wpa_supplicant.mk
+++ b/package/wpa_supplicant/wpa_supplicant.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 WPA_SUPPLICANT_VERSION = 2.6
-WPA_SUPPLICANT_SITE = http://hostap.epitest.fi/releases
+WPA_SUPPLICANT_SITE = http://w1.fi/releases
 WPA_SUPPLICANT_PATCH = \
 	http://w1.fi/security/2017-1/rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch \
 	http://w1.fi/security/2017-1/rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch \
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH] wpa_supplicant: fix upstream URL
  2017-10-18  9:34   ` [Buildroot] [PATCH] wpa_supplicant: " Alexander Mukhin
@ 2017-10-18 20:33     ` Thomas Petazzoni
  2017-10-19 15:06     ` Peter Korsgaard
  1 sibling, 0 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2017-10-18 20:33 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 18 Oct 2017 12:34:06 +0300, Alexander Mukhin wrote:
> wpa_supplicant project URL has been changed to w1.fi/wpa_supplicant.
> The old domain epitest.fi has expired.
> 
> Signed-off-by: Alexander Mukhin <alexander.i.mukhin@gmail.com>
> ---
>  package/wpa_supplicant/Config.in         | 2 +-
>  package/wpa_supplicant/wpa_supplicant.mk | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] [PATCH] wpa_supplicant: fix upstream URL
  2017-10-18  9:34   ` [Buildroot] [PATCH] wpa_supplicant: " Alexander Mukhin
  2017-10-18 20:33     ` Thomas Petazzoni
@ 2017-10-19 15:06     ` Peter Korsgaard
  1 sibling, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2017-10-19 15:06 UTC (permalink / raw)
  To: buildroot

>>>>> "Alexander" == Alexander Mukhin <alexander.i.mukhin@gmail.com> writes:

 > wpa_supplicant project URL has been changed to w1.fi/wpa_supplicant.
 > The old domain epitest.fi has expired.

 > Signed-off-by: Alexander Mukhin <alexander.i.mukhin@gmail.com>

Committed to 2017.02.x and 2017.08.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-10-19 15:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-14 15:11 [Buildroot] [PATCH] hostapd: fix upstream URL Alexander Mukhin
2017-10-10 21:34 ` Thomas Petazzoni
2017-10-15 20:12 ` Peter Korsgaard
2017-10-16 11:37 ` Peter Korsgaard
2017-10-18  9:30   ` Alexander Mukhin
2017-10-18  9:34   ` [Buildroot] [PATCH] wpa_supplicant: " Alexander Mukhin
2017-10-18 20:33     ` Thomas Petazzoni
2017-10-19 15:06     ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.