From ef1b17f4ef537325f212d847ec7e5f7bd3447066 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Tue, 17 Sep 2019 09:27:49 +0800 Subject: [PATCH] samba: upgrade 4.10.7 -> 4.10.8 Security fixes: CVE-2019-10197: Combination of parameters and permissions can allow user to escape from the share path definition. See: https://www.samba.org/samba/history/samba-4.10.8.html Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- .../samba/{samba_4.10.7.bb => samba_4.10.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-connectivity/samba/{samba_4.10.7.bb => samba_4.10.8.bb} (98%) diff --git a/meta-networking/recipes-connectivity/samba/samba_4.10.7.bb b/meta-networking/recipes-connectivity/samba/samba_4.10.8.bb similarity index 98% rename from meta-networking/recipes-connectivity/samba/samba_4.10.7.bb rename to meta-networking/recipes-connectivity/samba/samba_4.10.8.bb index 1b2bc087d5..d824eacf9e 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.10.7.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.10.8.bb @@ -34,8 +34,8 @@ SRC_URI_append_libc-musl = " \ file://0001-samba-fix-musl-lib-without-innetgr.patch \ " -SRC_URI[md5sum] = "05472d0dd943b3ccbc3be5032a9eb563" -SRC_URI[sha256sum] = "34f30494b6b63700f54be22be636e8a6e0430577166a76a017075e11c02a1ebb" +SRC_URI[md5sum] = "f3c722bbcd903479008fa1b529f56365" +SRC_URI[sha256sum] = "c41f05fb567f7359998b451543501c7690a2bf6551d658a76bd6916316a410f4" UPSTREAM_CHECK_REGEX = "samba\-(?P4\.10(\.\d+)+).tar.gz"