From 6050d95be2063ccf57bf51024ac204908656a3b6 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Wed, 29 May 2019 15:38:07 +0300 Subject: [PATCH] samba: Upgrade 4.8.11 -> 4.8.12 The only change is the fix for CVE-2018-16860. Signed-off-by: Adrian Bunk Signed-off-by: Khem Raj --- .../samba/{samba_4.8.11.bb => samba_4.8.12.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-connectivity/samba/{samba_4.8.11.bb => samba_4.8.12.bb} (98%) diff --git a/meta-networking/recipes-connectivity/samba/samba_4.8.11.bb b/meta-networking/recipes-connectivity/samba/samba_4.8.12.bb similarity index 98% rename from meta-networking/recipes-connectivity/samba/samba_4.8.11.bb rename to meta-networking/recipes-connectivity/samba/samba_4.8.12.bb index 8139ed43cb..762a5bc615 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.8.11.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.8.12.bb @@ -30,8 +30,8 @@ SRC_URI_append_libc-musl = " \ file://cmocka-uintptr_t.patch \ " -SRC_URI[md5sum] = "de61611075e97ea98140a42d9189d9a5" -SRC_URI[sha256sum] = "d294a8d7455d7d252d7bafc9c474855ea6e0ebe559c3babcd303a5c24e58710a" +SRC_URI[md5sum] = "25de700c8f1148fd13973a49a51c059e" +SRC_URI[sha256sum] = "c162d519101e15d1a1d76df063bfefe8d1656f57fb74e1ef19fe05d341a65d8f" UPSTREAM_CHECK_REGEX = "samba\-(?P4\.8(\.\d+)+).tar.gz"