summaryrefslogtreecommitdiff
path: root/packages/openssl/openssl-native_0.9.8j.bb
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-01-12 18:32:15 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-01-12 18:55:00 +0100
commit2a9c231f35bfacaf66d9b415eb458f27df63a8fd (patch)
tree361c28d1deba2a4552af1d9a2e67dd1136b711ac /packages/openssl/openssl-native_0.9.8j.bb
parente1f4964de0b74991a2c84f639a27ce50d220bc02 (diff)
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'.
Diffstat (limited to 'packages/openssl/openssl-native_0.9.8j.bb')
-rw-r--r--packages/openssl/openssl-native_0.9.8j.bb24
1 files changed, 24 insertions, 0 deletions
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() {
+ :
+}
+