This includes security fixes that adresses the following defects: CVE-2017-14746: s3: smbd: Fix SMB1 use-after-free crash bug. CVE-2017-15275: s3: smbd: Chain code can return uninitialized memory when talloc buffer is grown.
* Detail release note: - https://www.samba.org/samba/history/samba-4.7.5.html Signed-off-by: Johannes Pointner <[email protected]> --- .../recipes-connectivity/samba/{samba_4.7.0.bb => samba_4.7.5.bb} | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) rename meta-networking/recipes-connectivity/samba/{samba_4.7.0.bb => samba_4.7.5.bb} (97%) diff --git a/meta-networking/recipes-connectivity/samba/samba_4.7.0.bb b/meta-networking/recipes-connectivity/samba/samba_4.7.5.bb similarity index 97% rename from meta-networking/recipes-connectivity/samba/samba_4.7.0.bb rename to meta-networking/recipes-connectivity/samba/samba_4.7.5.bb index a50b24de5..87f404900 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.7.0.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.7.5.bb @@ -30,11 +30,8 @@ SRC_URI_append_libc-musl = " \ file://samba-4.3.9-remove-getpwent_r.patch \ " -SRC_URI[md5sum] = "cf5eaf34f510e3d5643c0dcfd49fcc40" -SRC_URI[sha256sum] = "bd16d169988eb513e685a87e9964a5210482498fa9b3a22aaa8287a061e3c936" - -#SRC_URI[md5sum] = "c6ee5c766016d59908c8fb672fbbd445" -#SRC_URI[sha256sum] = "9ef24393de08390f236cabccd6a420b5cea304e959cbf1a99ff317325db3ddfa" +SRC_URI[md5sum] = "3629a134253d6a4a16ebd23a508b0d5b" +SRC_URI[sha256sum] = "316d04fa9fbabad6f2739fe68e1928778af4866265409119aba6ef3435c8fe8d" inherit systemd waf-samba cpan-base perlnative update-rc.d # remove default added RDEPENDS on perl -- 2.16.2 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
