diff options
author | Kai Kang <kai.kang@windriver.com> | 2017-08-29 16:28:18 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-09-12 10:55:06 -0400 |
commit | 3562b0f44a95f6a29725ab9aa26cffcf4cbc2611 (patch) | |
tree | ef1dddc9cfe44d16887affc19d264d583f203ece /meta-networking/recipes-connectivity/samba | |
parent | c8850edbbffbc6eb9fbf70a885b65eb33a12468b (diff) | |
download | meta-openembedded-3562b0f44a95f6a29725ab9aa26cffcf4cbc2611.tar.gz |
samba: 4.6.5 -> 4.6.7
Upgrade samba from 4.6.5 to 4.6.7 to fix CVE-2017-11103.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/samba')
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.6.7.bb (renamed from meta-networking/recipes-connectivity/samba/samba_4.6.5.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.6.5.bb b/meta-networking/recipes-connectivity/samba/samba_4.6.7.bb index 389a2743e..7f0770bf0 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.6.5.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.6.7.bb | |||
@@ -25,8 +25,9 @@ SRC_URI_append_libc-musl = " \ | |||
25 | file://samba-4.2.7-pam.patch \ | 25 | file://samba-4.2.7-pam.patch \ |
26 | file://samba-4.3.9-remove-getpwent_r.patch \ | 26 | file://samba-4.3.9-remove-getpwent_r.patch \ |
27 | " | 27 | " |
28 | SRC_URI[md5sum] = "2ae8ce2862d8bfa95e4681371ebb1623" | 28 | |
29 | SRC_URI[sha256sum] = "c06901e1d318b425b8c3ecea3ef23a91e7371312a9ea7adbf34fb8eb42ca3b84" | 29 | SRC_URI[md5sum] = "c6ee5c766016d59908c8fb672fbbd445" |
30 | SRC_URI[sha256sum] = "9ef24393de08390f236cabccd6a420b5cea304e959cbf1a99ff317325db3ddfa" | ||
30 | 31 | ||
31 | inherit systemd waf-samba cpan-base perlnative update-rc.d | 32 | inherit systemd waf-samba cpan-base perlnative update-rc.d |
32 | # remove default added RDEPENDS on perl | 33 | # remove default added RDEPENDS on perl |