diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2019-09-17 09:27:49 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-17 07:22:52 -0700 |
commit | ef1b17f4ef537325f212d847ec7e5f7bd3447066 (patch) | |
tree | 83502d87894a3f30b29f9c020703e7ba0bcc6045 | |
parent | ab5e4da4b71eaf06f07af7572ad1e2509b6b0f29 (diff) | |
download | meta-openembedded-ef1b17f4ef537325f212d847ec7e5f7bd3447066.tar.gz |
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 <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.10.8.bb (renamed from meta-networking/recipes-connectivity/samba/samba_4.10.7.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.10.7.bb b/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 = " \ | |||
34 | file://0001-samba-fix-musl-lib-without-innetgr.patch \ | 34 | file://0001-samba-fix-musl-lib-without-innetgr.patch \ |
35 | " | 35 | " |
36 | 36 | ||
37 | SRC_URI[md5sum] = "05472d0dd943b3ccbc3be5032a9eb563" | 37 | SRC_URI[md5sum] = "f3c722bbcd903479008fa1b529f56365" |
38 | SRC_URI[sha256sum] = "34f30494b6b63700f54be22be636e8a6e0430577166a76a017075e11c02a1ebb" | 38 | SRC_URI[sha256sum] = "c41f05fb567f7359998b451543501c7690a2bf6551d658a76bd6916316a410f4" |
39 | 39 | ||
40 | UPSTREAM_CHECK_REGEX = "samba\-(?P<pver>4\.10(\.\d+)+).tar.gz" | 40 | UPSTREAM_CHECK_REGEX = "samba\-(?P<pver>4\.10(\.\d+)+).tar.gz" |
41 | 41 | ||