* [Buildroot] [PATCH] package/c-ares: bump to version 1.26.0
@ 2024-02-20 15:19 Marcus Hoffmann via buildroot
2024-02-20 21:12 ` Yann E. MORIN
2024-03-16 22:24 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Marcus Hoffmann via buildroot @ 2024-02-20 15:19 UTC (permalink / raw)
To: buildroot
Changelog: https://c-ares.org/changelog.html#1_26_0
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
---
package/c-ares/c-ares.hash | 2 +-
package/c-ares/c-ares.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/c-ares/c-ares.hash b/package/c-ares/c-ares.hash
index c2897f6e44..ee097a53c9 100644
--- a/package/c-ares/c-ares.hash
+++ b/package/c-ares/c-ares.hash
@@ -1,5 +1,5 @@
# Locally calculated after checking pgp signature
-sha256 de24a314844cb157909730828560628704f4f896d167dd7da0fa2fb93ea18b10 c-ares-1.20.1.tar.gz
+sha256 bed58c4f02b009080ebda6c2467ba469722ac6aebbf4497dc44a83d8c6194e50 c-ares-1.26.0.tar.gz
# Hash for license file
sha256 80fff25340df53b0cf0c3cddbca9050b559b9cbed2ad71830327cfef54959aef LICENSE.md
diff --git a/package/c-ares/c-ares.mk b/package/c-ares/c-ares.mk
index 586fde9afb..29da6baa4b 100644
--- a/package/c-ares/c-ares.mk
+++ b/package/c-ares/c-ares.mk
@@ -4,7 +4,7 @@
#
################################################################################
-C_ARES_VERSION = 1.20.1
+C_ARES_VERSION = 1.26.0
C_ARES_SITE = http://c-ares.haxx.se/download
C_ARES_INSTALL_STAGING = YES
C_ARES_CONF_OPTS = --with-random=/dev/urandom
--
2.34.1
_______________________________________________
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] package/c-ares: bump to version 1.26.0
2024-02-20 15:19 [Buildroot] [PATCH] package/c-ares: bump to version 1.26.0 Marcus Hoffmann via buildroot
@ 2024-02-20 21:12 ` Yann E. MORIN
2024-03-16 22:24 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2024-02-20 21:12 UTC (permalink / raw)
To: Marcus Hoffmann; +Cc: buildroot
Marcus, All,
On 2024-02-20 16:19 +0100, Marcus Hoffmann via buildroot spake thusly:
> Changelog: https://c-ares.org/changelog.html#1_26_0
>
> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/c-ares/c-ares.hash | 2 +-
> package/c-ares/c-ares.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/c-ares/c-ares.hash b/package/c-ares/c-ares.hash
> index c2897f6e44..ee097a53c9 100644
> --- a/package/c-ares/c-ares.hash
> +++ b/package/c-ares/c-ares.hash
> @@ -1,5 +1,5 @@
> # Locally calculated after checking pgp signature
> -sha256 de24a314844cb157909730828560628704f4f896d167dd7da0fa2fb93ea18b10 c-ares-1.20.1.tar.gz
> +sha256 bed58c4f02b009080ebda6c2467ba469722ac6aebbf4497dc44a83d8c6194e50 c-ares-1.26.0.tar.gz
>
> # Hash for license file
> sha256 80fff25340df53b0cf0c3cddbca9050b559b9cbed2ad71830327cfef54959aef LICENSE.md
> diff --git a/package/c-ares/c-ares.mk b/package/c-ares/c-ares.mk
> index 586fde9afb..29da6baa4b 100644
> --- a/package/c-ares/c-ares.mk
> +++ b/package/c-ares/c-ares.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -C_ARES_VERSION = 1.20.1
> +C_ARES_VERSION = 1.26.0
> C_ARES_SITE = http://c-ares.haxx.se/download
> C_ARES_INSTALL_STAGING = YES
> C_ARES_CONF_OPTS = --with-random=/dev/urandom
> --
> 2.34.1
>
> _______________________________________________
> 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] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/c-ares: bump to version 1.26.0
2024-02-20 15:19 [Buildroot] [PATCH] package/c-ares: bump to version 1.26.0 Marcus Hoffmann via buildroot
2024-02-20 21:12 ` Yann E. MORIN
@ 2024-03-16 22:24 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-03-16 22:24 UTC (permalink / raw)
To: Marcus Hoffmann via buildroot; +Cc: Marcus Hoffmann
>>>>> "Marcus" == Marcus Hoffmann via buildroot <buildroot@buildroot.org> writes:
> Changelog: https://c-ares.org/changelog.html#1_26_0
> Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Committed to 2023.02.x and 2023.11.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-03-16 22:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-20 15:19 [Buildroot] [PATCH] package/c-ares: bump to version 1.26.0 Marcus Hoffmann via buildroot
2024-02-20 21:12 ` Yann E. MORIN
2024-03-16 22:24 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox