From 46ab1a3f4f4d29cc9f1293370a9e03434d17fb40 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Mon, 3 Apr 2023 17:10:11 +0800 Subject: [PATCH] samba: upgrade 4.18.0 -> 4.18.1 Release Notes: https://www.samba.org/samba/history/samba-4.18.1.html This is a security release in order to address the following defects: CVE-2023-0225 CVE-2023-0922 CVE-2023-0614 Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- .../samba/{samba_4.18.0.bb => samba_4.18.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-connectivity/samba/{samba_4.18.0.bb => samba_4.18.1.bb} (99%) diff --git a/meta-networking/recipes-connectivity/samba/samba_4.18.0.bb b/meta-networking/recipes-connectivity/samba/samba_4.18.1.bb similarity index 99% rename from meta-networking/recipes-connectivity/samba/samba_4.18.0.bb rename to meta-networking/recipes-connectivity/samba/samba_4.18.1.bb index d29c1959e0..7992fa9687 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.18.0.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.18.1.bb @@ -32,7 +32,7 @@ SRC_URI:append:libc-musl = " \ file://cmocka-uintptr_t.patch \ " -SRC_URI[sha256sum] = "70348656ef807be9c8be4465ca157cef4d99818e234253d2c684cc18b8408149" +SRC_URI[sha256sum] = "cedeaa2f244a0862c4f73b7b9f2ff92d181fd3ba7df80284a2f25f7713b9cc0e" UPSTREAM_CHECK_REGEX = "samba\-(?P4\.18(\.\d+)+).tar.gz"