summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorBeniamin Sandu <beniaminsandu@gmail.com>2024-04-05 16:06:46 +0100
committerKhem Raj <raj.khem@gmail.com>2024-04-07 08:36:35 -0700
commit880f80650080a12c1eef94e6205c5157057904e1 (patch)
treeb064d17972b80d1e2a2a30206315cf483a3d7714 /meta-networking
parent887992ea2f29ee63d695ff3c4c322bc657330c7f (diff)
downloadmeta-openembedded-880f80650080a12c1eef94e6205c5157057904e1.tar.gz
unbound: upgrade 1.19.1 -> 1.19.3
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/unbound/unbound_1.19.3.bb (renamed from meta-networking/recipes-support/unbound/unbound_1.19.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/unbound/unbound_1.19.1.bb b/meta-networking/recipes-support/unbound/unbound_1.19.3.bb
index 2b87de3d18..ffdc78e9d6 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"
9LICENSE = "BSD-3-Clause" 9LICENSE = "BSD-3-Clause"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06"
11 11
12SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=https;branch=branch-1.19.1" 12SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=https;branch=branch-1.19.3"
13SRCREV = "c6dd1e116df75242a0c032295c152f06c721b3cd" 13SRCREV = "48b6c60a24e9a5d6d369a7a37c9fe2a767f26abd"
14 14
15inherit autotools pkgconfig systemd update-rc.d 15inherit autotools pkgconfig systemd update-rc.d
16 16