From: Gustavo Zacarias Date: Mon, 23 Feb 2015 12:06:27 +0000 (-0300) Subject: samba: security bump to version 3.6.25 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=340f0a802d7f8451ea52e5ee69637c4784541b99;p=buildroot.git samba: security bump to version 3.6.25 Fixes: CVE-2014-0178 - Malformed FSCTL_SRV_ENUMERATE_SNAPSHOTS response. CVE-2015-0240 - Unexpected code execution in smbd. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/samba/samba.hash b/package/samba/samba.hash new file mode 100644 index 0000000000..3a8581a3f2 --- /dev/null +++ b/package/samba/samba.hash @@ -0,0 +1,2 @@ +# Locally calculated after checking pgp signature +sha256 8f2c8a7f2bd89b0dfd228ed917815852f7c625b2bc0936304ac3ed63aaf83751 samba-3.6.25.tar.gz diff --git a/package/samba/samba.mk b/package/samba/samba.mk index d25e94eba2..064bfd1c23 100644 --- a/package/samba/samba.mk +++ b/package/samba/samba.mk @@ -4,7 +4,7 @@ # ################################################################################ -SAMBA_VERSION = 3.6.24 +SAMBA_VERSION = 3.6.25 SAMBA_SITE = http://ftp.samba.org/pub/samba/stable SAMBA_SUBDIR = source3 SAMBA_INSTALL_STAGING = YES