From 2cb54ed8a103c56fcf42d4a363d175dbdc094489 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Wed, 6 May 2015 14:25:33 +0800 Subject: cifs-utils: upgrade to 6.4 6.4 fixed a CVE defect: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2830 Stack-based buffer overflow in cifskey.c or cifscreds.c in cifs-utils before 6.4, as used in pam_cifscreds, allows remote attackers to have unspecified impact via unknown vectors. Signed-off-by: Roy Li Signed-off-by: Joe MacDonald --- meta-networking/recipes-support/cifs/cifs-utils_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'meta-networking/recipes-support/cifs') diff --git a/meta-networking/recipes-support/cifs/cifs-utils_git.bb b/meta-networking/recipes-support/cifs/cifs-utils_git.bb index 2b7a0dd66c..66ec7b86e8 100644 --- a/meta-networking/recipes-support/cifs/cifs-utils_git.bb +++ b/meta-networking/recipes-support/cifs/cifs-utils_git.bb @@ -4,10 +4,9 @@ HOMEPAGE = "http://wiki.samba.org/index.php/LinuxCIFS_utils" LICENSE = "GPLv3 & LGPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -PV = "5.9" -PR = "r1" +PV = "6.4" -SRCREV = "353d491dcb5d69d31434abeb962c8e9a49c36867" +SRCREV = "487f46da737291877867cbd3acb40fea087d3863" SRC_URI = "git://git.samba.org/cifs-utils.git" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf