aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openssl/openssl_1.0.0.bb
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-07-02 19:15:13 +0400
committerRoman I Khimov <khimov@altell.ru>2010-08-17 22:45:29 +0400
commitf6dc6481180353ce58978e4727934229dc20dd8e (patch)
treec4ff6b14b651bbacf8c29cecbd8ddfbc60091dc4 /recipes/openssl/openssl_1.0.0.bb
parentaf89852d1cb18250b7bc01991e9c9ddeaf369110 (diff)
downloadopenembedded-f6dc6481180353ce58978e4727934229dc20dd8e.tar.gz
openssl: update 1.0.0 to 1.0.0a
* exactly one fix (CVE-2010-1633), considered as safe upgrade Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/openssl/openssl_1.0.0.bb')
-rw-r--r--recipes/openssl/openssl_1.0.0.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes/openssl/openssl_1.0.0.bb b/recipes/openssl/openssl_1.0.0.bb
deleted file mode 100644
index 4f7dcb7263..0000000000
--- a/recipes/openssl/openssl_1.0.0.bb
+++ /dev/null
@@ -1,30 +0,0 @@
-inherit pkgconfig
-
-require openssl.inc
-SRC_URI[src.md5sum] = "89eaa86e25b2845f920ec00ae4c864ed"
-SRC_URI[src.sha256sum] = "1bbf9afc5a6215121ac094147d0a84178294fe4c3d0a231731038fd3717ba7ca"
-
-PR = "${INC_PR}.2"
-
-DEFAULT_PREFERENCE = "-1"
-
-export DIRS = "crypto ssl apps engines"
-export OE_LDFLAGS="${LDFLAGS}"
-
-SRC_URI += "file://configure-targets.patch \
- file://shared-libs.patch \
- file://debian.patch \
- file://oe-ldflags.patch \
- file://libdeps-first.patch \
- file://engines-install-in-libdir-ssl.patch \
- "
-
-PARALLEL_MAKE = ""
-
-PACKAGES += " \
- ${PN}-engines \
- ${PN}-engines-dbg \
- "
-
-FILES_${PN}-engines = "${libdir}/ssl/engines/*.so"
-FILES_${PN}-engines-dbg = "${libdir}/ssl/engines/.debug"