summaryrefslogtreecommitdiff
path: root/meta/recipes-connectivity/openssl/openssl_0.9.8r.bb
Commit message (Collapse)AuthorAgeFilesLines
* openssl: fix for non /usr/lib libdir caseYu Ke2011-07-121-1/+1
| | | | | | | | | | | if libdir is not /usr/lib, e.g /usr/lib64, openssl build will fail because it still use /usr/lib as library dir. this patch appends the configure option "--libdir" to specify the correct library directory Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* openssl: should depend on perl-native-runtime rather than perl-nativeDexuan Cui2011-06-141-1/+1
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* openssl: upgrade to version 0.9.8rQing He2011-04-181-0/+30
[YOCTO #979] from 0.9.8p fixes CVE-2010-4180, CVE-2010-4252, CVE-2010-0014 Signed-off-by: Qing He <qing.he@intel.com>