* [Buildroot] [PATCH 1/1] package/unbound: security bump version to 1.19.1
@ 2024-02-20 18:07 Bernd Kuhls
2024-02-20 21:00 ` Yann E. MORIN
2024-03-16 22:20 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2024-02-20 18:07 UTC (permalink / raw)
To: buildroot; +Cc: Stefan Ott
Release notes:
https://nlnetlabs.nl/news/2024/Feb/13/unbound-1.19.1-released/
Fixes CVE-2023-50387 & CVE-2023-50868.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/unbound/unbound.hash | 4 ++--
package/unbound/unbound.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/unbound/unbound.hash b/package/unbound/unbound.hash
index 91e1d82dd2..843026abc7 100644
--- a/package/unbound/unbound.hash
+++ b/package/unbound/unbound.hash
@@ -1,5 +1,5 @@
-# From https://nlnetlabs.nl/downloads/unbound/unbound-1.17.1.tar.gz.sha256
-sha256 ee4085cecce12584e600f3d814a28fa822dfaacec1f94c84bfd67f8a5571a5f4 unbound-1.17.1.tar.gz
+# From https://nlnetlabs.nl/downloads/unbound/unbound-1.19.1.tar.gz.sha256
+sha256 bc1d576f3dd846a0739adc41ffaa702404c6767d2b6082deb9f2f97cbb24a3a9 unbound-1.19.1.tar.gz
# Locally calculated
sha256 8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db LICENSE
diff --git a/package/unbound/unbound.mk b/package/unbound/unbound.mk
index fa7884e937..5128d0e420 100644
--- a/package/unbound/unbound.mk
+++ b/package/unbound/unbound.mk
@@ -4,7 +4,7 @@
#
################################################################################
-UNBOUND_VERSION = 1.17.1
+UNBOUND_VERSION = 1.19.1
UNBOUND_SITE = https://www.unbound.net/downloads
UNBOUND_INSTALL_STAGING = YES
UNBOUND_DEPENDENCIES = host-pkgconf expat libevent openssl
--
2.39.2
_______________________________________________
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/unbound: security bump version to 1.19.1
2024-02-20 18:07 [Buildroot] [PATCH 1/1] package/unbound: security bump version to 1.19.1 Bernd Kuhls
@ 2024-02-20 21:00 ` Yann E. MORIN
2024-03-16 22:20 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2024-02-20 21:00 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Stefan Ott, buildroot
Bernd, All,
On 2024-02-20 19:07 +0100, Bernd Kuhls spake thusly:
> Release notes:
> https://nlnetlabs.nl/news/2024/Feb/13/unbound-1.19.1-released/
>
> Fixes CVE-2023-50387 & CVE-2023-50868.
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/unbound/unbound.hash | 4 ++--
> package/unbound/unbound.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/unbound/unbound.hash b/package/unbound/unbound.hash
> index 91e1d82dd2..843026abc7 100644
> --- a/package/unbound/unbound.hash
> +++ b/package/unbound/unbound.hash
> @@ -1,5 +1,5 @@
> -# From https://nlnetlabs.nl/downloads/unbound/unbound-1.17.1.tar.gz.sha256
> -sha256 ee4085cecce12584e600f3d814a28fa822dfaacec1f94c84bfd67f8a5571a5f4 unbound-1.17.1.tar.gz
> +# From https://nlnetlabs.nl/downloads/unbound/unbound-1.19.1.tar.gz.sha256
> +sha256 bc1d576f3dd846a0739adc41ffaa702404c6767d2b6082deb9f2f97cbb24a3a9 unbound-1.19.1.tar.gz
>
> # Locally calculated
> sha256 8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db LICENSE
> diff --git a/package/unbound/unbound.mk b/package/unbound/unbound.mk
> index fa7884e937..5128d0e420 100644
> --- a/package/unbound/unbound.mk
> +++ b/package/unbound/unbound.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -UNBOUND_VERSION = 1.17.1
> +UNBOUND_VERSION = 1.19.1
> UNBOUND_SITE = https://www.unbound.net/downloads
> UNBOUND_INSTALL_STAGING = YES
> UNBOUND_DEPENDENCIES = host-pkgconf expat libevent openssl
> --
> 2.39.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] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/unbound: security bump version to 1.19.1
2024-02-20 18:07 [Buildroot] [PATCH 1/1] package/unbound: security bump version to 1.19.1 Bernd Kuhls
2024-02-20 21:00 ` Yann E. MORIN
@ 2024-03-16 22:20 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-03-16 22:20 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: Stefan Ott, buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd@kuhls.net> writes:
> Release notes:
> https://nlnetlabs.nl/news/2024/Feb/13/unbound-1.19.1-released/
> Fixes CVE-2023-50387 & CVE-2023-50868.
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
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:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-20 18:07 [Buildroot] [PATCH 1/1] package/unbound: security bump version to 1.19.1 Bernd Kuhls
2024-02-20 21:00 ` Yann E. MORIN
2024-03-16 22:20 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox