From ac27587f9307fba1706b79c2c49347ff4e26caa6 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Mon, 16 Jan 2012 17:53:46 -0800 Subject: openssl-0.9.8: Update to 0.9.8s http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-4108 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-4109 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-4576 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-4577 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-4619 [YOCTO #1904] (From OE-Core rev: 980ba5e77438c3a22c295f56ffb71f1d290db50a) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../recipes-connectivity/openssl/openssl_0.9.8s.bb | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 meta/recipes-connectivity/openssl/openssl_0.9.8s.bb (limited to 'meta/recipes-connectivity/openssl/openssl_0.9.8s.bb') diff --git a/meta/recipes-connectivity/openssl/openssl_0.9.8s.bb b/meta/recipes-connectivity/openssl/openssl_0.9.8s.bb new file mode 100644 index 0000000000..74892c1feb --- /dev/null +++ b/meta/recipes-connectivity/openssl/openssl_0.9.8s.bb @@ -0,0 +1,31 @@ +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 += "file://configure-targets.patch \ + file://shared-libs.patch \ + file://parallel-make-fix.patch" + +SRC_URI[md5sum] = "fbf71e8e050bc1ec290b7468bab1a76e" +SRC_URI[sha256sum] = "edc9639beaf2d5e239d8e5c9d2fe1959e6726a5d7f8ab8430613835f4623f9ba" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf