summaryrefslogtreecommitdiffstats
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:51:20 +0100
commit47cb36d1c897ac72718ce67f0acdf118da894228 (patch)
treed51755484ba02aecc8d63283e53b0e958eb712b1 /meta/recipes-connectivity/openssl/openssl_0.9.8p.bb
parent2f3c46d953da38193fc2255b442b3f4903f48036 (diff)
downloadpoky-47cb36d1c897ac72718ce67f0acdf118da894228.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 (From OE-Core rev: e28e11930a22a4e89075e7e026e58c081f984ddf) Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 @@
1require openssl.inc
2
3PR = "r3"
4SRC_URI += "file://debian/ca.patch \
5 file://debian/config-hurd.patch;apply=no \
6 file://debian/debian-targets.patch \
7 file://debian/engines-path.patch \
8 file://debian/kfreebsd-pipe.patch;apply=no \
9 file://debian/make-targets.patch \
10 file://debian/man-dir.patch \
11 file://debian/man-section.patch \
12 file://debian/no-rpath.patch \
13 file://debian/no-symbolic.patch \
14 file://debian/pic.patch \
15 file://debian/pkg-config.patch \
16 file://debian/rc4-amd64.patch \
17 file://debian/rehash-crt.patch \
18 file://debian/rehash_pod.patch \
19 file://debian/shared-lib-ext.patch \
20 file://debian/stddef.patch \
21 file://debian/version-script.patch \
22 file://debian/perl-path.diff"
23
24SRC_URI[md5sum] = "7f24047f70364c9eabc94899e356ce39"
25SRC_URI[sha256sum] = "b2645e2a2af221fa230b5ef6aa2b9388a875801b74cbddbb16be557f80f45242"
26
27SRC_URI += "file://configure-targets.patch \
28 file://shared-libs.patch"
29
30BBCLASSEXTEND = "native nativesdk"