diff mbox series

[meta-networking] unbound: upgrade 1.19.1 -> 1.19.3

Message ID 20240405150646.51942-1-beniaminsandu@gmail.com
State Accepted
Headers show
Series [meta-networking] unbound: upgrade 1.19.1 -> 1.19.3 | expand

Commit Message

Beniamin Sandu April 5, 2024, 3:06 p.m. UTC
Includes security fixes for:
CVE-2024-1931 - Loop with Unreachable Exit Condition ('Infinite Loop')

Full release notes:
https://github.com/NLnetLabs/unbound/releases/tag/release-1.19.3

Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com>
---
 .../unbound/{unbound_1.19.1.bb => unbound_1.19.3.bb}          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-support/unbound/{unbound_1.19.1.bb => unbound_1.19.3.bb} (95%)

Comments

Khem Raj April 7, 2024, 3:42 p.m. UTC | #1
On Fri, 05 Apr 2024 16:06:46 +0100, Beniamin Sandu wrote:
> Includes security fixes for:
> CVE-2024-1931 - Loop with Unreachable Exit Condition ('Infinite Loop')
> 
> Full release notes:
> https://github.com/NLnetLabs/unbound/releases/tag/release-1.19.3
> 
> 
> [...]

Applied, thanks!

[1/1] unbound: upgrade 1.19.1 -> 1.19.3
      commit: c581a72619dde503344173ed8e807d712c674be1

Best regards,
diff mbox series

Patch

diff --git a/meta-networking/recipes-support/unbound/unbound_1.19.1.bb b/meta-networking/recipes-support/unbound/unbound_1.19.3.bb
similarity index 95%
rename from meta-networking/recipes-support/unbound/unbound_1.19.1.bb
rename to meta-networking/recipes-support/unbound/unbound_1.19.3.bb
index 2b87de3d1..ffdc78e9d 100644
--- a/meta-networking/recipes-support/unbound/unbound_1.19.1.bb
+++ b/meta-networking/recipes-support/unbound/unbound_1.19.3.bb
@@ -9,8 +9,8 @@  SECTION = "net"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06"
 
-SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=https;branch=branch-1.19.1"
-SRCREV = "c6dd1e116df75242a0c032295c152f06c721b3cd"
+SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=https;branch=branch-1.19.3"
+SRCREV = "48b6c60a24e9a5d6d369a7a37c9fe2a767f26abd"
 
 inherit autotools pkgconfig systemd update-rc.d