summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl_0.9.8s.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:58:41 +0000
commitac27587f9307fba1706b79c2c49347ff4e26caa6 (patch)
treef0f12a2126a3dedd5411cf57247a4f2b4f055e3d /meta/recipes-connectivity/openssl/openssl_0.9.8s.bb
parent7edf3dc05955042349ed71d329b6a2477963cb3f (diff)
downloadpoky-ac27587f9307fba1706b79c2c49347ff4e26caa6.tar.gz
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] (From OE-Core rev: 980ba5e77438c3a22c295f56ffb71f1d290db50a) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_0.9.8s.bb')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_0.9.8s.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_0.9.8s.bb b/meta/recipes-connectivity/openssl/openssl_0.9.8s.bb
new file mode 100644
index 0000000000..74892c1feb
--- /dev/null
+++ b/meta/recipes-connectivity/openssl/openssl_0.9.8s.bb
@@ -0,0 +1,31 @@
1require openssl.inc
2
3PR = "r0"
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 += "file://configure-targets.patch \
25 file://shared-libs.patch \
26 file://parallel-make-fix.patch"
27
28SRC_URI[md5sum] = "fbf71e8e050bc1ec290b7468bab1a76e"
29SRC_URI[sha256sum] = "edc9639beaf2d5e239d8e5c9d2fe1959e6726a5d7f8ab8430613835f4623f9ba"
30
31BBCLASSEXTEND = "native nativesdk"