From 9fe102ebff60ab43a55623b98fb4b001a119bb17 Mon Sep 17 00:00:00 2001 From: alichinese Date: Wed, 21 Jun 2023 17:27:05 +0800 Subject: [PATCH] bind-dhclient: modify dhcp tar sha256sum * bind-dhclient's bbappend tar sha256sum is wrong, now fix it Signed-off-by: lixinyu --- .../recipes-connectivity/bind/bind-dhclient_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openeuler/recipes-connectivity/bind/bind-dhclient_%.bbappend b/meta-openeuler/recipes-connectivity/bind/bind-dhclient_%.bbappend index 6ee1ee832f2..8631fbe4c96 100644 --- a/meta-openeuler/recipes-connectivity/bind/bind-dhclient_%.bbappend +++ b/meta-openeuler/recipes-connectivity/bind/bind-dhclient_%.bbappend @@ -19,7 +19,7 @@ SRC_URI_prepend = "file://dhcp-${DHCP_PV}.tar.gz;name=dhcp.tarball \ file://backport-Fix-CVE-2021-25220.patch;striplevel=3 \ " -SRC_URI[dhcp.tarball.sha256sum] = "1a7ccd64a16e5e68f7b5e0f527fd07240a2892ea53fe245620f4f5f607004521" +SRC_URI[dhcp.tarball.sha256sum] = "0e3ec6b4c2a05ec0148874bcd999a66d05518378d77421f607fb0bc9d0135818" # bind users do not need shell/login access for secure USERADD_PARAM_${PN} = "--system --home ${localstatedir}/cache/bind --no-create-home \ -- Gitee