* [Buildroot] [PATCH 1/1] package/c-ares: update site url
@ 2024-06-17 18:01 Alexander Wellbrock via buildroot
2024-06-18 10:08 ` Marcus Hoffmann via buildroot
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Alexander Wellbrock via buildroot @ 2024-06-17 18:01 UTC (permalink / raw)
To: buildroot; +Cc: alex, Alexander Wellbrock
From: alex <alexander.wellbrock@othermo.de>
Download URLs changed after hosting of the c-ares website changed
ownership:
https://daniel.haxx.se/blog/2024/06/06/bye-bye-hosting-c-ares-web/
This cannot be fixed upstream as github pages does not support .htaccess
files according to:
https://github.com/c-ares/c-ares.github.io/issues/2
Signed-off-by: Alexander Wellbrock <a.wellbrock@mailbox.org>
---
package/c-ares/c-ares.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/c-ares/c-ares.mk b/package/c-ares/c-ares.mk
index c4441255a2..a75a40da70 100644
--- a/package/c-ares/c-ares.mk
+++ b/package/c-ares/c-ares.mk
@@ -5,7 +5,7 @@
################################################################################
C_ARES_VERSION = 1.27.0
-C_ARES_SITE = http://c-ares.haxx.se/download
+C_ARES_SITE = https://github.com/c-ares/c-ares/releases/download/cares-1_27_0
C_ARES_INSTALL_STAGING = YES
C_ARES_CONF_OPTS = --with-random=/dev/urandom
C_ARES_LICENSE = MIT
--
2.42.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [Buildroot] [PATCH 1/1] package/c-ares: update site url
2024-06-17 18:01 [Buildroot] [PATCH 1/1] package/c-ares: update site url Alexander Wellbrock via buildroot
@ 2024-06-18 10:08 ` Marcus Hoffmann via buildroot
2024-06-21 20:07 ` Yann E. MORIN
2024-06-21 20:13 ` Yann E. MORIN
2024-07-11 19:10 ` Thomas Petazzoni via buildroot
2 siblings, 1 reply; 8+ messages in thread
From: Marcus Hoffmann via buildroot @ 2024-06-18 10:08 UTC (permalink / raw)
To: a.wellbrock, buildroot; +Cc: alex
Hi Alex,
On 17.06.24 20:01, Alexander Wellbrock via buildroot wrote:
> From: alex <alexander.wellbrock@othermo.de>
>
> Download URLs changed after hosting of the c-ares website changed
> ownership:
> https://daniel.haxx.se/blog/2024/06/06/bye-bye-hosting-c-ares-web/
>
> This cannot be fixed upstream as github pages does not support .htaccess
> files according to:
> https://github.com/c-ares/c-ares.github.io/issues/2
>
> Signed-off-by: Alexander Wellbrock <a.wellbrock@mailbox.org>
> ---
> package/c-ares/c-ares.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/c-ares/c-ares.mk b/package/c-ares/c-ares.mk
> index c4441255a2..a75a40da70 100644
> --- a/package/c-ares/c-ares.mk
> +++ b/package/c-ares/c-ares.mk
> @@ -5,7 +5,7 @@
> ################################################################################
>
> C_ARES_VERSION = 1.27.0
> -C_ARES_SITE = http://c-ares.haxx.se/download
> +C_ARES_SITE = https://github.com/c-ares/c-ares/releases/download/cares-1_27_0
Sorry, I missed that yesterday, this should use the github site helper
macro like this:
C_ARES_SITE = $(call github,c-ares,c-ares,v$(C_ARES_VERSION))
With the additional benefit of not having to change the SITE variable
for every version again here.
> C_ARES_INSTALL_STAGING = YES
> C_ARES_CONF_OPTS = --with-random=/dev/urandom
> C_ARES_LICENSE = MIT
Marcus
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/c-ares: update site url
2024-06-18 10:08 ` Marcus Hoffmann via buildroot
@ 2024-06-21 20:07 ` Yann E. MORIN
0 siblings, 0 replies; 8+ messages in thread
From: Yann E. MORIN @ 2024-06-21 20:07 UTC (permalink / raw)
To: Marcus Hoffmann; +Cc: alex, a.wellbrock, buildroot
Marcus, Alex, All,
On 2024-06-18 12:08 +0200, Marcus Hoffmann via buildroot spake thusly:
> On 17.06.24 20:01, Alexander Wellbrock via buildroot wrote:
> > From: alex <alexander.wellbrock@othermo.de>
> > Download URLs changed after hosting of the c-ares website changed
> > ownership:
> > https://daniel.haxx.se/blog/2024/06/06/bye-bye-hosting-c-ares-web/
> >
> > This cannot be fixed upstream as github pages does not support .htaccess
> > files according to:
> > https://github.com/c-ares/c-ares.github.io/issues/2
> >
> > Signed-off-by: Alexander Wellbrock <a.wellbrock@mailbox.org>
> > ---
> > package/c-ares/c-ares.mk | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/package/c-ares/c-ares.mk b/package/c-ares/c-ares.mk
> > index c4441255a2..a75a40da70 100644
> > --- a/package/c-ares/c-ares.mk
> > +++ b/package/c-ares/c-ares.mk
> > @@ -5,7 +5,7 @@
> > ################################################################################
> > C_ARES_VERSION = 1.27.0
> > -C_ARES_SITE = http://c-ares.haxx.se/download
> > +C_ARES_SITE = https://github.com/c-ares/c-ares/releases/download/cares-1_27_0
>
> Sorry, I missed that yesterday, this should use the github site helper macro
> like this:
> C_ARES_SITE = $(call github,c-ares,c-ares,v$(C_ARES_VERSION))
Actually, that's not the case in this situation: the maintainers have
uploaded their release tarball, so that's what we want to use; see the
manual, section 18.25.4. How to add a package from GitHub. So Wat Alex
did is correct.
Regards,
Yann E. MORIN.
> With the additional benefit of not having to change the SITE variable for
> every version again here.
>
> > C_ARES_INSTALL_STAGING = YES
> > C_ARES_CONF_OPTS = --with-random=/dev/urandom
> > C_ARES_LICENSE = MIT
>
>
> Marcus
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/c-ares: update site url
2024-06-17 18:01 [Buildroot] [PATCH 1/1] package/c-ares: update site url Alexander Wellbrock via buildroot
2024-06-18 10:08 ` Marcus Hoffmann via buildroot
@ 2024-06-21 20:13 ` Yann E. MORIN
2024-06-21 20:57 ` Alexander Wellbrock via buildroot
2024-07-11 19:10 ` Thomas Petazzoni via buildroot
2 siblings, 1 reply; 8+ messages in thread
From: Yann E. MORIN @ 2024-06-21 20:13 UTC (permalink / raw)
To: a.wellbrock; +Cc: alex, buildroot
On 2024-06-17 20:01 +0200, Alexander Wellbrock via buildroot spake thusly:
> From: alex <alexander.wellbrock@othermo.de>
This, the authorship... [0]
> Download URLs changed after hosting of the c-ares website changed
> ownership:
> https://daniel.haxx.se/blog/2024/06/06/bye-bye-hosting-c-ares-web/
>
> This cannot be fixed upstream as github pages does not support .htaccess
> files according to:
> https://github.com/c-ares/c-ares.github.io/issues/2
>
> Signed-off-by: Alexander Wellbrock <a.wellbrock@mailbox.org>
[0]... does not match your sign-off tag, neither in real name nor in
email.
Can you just reply to clarify this, please?
Regards,
Yann E. MORIN.
> ---
> package/c-ares/c-ares.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/c-ares/c-ares.mk b/package/c-ares/c-ares.mk
> index c4441255a2..a75a40da70 100644
> --- a/package/c-ares/c-ares.mk
> +++ b/package/c-ares/c-ares.mk
> @@ -5,7 +5,7 @@
> ################################################################################
>
> C_ARES_VERSION = 1.27.0
> -C_ARES_SITE = http://c-ares.haxx.se/download
> +C_ARES_SITE = https://github.com/c-ares/c-ares/releases/download/cares-1_27_0
> C_ARES_INSTALL_STAGING = YES
> C_ARES_CONF_OPTS = --with-random=/dev/urandom
> C_ARES_LICENSE = MIT
> --
> 2.42.2
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/c-ares: update site url
2024-06-21 20:13 ` Yann E. MORIN
@ 2024-06-21 20:57 ` Alexander Wellbrock via buildroot
0 siblings, 0 replies; 8+ messages in thread
From: Alexander Wellbrock via buildroot @ 2024-06-21 20:57 UTC (permalink / raw)
To: Yann E. MORIN; +Cc: buildroot
[-- Attachment #1.1: Type: text/plain, Size: 2312 bytes --]
Ah, damn. alexander.wellbrock@othermo.de is my work email (found this at work). My intention was to contribute using my private address a.wellbrock@mailbox.org.
> Yann E. MORIN <yann.morin.1998@free.fr> hat am 21.06.2024 22:13 CEST geschrieben:
>
>
> On 2024-06-17 20:01 +0200, Alexander Wellbrock via buildroot spake thusly:
> > From: alex <alexander.wellbrock@othermo.de>
>
> This, the authorship... [0]
>
> > Download URLs changed after hosting of the c-ares website changed
> > ownership:
> > https://daniel.haxx.se/blog/2024/06/06/bye-bye-hosting-c-ares-web/
> >
> > This cannot be fixed upstream as github pages does not support .htaccess
> > files according to:
> > https://github.com/c-ares/c-ares.github.io/issues/2
> >
> > Signed-off-by: Alexander Wellbrock <a.wellbrock@mailbox.org>
>
> [0]... does not match your sign-off tag, neither in real name nor in
> email.
>
> Can you just reply to clarify this, please?
>
> Regards,
> Yann E. MORIN.
>
> > ---
> > package/c-ares/c-ares.mk | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/package/c-ares/c-ares.mk b/package/c-ares/c-ares.mk
> > index c4441255a2..a75a40da70 100644
> > --- a/package/c-ares/c-ares.mk
> > +++ b/package/c-ares/c-ares.mk
> > @@ -5,7 +5,7 @@
> > ################################################################################
> >
> > C_ARES_VERSION = 1.27.0
> > -C_ARES_SITE = http://c-ares.haxx.se/download
> > +C_ARES_SITE = https://github.com/c-ares/c-ares/releases/download/cares-1_27_0
> > C_ARES_INSTALL_STAGING = YES
> > C_ARES_CONF_OPTS = --with-random=/dev/urandom
> > C_ARES_LICENSE = MIT
> > --
> > 2.42.2
> >
> > _______________________________________________
> > buildroot mailing list
> > buildroot@buildroot.org
> > https://lists.buildroot.org/mailman/listinfo/buildroot
>
> --
> .-----------------.--------------------.------------------.--------------------.
> | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
> | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
> '------------------------------^-------^------------------^--------------------'
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 821 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/c-ares: update site url
2024-06-17 18:01 [Buildroot] [PATCH 1/1] package/c-ares: update site url Alexander Wellbrock via buildroot
2024-06-18 10:08 ` Marcus Hoffmann via buildroot
2024-06-21 20:13 ` Yann E. MORIN
@ 2024-07-11 19:10 ` Thomas Petazzoni via buildroot
2024-07-28 10:04 ` Peter Korsgaard
2 siblings, 1 reply; 8+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-11 19:10 UTC (permalink / raw)
To: Alexander Wellbrock via buildroot; +Cc: alex, a.wellbrock
On Mon, 17 Jun 2024 20:01:57 +0200
Alexander Wellbrock via buildroot <buildroot@buildroot.org> wrote:
> From: alex <alexander.wellbrock@othermo.de>
>
> Download URLs changed after hosting of the c-ares website changed
> ownership:
> https://daniel.haxx.se/blog/2024/06/06/bye-bye-hosting-c-ares-web/
>
> This cannot be fixed upstream as github pages does not support .htaccess
> files according to:
> https://github.com/c-ares/c-ares.github.io/issues/2
>
> Signed-off-by: Alexander Wellbrock <a.wellbrock@mailbox.org>
> ---
> package/c-ares/c-ares.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to master, after fixing the From: field to match with the
Signed-off-by, as Alexander clarified in a follow-up e-mail. Thanks a
lot for your contribution Alexander!
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] 8+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/c-ares: update site url
2024-07-11 19:10 ` Thomas Petazzoni via buildroot
@ 2024-07-28 10:04 ` Peter Korsgaard
0 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2024-07-28 10:04 UTC (permalink / raw)
To: Thomas Petazzoni via buildroot; +Cc: alex, a.wellbrock, Thomas Petazzoni
>>>>> "Thomas" == Thomas Petazzoni via buildroot <buildroot@buildroot.org> writes:
> On Mon, 17 Jun 2024 20:01:57 +0200
> Alexander Wellbrock via buildroot <buildroot@buildroot.org> wrote:
>> From: alex <alexander.wellbrock@othermo.de>
>>
>> Download URLs changed after hosting of the c-ares website changed
>> ownership:
>> https://daniel.haxx.se/blog/2024/06/06/bye-bye-hosting-c-ares-web/
>>
>> This cannot be fixed upstream as github pages does not support .htaccess
>> files according to:
>> https://github.com/c-ares/c-ares.github.io/issues/2
>>
>> Signed-off-by: Alexander Wellbrock <a.wellbrock@mailbox.org>
>> ---
>> package/c-ares/c-ares.mk | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
> Applied to master, after fixing the From: field to match with the
> Signed-off-by, as Alexander clarified in a follow-up e-mail. Thanks a
> lot for your contribution Alexander!
Committed to 2024.02.x and 2024.05.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [PATCH 1/1] package/c-ares: update site url
@ 2024-06-17 18:00 Alexander Wellbrock via buildroot
0 siblings, 0 replies; 8+ messages in thread
From: Alexander Wellbrock via buildroot @ 2024-06-17 18:00 UTC (permalink / raw)
To: buildroot; +Cc: alex, Alexander Wellbrock
From: alex <alexander.wellbrock@othermo.de>
Download URLs changed after hosting of the c-ares website changed
ownership:
https://daniel.haxx.se/blog/2024/06/06/bye-bye-hosting-c-ares-web/
This cannot be fixed upstream as github pages does not support .htaccess
files according to:
https://github.com/c-ares/c-ares.github.io/issues/2
Signed-off-by: Alexander Wellbrock <a.wellbrock@mailbox.org>
---
package/c-ares/c-ares.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/c-ares/c-ares.mk b/package/c-ares/c-ares.mk
index c4441255a2..a75a40da70 100644
--- a/package/c-ares/c-ares.mk
+++ b/package/c-ares/c-ares.mk
@@ -5,7 +5,7 @@
################################################################################
C_ARES_VERSION = 1.27.0
-C_ARES_SITE = http://c-ares.haxx.se/download
+C_ARES_SITE = https://github.com/c-ares/c-ares/releases/download/cares-1_28_1
C_ARES_INSTALL_STAGING = YES
C_ARES_CONF_OPTS = --with-random=/dev/urandom
C_ARES_LICENSE = MIT
--
2.42.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-07-28 10:04 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-17 18:01 [Buildroot] [PATCH 1/1] package/c-ares: update site url Alexander Wellbrock via buildroot
2024-06-18 10:08 ` Marcus Hoffmann via buildroot
2024-06-21 20:07 ` Yann E. MORIN
2024-06-21 20:13 ` Yann E. MORIN
2024-06-21 20:57 ` Alexander Wellbrock via buildroot
2024-07-11 19:10 ` Thomas Petazzoni via buildroot
2024-07-28 10:04 ` Peter Korsgaard
-- strict thread matches above, loose matches on Subject: below --
2024-06-17 18:00 Alexander Wellbrock via buildroot
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.