[oe-commits] Roy Li : cifs-utils: upgrade to 6.4

git at git.openembedded.org git at git.openembedded.org
Fri May 8 16:28:01 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: 2cb54ed8a103c56fcf42d4a363d175dbdc094489
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=2cb54ed8a103c56fcf42d4a363d175dbdc094489

Author: Roy Li <rongqing.li at windriver.com>
Date:   Wed May  6 14:25:33 2015 +0800

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 at windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>

---

 meta-networking/recipes-support/cifs/cifs-utils_git.bb | 5 ++---
 1 file 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 2b7a0dd..66ec7b8 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"



More information about the Openembedded-commits mailing list