summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl_1.0.0e.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-01-16 17:54:42 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-17 14:58:41 +0000
commit8b11a2f3f051f346d38938c941dbe49017617c49 (patch)
treeeb79cef68df5e9f99e653131e1bfca9176ec4be8 /meta/recipes-connectivity/openssl/openssl_1.0.0e.bb
parentac27587f9307fba1706b79c2c49347ff4e26caa6 (diff)
downloadpoky-8b11a2f3f051f346d38938c941dbe49017617c49.tar.gz
openssl-1.0.0: Update to 1.0.0e and fix QA Warning
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-4108 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 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-0027 [YOCTO #1905] (From OE-Core rev: 294e808d12131412bf1edb6f4babc9e57c8141e0) 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_1.0.0e.bb')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_1.0.0e.bb46
1 files changed, 0 insertions, 46 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.0e.bb b/meta/recipes-connectivity/openssl/openssl_1.0.0e.bb
deleted file mode 100644
index e29740b14e..0000000000
--- a/meta/recipes-connectivity/openssl/openssl_1.0.0e.bb
+++ /dev/null
@@ -1,46 +0,0 @@
1require openssl.inc
2
3# For target side versions of openssl enable support for OCF Linux driver
4# if they are available.
5DEPENDS += "ocf-linux"
6
7CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS"
8
9PR = "${INC_PR}.2"
10
11LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8"
12
13export DIRS = "crypto ssl apps engines"
14export OE_LDFLAGS="${LDFLAGS}"
15
16SRC_URI += "file://configure-targets.patch \
17 file://shared-libs.patch \
18 file://oe-ldflags.patch \
19 file://engines-install-in-libdir-ssl.patch \
20 file://openssl-fix-link.patch \
21 file://debian/version-script.patch \
22 file://debian/pic.patch \
23 file://debian/c_rehash-compat.patch \
24 file://debian/ca.patch \
25 file://debian/make-targets.patch \
26 file://debian/no-rpath.patch \
27 file://debian/man-dir.patch \
28 file://debian/man-section.patch \
29 file://debian/pkg-config.patch \
30 file://debian/no-symbolic.patch \
31 file://debian/debian-targets.patch \
32 file://openssl_fix_for_x32.patch \
33 "
34
35SRC_URI[md5sum] = "7040b89c4c58c7a1016c0dfa6e821c86"
36SRC_URI[sha256sum] = "e361dc2775733fb84de7b5bf7b504778b772869e8f7bfac0b28b935cbf7380f7"
37
38PACKAGES =+ " \
39 ${PN}-engines \
40 ${PN}-engines-dbg \
41 "
42
43FILES_${PN}-engines = "${libdir}/ssl/engines/*.so"
44FILES_${PN}-engines-dbg = "${libdir}/ssl/engines/.debug"
45
46PARALLEL_MAKEINST = ""