aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl_0.9.8p.bb
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2011-04-15 16:11:08 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-18 05:46:24 +0100
commite28e11930a22a4e89075e7e026e58c081f984ddf (patch)
tree0c05686ae9df2fffd8dc2179e78e356c7e2b87c1 /meta/recipes-connectivity/openssl/openssl_0.9.8p.bb
parentcd13726f1eb1f77f55cf202830d6bf13b47b0860 (diff)
downloadopenembedded-core-e28e11930a22a4e89075e7e026e58c081f984ddf.tar.gz
openssl: upgrade to version 0.9.8r
[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>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_0.9.8p.bb')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_0.9.8p.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_0.9.8p.bb b/meta/recipes-connectivity/openssl/openssl_0.9.8p.bb
deleted file mode 100644
index f42b3cbf6b..0000000000
--- a/meta/recipes-connectivity/openssl/openssl_0.9.8p.bb
+++ /dev/null
@@ -1,30 +0,0 @@
-require openssl.inc
-
-PR = "r3"
-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] = "7f24047f70364c9eabc94899e356ce39"
-SRC_URI[sha256sum] = "b2645e2a2af221fa230b5ef6aa2b9388a875801b74cbddbb16be557f80f45242"
-
-SRC_URI += "file://configure-targets.patch \
- file://shared-libs.patch"
-
-BBCLASSEXTEND = "native nativesdk"