summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBeniamin Sandu <beniaminsandu@gmail.com>2023-11-15 20:45:33 +0000
committerKhem Raj <raj.khem@gmail.com>2023-11-15 12:58:37 -0800
commit24e6bcb3759f6dc331a6716a12124e6cfaa72c0a (patch)
treec5d3af080a4d8b4c07f8d9a86050b721b6be169c
parent848520306e780136c5ead1236007bbef75522bb9 (diff)
downloadmeta-openembedded-24e6bcb3759f6dc331a6716a12124e6cfaa72c0a.tar.gz
unbound: upgrade 1.18.0 -> 1.19.0
Full changelog: https://github.com/NLnetLabs/unbound/releases/tag/release-1.19.0 Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/unbound/unbound_1.19.0.bb (renamed from meta-networking/recipes-support/unbound/unbound_1.18.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/unbound/unbound_1.18.0.bb b/meta-networking/recipes-support/unbound/unbound_1.19.0.bb
index 179af8050a..ed8c5bd97c 100644
--- a/meta-networking/recipes-support/unbound/unbound_1.18.0.bb
+++ b/meta-networking/recipes-support/unbound/unbound_1.19.0.bb
@@ -10,7 +10,7 @@ LICENSE = "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=master" 12SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=https;branch=master"
13SRCREV = "3795e374107ac7a5a977c516e144a3cd9b0da998" 13SRCREV = "3352b1090ea1098883f6bf64236fa877e18e458b"
14 14
15inherit autotools pkgconfig systemd update-rc.d 15inherit autotools pkgconfig systemd update-rc.d
16 16