From 65f1009ced946707dce286792bf5118f2fec37e3 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Thu, 27 Jul 2023 10:33:56 +0800 Subject: [PATCH] samba: upgrade 4.18.4 -> 4.18.5 This is a security release in order to address the following defects: CVE-2022-2127 CVE-2023-3347 CVE-2023-34966 CVE-2023-34967 CVE-2023-34968 Release Notes: https://www.samba.org/samba/history/samba-4.18.5.html Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- .../samba/{samba_4.18.4.bb => samba_4.18.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-connectivity/samba/{samba_4.18.4.bb => samba_4.18.5.bb} (99%) diff --git a/meta-networking/recipes-connectivity/samba/samba_4.18.4.bb b/meta-networking/recipes-connectivity/samba/samba_4.18.5.bb similarity index 99% rename from meta-networking/recipes-connectivity/samba/samba_4.18.4.bb rename to meta-networking/recipes-connectivity/samba/samba_4.18.5.bb index 3386b93b5ed..9d8802ff549 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.18.4.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.18.5.bb @@ -32,7 +32,7 @@ SRC_URI:append:libc-musl = " \ file://cmocka-uintptr_t.patch \ " -SRC_URI[sha256sum] = "6ba7b3503cc59c9ff4f6fcb1b510c2c855fff93e0b366ab891a32a4732e88e53" +SRC_URI[sha256sum] = "095256ac332e1d9fbf9b7ff7823f92a3233d3ed658ce7fc9b33905c2243f447f" UPSTREAM_CHECK_REGEX = "samba\-(?P4\.18(\.\d+)+).tar.gz"