summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorBeniamin Sandu <beniaminsandu@gmail.com>2024-05-16 16:35:59 +0100
committerKhem Raj <raj.khem@gmail.com>2024-05-19 08:28:00 -0700
commit967216f6d7b06d530b0c83962b001995feba0b00 (patch)
tree0e03d288d705c3abb90b895173f4bdc254d90283 /meta-networking
parent1573555fb83739c1777a0a818c5851998358fb76 (diff)
downloadmeta-openembedded-967216f6d7b06d530b0c83962b001995feba0b00.tar.gz
unbound: upgrade 1.19.3 -> 1.20.0
Full changelog: https://github.com/NLnetLabs/unbound/releases/tag/release-1.20.0 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.20.0.bb (renamed from meta-networking/recipes-support/unbound/unbound_1.19.3.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/unbound/unbound_1.19.3.bb b/meta-networking/recipes-support/unbound/unbound_1.20.0.bb
index ffdc78e9d..fe0111f59 100644
--- a/meta-networking/recipes-support/unbound/unbound_1.19.3.bb
+++ b/meta-networking/recipes-support/unbound/unbound_1.20.0.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.3" 12SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=https;branch=branch-1.20.0"
13SRCREV = "48b6c60a24e9a5d6d369a7a37c9fe2a767f26abd" 13SRCREV = "b9525c5fd47ba481a29b90109017d2253beb105d"
14 14
15inherit autotools pkgconfig systemd update-rc.d 15inherit autotools pkgconfig systemd update-rc.d
16 16