summaryrefslogtreecommitdiff
path: root/meta/recipes-connectivity/openssl/openssl_0.9.8r.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-01-16 17:53:46 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-17 14:53:04 +0000
commit980ba5e77438c3a22c295f56ffb71f1d290db50a (patch)
tree6feb062b3c3c56e960fcddffe7df0ea6bdb67a91 /meta/recipes-connectivity/openssl/openssl_0.9.8r.bb
parent8953e4a93ce6ad0257a094fdc6f3cd88ac5e89b9 (diff)
downloadopenembedded-core-980ba5e77438c3a22c295f56ffb71f1d290db50a.tar.gz
openembedded-core-980ba5e77438c3a22c295f56ffb71f1d290db50a.tar.bz2
openembedded-core-980ba5e77438c3a22c295f56ffb71f1d290db50a.tar.xz
openembedded-core-980ba5e77438c3a22c295f56ffb71f1d290db50a.zip
openssl-0.9.8: Update to 0.9.8s
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-4108 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-4109 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-4576 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-4577 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-4619 [YOCTO #1904] Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_0.9.8r.bb')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_0.9.8r.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_0.9.8r.bb b/meta/recipes-connectivity/openssl/openssl_0.9.8r.bb
deleted file mode 100644
index 4c6cad353..000000000
--- a/meta/recipes-connectivity/openssl/openssl_0.9.8r.bb
+++ /dev/null
@@ -1,31 +0,0 @@
-require openssl.inc
-
-PR = "r7"
-SRC_URI += "file://debian/ca.patch \
- file://debian/config-hurd.patch;apply=no \
- file://debian/debian-targets.patch \
- file://debian/engines-path.patch \
- file://debian/kfreebsd-pipe.patch;apply=no \
- file://debian/make-targets.patch \
- file://debian/man-dir.patch \
- file://debian/man-section.patch \
- file://debian/no-rpath.patch \
- file://debian/no-symbolic.patch \
- file://debian/pic.patch \
- file://debian/pkg-config.patch \
- file://debian/rc4-amd64.patch \
- file://debian/rehash-crt.patch \
- file://debian/rehash_pod.patch \
- file://debian/shared-lib-ext.patch \
- file://debian/stddef.patch \
- file://debian/version-script.patch \
- file://debian/perl-path.diff"
-
-SRC_URI[md5sum] = "0352932ea863bc02b056cda7c9ac5b79"
-SRC_URI[sha256sum] = "42b2368f786b05ed3be846838dce126b4e8e3dba8fb2e0ce83102df28c102fad"
-
-SRC_URI += "file://configure-targets.patch \
- file://shared-libs.patch \
- file://parallel-make-fix.patch"
-
-BBCLASSEXTEND = "native nativesdk"