From 97cfac1c0a60ab94b5ab08134cb95f77f8ed38e7 Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 27 Sep 2022 16:23:20 +0800 Subject: [PATCH] unbound: upgrade 1.16.2 -> 1.16.3 Bug Fixes - Patch for CVE-2022-3204 Non-Responsive Delegation Attack. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../unbound/{unbound_1.16.2.bb => unbound_1.16.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/unbound/{unbound_1.16.2.bb => unbound_1.16.3.bb} (96%) diff --git a/meta-networking/recipes-support/unbound/unbound_1.16.2.bb b/meta-networking/recipes-support/unbound/unbound_1.16.3.bb similarity index 96% rename from meta-networking/recipes-support/unbound/unbound_1.16.2.bb rename to meta-networking/recipes-support/unbound/unbound_1.16.3.bb index 63036f6eb8..5e40d8c30c 100644 --- a/meta-networking/recipes-support/unbound/unbound_1.16.2.bb +++ b/meta-networking/recipes-support/unbound/unbound_1.16.3.bb @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06" SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=http;branch=master;protocol=https \ file://0001-contrib-add-yocto-compatible-init-script.patch \ " -SRCREV = "cbed768b8ff9bfcf11089a5f1699b7e5707f1ea5" +SRCREV = "137719522a8ea5b380fbb6206d2466f402f5b554" inherit autotools pkgconfig systemd update-rc.d