aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2015-05-06 14:25:33 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2015-05-08 12:27:20 -0400
commit2cb54ed8a103c56fcf42d4a363d175dbdc094489 (patch)
treea8abf9b1541ed879460d05d339849eab8ba95c85
parent4f8bf53a4b4146e5a6ca048c9357c0d7f96deeb3 (diff)
downloadmeta-openembedded-contrib-2cb54ed8a103c56fcf42d4a363d175dbdc094489.tar.gz
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 <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r--meta-networking/recipes-support/cifs/cifs-utils_git.bb5
1 files changed, 2 insertions, 3 deletions
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"