From 2a9c231f35bfacaf66d9b415eb458f27df63a8fd Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther <zecke@selfish.org> Date: Mon, 12 Jan 2009 18:32:15 +0100 Subject: openssl_0.9.8j: Add version 0.9.8j in order to fix security issues Add a new openssl and openssl-native to not shop a openssl with known security issues. The debian.patch was reduced to only patch configure to add the targets we are using in openssl.inc, shared-libs.patch has a quirk for FIPSLD_CC to work with CC='ccache gcc'. --- packages/openssl/openssl-native_0.9.8j.bb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 packages/openssl/openssl-native_0.9.8j.bb (limited to 'packages/openssl/openssl-native_0.9.8j.bb') diff --git a/packages/openssl/openssl-native_0.9.8j.bb b/packages/openssl/openssl-native_0.9.8j.bb new file mode 100644 index 0000000000..5f3e3076cb --- /dev/null +++ b/packages/openssl/openssl-native_0.9.8j.bb @@ -0,0 +1,24 @@ +inherit pkgconfig native + +DEFAULT_PREFERENCE = "-1" + +require openssl.inc + +PR = "r1" + +# This flag can contain target options (e.g -mfpu=neon for armv7-a systems) +export FULL_OPTIMIZATION = " " +export BUILD_OPTIMIZATION = " " + +SRC_URI += "file://configure-targets.patch;patch=1 \ + file://shared-libs.patch;patch=1 \ + file://debian.patch;patch=1" + +PARALLEL_MAKE = "" + +FILESPATH = "${@base_set_filespath( ['${FILE_DIRNAME}/openssl-${PV}', '${FILE_DIRNAME}/openssl', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" + +do_install() { + : +} + -- cgit v1.2.3