[meta-networking] samba: upgrade 4.14.11 -> 4.14.12

Message ID 20220211073359.365090-1-yi.zhao@windriver.com
State New
Headers show
Series [meta-networking] samba: upgrade 4.14.11 -> 4.14.12 | expand

Commit Message

Yi Zhao Feb. 11, 2022, 7:33 a.m. UTC
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>
---
 .../samba/{samba_4.14.11.bb => samba_4.14.12.bb}                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-connectivity/samba/{samba_4.14.11.bb => samba_4.14.12.bb} (99%)

Patch

diff --git a/meta-networking/recipes-connectivity/samba/samba_4.14.11.bb b/meta-networking/recipes-connectivity/samba/samba_4.14.12.bb
similarity index 99%
rename from meta-networking/recipes-connectivity/samba/samba_4.14.11.bb
rename to meta-networking/recipes-connectivity/samba/samba_4.14.12.bb
index 0e125891e..5be4d2d51 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 = " \
            file://samba-fix-musl-lib-without-innetgr.patch \
            "
 
-SRC_URI[sha256sum] = "3d9ebbf3280c7cf5eac1b15aeff8857b31151abaec4d2987be015a66c2945d98"
+SRC_URI[sha256sum] = "155d9c2dfb06a18104422987590858bfe5e9783ebebe63882e7e7f07eaaa512d"
 
 UPSTREAM_CHECK_REGEX = "samba\-(?P<pver>4\.14(\.\d+)+).tar.gz"