This patch was part of the 6.6p1 release.

Signed-off-by: Paul Eggleton <paul.eggle...@linux.intel.com>
---
 .../openssh/openssh/openssh-CVE-2014-2532.patch    | 22 ----------------------
 meta/recipes-connectivity/openssh/openssh_6.6p1.bb |  1 -
 2 files changed, 23 deletions(-)
 delete mode 100644 
meta/recipes-connectivity/openssh/openssh/openssh-CVE-2014-2532.patch

diff --git 
a/meta/recipes-connectivity/openssh/openssh/openssh-CVE-2014-2532.patch 
b/meta/recipes-connectivity/openssh/openssh/openssh-CVE-2014-2532.patch
deleted file mode 100644
index 3deaf3f..0000000
--- a/meta/recipes-connectivity/openssh/openssh/openssh-CVE-2014-2532.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Upstream-Status: Backport
-
-Fix for CVE-2014-2532
-
-Backported from openssh-6.6p1.tar.gz
-
-Signed-off-by: Chen Qi <qi.c...@windriver.com>
----
---- a/session.c
-+++ b/session.c
-@@ -955,6 +955,11 @@
-       u_int envsize;
-       u_int i, namelen;
- 
-+      if (strchr(name, '=') != NULL) {
-+              error("Invalid environment variable \"%.100s\"", name);
-+              return;
-+      }
-+
-       /*
-        * If we're passed an uninitialized list, allocate a single null
-        * entry before continuing.
diff --git a/meta/recipes-connectivity/openssh/openssh_6.6p1.bb 
b/meta/recipes-connectivity/openssh/openssh_6.6p1.bb
index 047a895..edae036 100644
--- a/meta/recipes-connectivity/openssh/openssh_6.6p1.bb
+++ b/meta/recipes-connectivity/openssh/openssh_6.6p1.bb
@@ -23,7 +23,6 @@ SRC_URI = 
"ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.
            file://volatiles.99_sshd \
            file://add-test-support-for-busybox.patch \
            file://run-ptest \
-           file://openssh-CVE-2014-2532.patch \
            file://openssh-CVE-2014-2653.patch \
            file://auth2-none.c-avoid-authenticate-empty-passwords-to-m.patch"
 
-- 
1.9.3

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to