From 47cb36d1c897ac72718ce67f0acdf118da894228 Mon Sep 17 00:00:00 2001 From: Qing He Date: Fri, 15 Apr 2011 16:11:08 +0800 Subject: openssl: upgrade to version 0.9.8r [YOCTO #979] from 0.9.8p fixes CVE-2010-4180, CVE-2010-4252, CVE-2010-0014 (From OE-Core rev: e28e11930a22a4e89075e7e026e58c081f984ddf) Signed-off-by: Qing He Signed-off-by: Richard Purdie --- .../recipes-connectivity/openssl/openssl_0.9.8r.bb | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 meta/recipes-connectivity/openssl/openssl_0.9.8r.bb (limited to 'meta/recipes-connectivity/openssl/openssl_0.9.8r.bb') diff --git a/meta/recipes-connectivity/openssl/openssl_0.9.8r.bb b/meta/recipes-connectivity/openssl/openssl_0.9.8r.bb new file mode 100644 index 0000000000..5fc38a373e --- /dev/null +++ b/meta/recipes-connectivity/openssl/openssl_0.9.8r.bb @@ -0,0 +1,30 @@ +require openssl.inc + +PR = "r0" +SRC_URI += "file://debian/ca.patch \ + file://debian/config-hurd.patch;apply=no \ + file://debian/debian-targets.patch \ + file://debian/engines-path.patch \ + file://debian/kfreebsd-pipe.patch;apply=no \ + file://debian/make-targets.patch \ + file://debian/man-dir.patch \ + file://debian/man-section.patch \ + file://debian/no-rpath.patch \ + file://debian/no-symbolic.patch \ + file://debian/pic.patch \ + file://debian/pkg-config.patch \ + file://debian/rc4-amd64.patch \ + file://debian/rehash-crt.patch \ + file://debian/rehash_pod.patch \ + file://debian/shared-lib-ext.patch \ + file://debian/stddef.patch \ + file://debian/version-script.patch \ + file://debian/perl-path.diff" + +SRC_URI[md5sum] = "0352932ea863bc02b056cda7c9ac5b79" +SRC_URI[sha256sum] = "42b2368f786b05ed3be846838dce126b4e8e3dba8fb2e0ce83102df28c102fad" + +SRC_URI += "file://configure-targets.patch \ + file://shared-libs.patch" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf