diff options
author | zhengrq.fnst <zhengrq.fnst@fujitsu.com> | 2022-10-18 09:16:54 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-10-18 08:23:44 -0700 |
commit | aca28022cc32e58b34ddac21c93a29b1ae84816d (patch) | |
tree | 337e3c81877017d245c3bb17f71e0fcf732ecd62 | |
parent | a758d95ebbb4c10a37fc8f5790c7f6d860da0551 (diff) | |
download | meta-openembedded-aca28022cc32e58b34ddac21c93a29b1ae84816d.tar.gz |
unbound: upgrade 1.16.3 -> 1.17.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/unbound/unbound_1.17.0.bb (renamed from meta-networking/recipes-support/unbound/unbound_1.16.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/unbound/unbound_1.16.3.bb b/meta-networking/recipes-support/unbound/unbound_1.17.0.bb index 5e40d8c30c..0dd0ce8822 100644 --- a/meta-networking/recipes-support/unbound/unbound_1.16.3.bb +++ b/meta-networking/recipes-support/unbound/unbound_1.17.0.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06" | |||
12 | SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=http;branch=master;protocol=https \ | 12 | SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=http;branch=master;protocol=https \ |
13 | file://0001-contrib-add-yocto-compatible-init-script.patch \ | 13 | file://0001-contrib-add-yocto-compatible-init-script.patch \ |
14 | " | 14 | " |
15 | SRCREV = "137719522a8ea5b380fbb6206d2466f402f5b554" | 15 | SRCREV = "d25e0cd9b0545ff13120430c94326ceaf14b074f" |
16 | 16 | ||
17 | inherit autotools pkgconfig systemd update-rc.d | 17 | inherit autotools pkgconfig systemd update-rc.d |
18 | 18 | ||