From patchwork Thu May 12 11:01:04 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [14/54] beecrypt: Add Upstream-Status Date: Thu, 12 May 2011 11:01:04 -0000 From: Zhai, Edwin X-Patchwork-Id: 3815 Message-Id: <8626ba68b8c674366ddc7bd7b83afafa704ac0b2.1305197864.git.edwin.zhai@intel.com> To: openembedded-core@lists.openembedded.org Cc: From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../beecrypt/beecrypt/disable-icu-check.patch | 2 ++ .../beecrypt/beecrypt/fix-security.patch | 3 +++ 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/meta/recipes-support/beecrypt/beecrypt/disable-icu-check.patch b/meta/recipes-support/beecrypt/beecrypt/disable-icu-check.patch index 4a2f414..91b1fa6 100644 --- a/meta/recipes-support/beecrypt/beecrypt/disable-icu-check.patch +++ b/meta/recipes-support/beecrypt/beecrypt/disable-icu-check.patch @@ -1,6 +1,8 @@ We are unable to run code at configure time in a cross environemnt, but as we control the build we can be fairly certain this dependency is met. +Upstream-Status: Inappropriate [embedded specific] + JL 05/07/10 Index: beecrypt-4.2.1/configure.ac =================================================================== diff --git a/meta/recipes-support/beecrypt/beecrypt/fix-security.patch b/meta/recipes-support/beecrypt/beecrypt/fix-security.patch index f28e393..6cb0c00 100644 --- a/meta/recipes-support/beecrypt/beecrypt/fix-security.patch +++ b/meta/recipes-support/beecrypt/beecrypt/fix-security.patch @@ -3,6 +3,9 @@ project: http://www.mail-archive.com/fink-commits@lists.sourceforge.net/msg75742.html JL 05/07/10 + +Upstream-Status: Pending + Index: beecrypt-4.2.1/include/beecrypt/c++/beeyond/BeeCertificate.h =================================================================== --- beecrypt-4.2.1.orig/include/beecrypt/c++/beeyond/BeeCertificate.h 2010-11-26 17:22:57.000000000 +0800