Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/rp-pppoe: update tarball URL
@ 2026-01-14 17:39 Bernd Kuhls
  2026-01-16 21:26 ` Thomas Petazzoni via buildroot
  2026-01-28 17:24 ` Arnout Vandecappelle via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2026-01-14 17:39 UTC (permalink / raw)
  To: buildroot

The project moved its repo to codeberg.org:
https://dianne.skoll.ca/pipermail/rp-pppoe/2025q3/000663.html

Updated tarball hash after verifying that no files changed, only the
directory name changed from rp-pppoe-4.0/ to rp-pppoe/

Fixes:
https://autobuild.buildroot.net/results/5ff/5fff21a4150a5f668d43830591e21b660299ed9d/

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/rp-pppoe/rp-pppoe.hash | 2 +-
 package/rp-pppoe/rp-pppoe.mk   | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/rp-pppoe/rp-pppoe.hash b/package/rp-pppoe/rp-pppoe.hash
index 97bb61eaf8..89f9f5c33f 100644
--- a/package/rp-pppoe/rp-pppoe.hash
+++ b/package/rp-pppoe/rp-pppoe.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256  17d45712778f2bf6b0859ff610a3dacd24bc4462e9f53bb1466d47af391701d3  rp-pppoe-4.0.tar.gz
+sha256  459904065fd4a70c927757d84cc7b4ef70946a707fa1b83f16246f925158b13e  4.0.tar.gz
 sha256  d2767e7ffc6dc9477812f6238551fe4b29a889df6f23c3922e7b9cec92bc278d  doc/LICENSE
diff --git a/package/rp-pppoe/rp-pppoe.mk b/package/rp-pppoe/rp-pppoe.mk
index 98325e7d49..562e0311f0 100644
--- a/package/rp-pppoe/rp-pppoe.mk
+++ b/package/rp-pppoe/rp-pppoe.mk
@@ -5,7 +5,8 @@
 ################################################################################
 
 RP_PPPOE_VERSION = 4.0
-RP_PPPOE_SITE = $(call github,dfskoll,rp-pppoe,$(RP_PPPOE_VERSION))
+RP_PPPOE_SITE = https://codeberg.org/dskoll/rp-pppoe/archive
+RP_PPPOE_SOURCE = $(RP_PPPOE_VERSION).tar.gz
 RP_PPPOE_LICENSE = GPL-2.0
 RP_PPPOE_LICENSE_FILES = doc/LICENSE
 RP_PPPOE_CPE_ID_VALID = YES
-- 
2.47.3

_______________________________________________
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 1/1] package/rp-pppoe: update tarball URL
  2026-01-14 17:39 [Buildroot] [PATCH 1/1] package/rp-pppoe: update tarball URL Bernd Kuhls
@ 2026-01-16 21:26 ` Thomas Petazzoni via buildroot
  2026-01-28 17:24 ` Arnout Vandecappelle via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2026-01-16 21:26 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

On Wed, Jan 14, 2026 at 06:39:25PM +0100, Bernd Kuhls wrote:
> The project moved its repo to codeberg.org:
> https://dianne.skoll.ca/pipermail/rp-pppoe/2025q3/000663.html
> 
> Updated tarball hash after verifying that no files changed, only the
> directory name changed from rp-pppoe-4.0/ to rp-pppoe/
> 
> Fixes:
> https://autobuild.buildroot.net/results/5ff/5fff21a4150a5f668d43830591e21b660299ed9d/
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

Applied, thanks!

> -sha256  17d45712778f2bf6b0859ff610a3dacd24bc4462e9f53bb1466d47af391701d3  rp-pppoe-4.0.tar.gz
> +sha256  459904065fd4a70c927757d84cc7b4ef70946a707fa1b83f16246f925158b13e  4.0.tar.gz

It would have been nice to find a solution that allowed to have a
better tarball name, but I couldn't find a quick solution, so I
applied as-is. And anyway, having a different tarball name is needed
to not have clashes on the hash value.

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
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 1/1] package/rp-pppoe: update tarball URL
  2026-01-14 17:39 [Buildroot] [PATCH 1/1] package/rp-pppoe: update tarball URL Bernd Kuhls
  2026-01-16 21:26 ` Thomas Petazzoni via buildroot
@ 2026-01-28 17:24 ` Arnout Vandecappelle via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-28 17:24 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Arnout Vandecappelle, buildroot

In reply of:
> The project moved its repo to codeberg.org:
> https://dianne.skoll.ca/pipermail/rp-pppoe/2025q3/000663.html
> 
> Updated tarball hash after verifying that no files changed, only the
> directory name changed from rp-pppoe-4.0/ to rp-pppoe/
> 
> Fixes:
> https://autobuild.buildroot.net/results/5ff/5fff21a4150a5f668d43830591e21b660299ed9d/
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

Applied to 2025.02.x and 2025.11.x. Thanks

> ---
>  package/rp-pppoe/rp-pppoe.hash | 2 +-
>  package/rp-pppoe/rp-pppoe.mk   | 3 ++-
>  2 files changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/package/rp-pppoe/rp-pppoe.hash b/package/rp-pppoe/rp-pppoe.hash
> index 97bb61eaf8..89f9f5c33f 100644
> --- a/package/rp-pppoe/rp-pppoe.hash
> +++ b/package/rp-pppoe/rp-pppoe.hash
> @@ -1,3 +1,3 @@
>  # Locally computed
> -sha256  17d45712778f2bf6b0859ff610a3dacd24bc4462e9f53bb1466d47af391701d3  rp-pppoe-4.0.tar.gz
> +sha256  459904065fd4a70c927757d84cc7b4ef70946a707fa1b83f16246f925158b13e  4.0.tar.gz
>  sha256  d2767e7ffc6dc9477812f6238551fe4b29a889df6f23c3922e7b9cec92bc278d  doc/LICENSE
> diff --git a/package/rp-pppoe/rp-pppoe.mk b/package/rp-pppoe/rp-pppoe.mk
> index 98325e7d49..562e0311f0 100644
> --- a/package/rp-pppoe/rp-pppoe.mk
> +++ b/package/rp-pppoe/rp-pppoe.mk
> @@ -5,7 +5,8 @@
>  ################################################################################
>  
>  RP_PPPOE_VERSION = 4.0
> -RP_PPPOE_SITE = $(call github,dfskoll,rp-pppoe,$(RP_PPPOE_VERSION))
> +RP_PPPOE_SITE = https://codeberg.org/dskoll/rp-pppoe/archive
> +RP_PPPOE_SOURCE = $(RP_PPPOE_VERSION).tar.gz
>  RP_PPPOE_LICENSE = GPL-2.0
>  RP_PPPOE_LICENSE_FILES = doc/LICENSE
>  RP_PPPOE_CPE_ID_VALID = YES
> -- 
> 2.47.3
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
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:[~2026-01-28 17:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-14 17:39 [Buildroot] [PATCH 1/1] package/rp-pppoe: update tarball URL Bernd Kuhls
2026-01-16 21:26 ` Thomas Petazzoni via buildroot
2026-01-28 17:24 ` Arnout Vandecappelle via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox