summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl_1.0.1j.bb
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@enea.com>2015-01-09 12:28:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-15 21:58:28 +0000
commitd88555ba6474664fd848f8db69a12c1f77eada8a (patch)
tree18220cc29e1d47f1f003914dce4adf766680bdfd /meta/recipes-connectivity/openssl/openssl_1.0.1j.bb
parent4c00256dd987ee1a15ebecec7f7411f90e938f14 (diff)
downloadpoky-d88555ba6474664fd848f8db69a12c1f77eada8a.tar.gz
openssl: upgrade to 1.0.1k
Upgrade includes 8 CVE bug fixes (From OE-Core rev: 5dc197f0b2a088d8a88480da0afc886c745f551b) Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_1.0.1j.bb')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_1.0.1j.bb54
1 files changed, 0 insertions, 54 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.1j.bb b/meta/recipes-connectivity/openssl/openssl_1.0.1j.bb
deleted file mode 100644
index 2bca400ee6..0000000000
--- a/meta/recipes-connectivity/openssl/openssl_1.0.1j.bb
+++ /dev/null
@@ -1,54 +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 += "cryptodev-linux"
6
7CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS"
8
9LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8"
10
11export DIRS = "crypto ssl apps engines"
12export OE_LDFLAGS="${LDFLAGS}"
13
14SRC_URI += "file://configure-targets.patch \
15 file://shared-libs.patch \
16 file://oe-ldflags.patch \
17 file://engines-install-in-libdir-ssl.patch \
18 file://openssl-fix-link.patch \
19 file://debian/version-script.patch \
20 file://debian/pic.patch \
21 file://debian/c_rehash-compat.patch \
22 file://debian/ca.patch \
23 file://debian/make-targets.patch \
24 file://debian/no-rpath.patch \
25 file://debian/man-dir.patch \
26 file://debian/man-section.patch \
27 file://debian/no-symbolic.patch \
28 file://debian/debian-targets.patch \
29 file://openssl_fix_for_x32.patch \
30 file://fix-cipher-des-ede3-cfb1.patch \
31 file://openssl-avoid-NULL-pointer-dereference-in-EVP_DigestInit_ex.patch \
32 file://openssl-avoid-NULL-pointer-dereference-in-dh_pub_encode.patch \
33 file://initial-aarch64-bits.patch \
34 file://find.pl \
35 file://openssl-fix-des.pod-error.patch \
36 file://Makefiles-ptest.patch \
37 file://ptest-deps.patch \
38 file://run-ptest \
39 "
40
41SRC_URI[md5sum] = "f7175c9cd3c39bb1907ac8bba9df8ed3"
42SRC_URI[sha256sum] = "1b60ca8789ba6f03e8ef20da2293b8dc131c39d83814e775069f02d26354edf3"
43
44PACKAGES =+ " \
45 ${PN}-engines \
46 ${PN}-engines-dbg \
47 "
48
49FILES_${PN}-engines = "${libdir}/ssl/engines/*.so ${libdir}/engines"
50FILES_${PN}-engines-dbg = "${libdir}/ssl/engines/.debug"
51
52do_configure_prepend() {
53 cp ${WORKDIR}/find.pl ${S}/util/find.pl
54}