* [Buildroot] [PATCH v2 1/1] package/rp-pppoe: fixup download URL
@ 2024-09-11 15:50 Dario Binacchi
2024-09-14 8:00 ` Thomas Petazzoni via buildroot
2024-09-19 11:27 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Dario Binacchi @ 2024-09-11 15:50 UTC (permalink / raw)
To: buildroot; +Cc: Jaco Kroon, Dianne Skoll, Dario Binacchi
As reported in [1], the download of rp-pppoe-3.15.tar.gz is no longer
guaranteed from the download section of the project.
Fortunately, Jacon Kroon is hosting the RP-PPPoE source code for versions
3.15 and 4.0 in a location that permits automated downloads.
Fixes:
- http://autobuild.buildroot.org/results/8676456feec9dd401152887101ad1a9ce96cb769
[1] https://dianne.skoll.ca/pipermail/rp-pppoe/2024q3/000652.html
Cc: Jaco Kroon <jaco@uls.co.za>
Cc: Dianne Skoll <dianne@skoll.ca>
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---
Changes v1 -> v2:
- Change download URL.
package/rp-pppoe/rp-pppoe.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/rp-pppoe/rp-pppoe.mk b/package/rp-pppoe/rp-pppoe.mk
index f50f1e5a1fd1..75f2290442bc 100644
--- a/package/rp-pppoe/rp-pppoe.mk
+++ b/package/rp-pppoe/rp-pppoe.mk
@@ -5,7 +5,7 @@
################################################################################
RP_PPPOE_VERSION = 3.15
-RP_PPPOE_SITE = https://dianne.skoll.ca/projects/rp-pppoe/download
+RP_PPPOE_SITE = https://downloads.uls.co.za/rp-pppoe
RP_PPPOE_LICENSE = GPL-2.0
RP_PPPOE_LICENSE_FILES = doc/LICENSE
RP_PPPOE_CPE_ID_VALID = YES
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH v2 1/1] package/rp-pppoe: fixup download URL
2024-09-11 15:50 [Buildroot] [PATCH v2 1/1] package/rp-pppoe: fixup download URL Dario Binacchi
@ 2024-09-14 8:00 ` Thomas Petazzoni via buildroot
2024-09-19 11:27 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-09-14 8:00 UTC (permalink / raw)
To: Dario Binacchi; +Cc: Jaco Kroon, Dianne Skoll, buildroot
On Wed, 11 Sep 2024 17:50:23 +0200
Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote:
> As reported in [1], the download of rp-pppoe-3.15.tar.gz is no longer
> guaranteed from the download section of the project.
>
> Fortunately, Jacon Kroon is hosting the RP-PPPoE source code for versions
> 3.15 and 4.0 in a location that permits automated downloads.
>
> Fixes:
> - http://autobuild.buildroot.org/results/8676456feec9dd401152887101ad1a9ce96cb769
>
> [1] https://dianne.skoll.ca/pipermail/rp-pppoe/2024q3/000652.html
>
> Cc: Jaco Kroon <jaco@uls.co.za>
> Cc: Dianne Skoll <dianne@skoll.ca>
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> ---
> Changes v1 -> v2:
> - Change download URL.
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH v2 1/1] package/rp-pppoe: fixup download URL
2024-09-11 15:50 [Buildroot] [PATCH v2 1/1] package/rp-pppoe: fixup download URL Dario Binacchi
2024-09-14 8:00 ` Thomas Petazzoni via buildroot
@ 2024-09-19 11:27 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-09-19 11:27 UTC (permalink / raw)
To: Dario Binacchi; +Cc: Jaco Kroon, Dianne Skoll, buildroot
>>>>> "Dario" == Dario Binacchi <dario.binacchi@amarulasolutions.com> writes:
> As reported in [1], the download of rp-pppoe-3.15.tar.gz is no longer
> guaranteed from the download section of the project.
> Fortunately, Jacon Kroon is hosting the RP-PPPoE source code for versions
> 3.15 and 4.0 in a location that permits automated downloads.
> Fixes:
> - http://autobuild.buildroot.org/results/8676456feec9dd401152887101ad1a9ce96cb769
> [1] https://dianne.skoll.ca/pipermail/rp-pppoe/2024q3/000652.html
> Cc: Jaco Kroon <jaco@uls.co.za>
> Cc: Dianne Skoll <dianne@skoll.ca>
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> ---
> Changes v1 -> v2:
> - Change download URL.
Committed to 2024.02.x and 2024.08.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-19 11:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-11 15:50 [Buildroot] [PATCH v2 1/1] package/rp-pppoe: fixup download URL Dario Binacchi
2024-09-14 8:00 ` Thomas Petazzoni via buildroot
2024-09-19 11:27 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox