summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/samba
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2022-02-11 15:33:59 +0800
committerKhem Raj <raj.khem@gmail.com>2022-02-11 09:12:32 -0800
commit7f85c4ba98c9fc804c36c22bac872fc5962104ec (patch)
tree0369d134f9632fa761545a06046086a3ec222ee0 /meta-networking/recipes-connectivity/samba
parent812618222c407135936af79ebf7e153bde4cd4c1 (diff)
downloadmeta-openembedded-7f85c4ba98c9fc804c36c22bac872fc5962104ec.tar.gz
samba: upgrade 4.14.11 -> 4.14.12
This is a security release in order to address the following defects: CVE-2021-44142: Out-of-Bound Read/Write on Samba vfs_fruit module. https://www.samba.org/samba/security/CVE-2021-44142.html CVE-2022-0336: Re-adding an SPN skips subsequent SPN conflict checks. https://www.samba.org/samba/security/CVE-2022-0336.html Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/samba')
-rw-r--r--meta-networking/recipes-connectivity/samba/samba_4.14.12.bb (renamed from meta-networking/recipes-connectivity/samba/samba_4.14.11.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.14.11.bb b/meta-networking/recipes-connectivity/samba/samba_4.14.12.bb
index 0e125891e9..5be4d2d51e 100644
--- a/meta-networking/recipes-connectivity/samba/samba_4.14.11.bb
+++ b/meta-networking/recipes-connectivity/samba/samba_4.14.12.bb
@@ -31,7 +31,7 @@ SRC_URI:append:libc-musl = " \
31 file://samba-fix-musl-lib-without-innetgr.patch \ 31 file://samba-fix-musl-lib-without-innetgr.patch \
32 " 32 "
33 33
34SRC_URI[sha256sum] = "3d9ebbf3280c7cf5eac1b15aeff8857b31151abaec4d2987be015a66c2945d98" 34SRC_URI[sha256sum] = "155d9c2dfb06a18104422987590858bfe5e9783ebebe63882e7e7f07eaaa512d"
35 35
36UPSTREAM_CHECK_REGEX = "samba\-(?P<pver>4\.14(\.\d+)+).tar.gz" 36UPSTREAM_CHECK_REGEX = "samba\-(?P<pver>4\.14(\.\d+)+).tar.gz"
37 37