summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-08-28 16:25:24 +0800
committerKhem Raj <raj.khem@gmail.com>2024-08-28 07:11:37 -0700
commit9fac163596cf3f1ce43761662c9d7ac9fc372aa1 (patch)
treec3ed8afd4ac3e0243dbbb2f45bf981116deb1b19 /meta-networking
parent27c1bc96af6acbd01c96ccf852f4ee3f6ddcb555 (diff)
downloadmeta-openembedded-9fac163596cf3f1ce43761662c9d7ac9fc372aa1.tar.gz
unbound: upgrade 1.20.0 -> 1.21.0
Changelog: https://github.com/NLnetLabs/unbound/releases/tag/release-1.21.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.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.21.0.bb (renamed from meta-networking/recipes-support/unbound/unbound_1.20.0.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/unbound/unbound_1.20.0.bb b/meta-networking/recipes-support/unbound/unbound_1.21.0.bb
index cb4ac04dd..8c042dc5f 100644
--- a/meta-networking/recipes-support/unbound/unbound_1.20.0.bb
+++ b/meta-networking/recipes-support/unbound/unbound_1.21.0.bb
@@ -9,10 +9,10 @@ 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.20.0 \ 12SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=https;branch=master \
13 file://run-ptest \ 13 file://run-ptest \
14 " 14 "
15SRCREV = "b9525c5fd47ba481a29b90109017d2253beb105d" 15SRCREV = "79e4c578518886a32475cfbb0de383ff3a905033"
16 16
17inherit autotools pkgconfig systemd update-rc.d ptest 17inherit autotools pkgconfig systemd update-rc.d ptest
18 18