[1/1] package/rp-pppoe: fixup download URL

Message ID 20240908181505.403963-1-dario.binacchi@amarulasolutions.com
State New
Headers show
Series
  • [1/1] package/rp-pppoe: fixup download URL
Related show

Commit Message

Dario Binacchi Sept. 8, 2024, 6:15 p.m. UTC
As reported in [1], the download of rp-pppoe-3.15.tar.gz is no longer
guaranteed from the download section of the project.
As suggested by Dianne, the maintainer, for now we "can grab the tarball
from archive.org and then figure out a way to make it available to
buildroot users".

The idea is to later submit a patch to bump the version to 4.0 using the
official repository, which is https://salsa.debian.org/dskoll/rp-pppoe.

Fixes:
- http://autobuild.buildroot.org/results/8676456feec9dd401152887101ad1a9ce96cb769

[1] https://dianne.skoll.ca/pipermail/rp-pppoe/2024q3/000652.html

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---
 package/rp-pppoe/rp-pppoe.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

'Jan Kiszka' via Amarula Linux Sept. 9, 2024, 6:39 p.m. UTC | #1
On 08/09/2024 20:15, Dario Binacchi 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.
> As suggested by Dianne, the maintainer, for now we "can grab the tarball
> from archive.org and then figure out a way to make it available to
> buildroot users".

  There's a mirror on https://downloads.uls.co.za/rp-pppoe/ that still has the 
3.15 tarball. Perhaps we should use that one?

  Regards,
  Arnout

> 
> The idea is to later submit a patch to bump the version to 4.0 using the
> official repository, which is https://salsa.debian.org/dskoll/rp-pppoe.
> 
> Fixes:
> - http://autobuild.buildroot.org/results/8676456feec9dd401152887101ad1a9ce96cb769
> 
> [1] https://dianne.skoll.ca/pipermail/rp-pppoe/2024q3/000652.html
> 
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> ---
>   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..fae66894c103 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 = http://web.archive.org/web/20220523050110/https://dianne.skoll.ca/projects/rp-pppoe/download
>   RP_PPPOE_LICENSE = GPL-2.0
>   RP_PPPOE_LICENSE_FILES = doc/LICENSE
>   RP_PPPOE_CPE_ID_VALID = YES

To unsubscribe from this group and stop receiving emails from it, send an email to linux-amarula+unsubscribe@amarulasolutions.com.
Dario Binacchi Sept. 11, 2024, 3:44 p.m. UTC | #2
Hi Arnout,

On Mon, Sep 9, 2024 at 8:39 PM Arnout Vandecappelle <arnout@mind.be> wrote:
>
>
>
> On 08/09/2024 20:15, Dario Binacchi 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.
> > As suggested by Dianne, the maintainer, for now we "can grab the tarball
> > from archive.org and then figure out a way to make it available to
> > buildroot users".
>
>   There's a mirror on https://downloads.uls.co.za/rp-pppoe/ that still has the
> 3.15 tarball. Perhaps we should use that one?

Yes you are right.
As reported also in the rp-pppoe mailing list:
https://dianne.skoll.ca/pipermail/rp-pppoe/2024q3/000653.html

Thanks and regards,
Dario

>
>   Regards,
>   Arnout
>
> >
> > The idea is to later submit a patch to bump the version to 4.0 using the
> > official repository, which is https://salsa.debian.org/dskoll/rp-pppoe.
> >
> > Fixes:
> > - http://autobuild.buildroot.org/results/8676456feec9dd401152887101ad1a9ce96cb769
> >
> > [1] https://dianne.skoll.ca/pipermail/rp-pppoe/2024q3/000652.html
> >
> > Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> > ---
> >   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..fae66894c103 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 = http://web.archive.org/web/20220523050110/https://dianne.skoll.ca/projects/rp-pppoe/download
> >   RP_PPPOE_LICENSE = GPL-2.0
> >   RP_PPPOE_LICENSE_FILES = doc/LICENSE
> >   RP_PPPOE_CPE_ID_VALID = YES

Patch

diff --git a/package/rp-pppoe/rp-pppoe.mk b/package/rp-pppoe/rp-pppoe.mk
index f50f1e5a1fd1..fae66894c103 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 = http://web.archive.org/web/20220523050110/https://dianne.skoll.ca/projects/rp-pppoe/download
 RP_PPPOE_LICENSE = GPL-2.0
 RP_PPPOE_LICENSE_FILES = doc/LICENSE
 RP_PPPOE_CPE_ID_VALID = YES