From 980ba5e77438c3a22c295f56ffb71f1d290db50a 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] Signed-off-by: Saul Wold --- .../openssl/openssl-0.9.8s/debian/config-hurd.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/config-hurd.patch (limited to 'meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/config-hurd.patch') diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/config-hurd.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/config-hurd.patch new file mode 100644 index 000000000..2359d158d --- /dev/null +++ b/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/config-hurd.patch @@ -0,0 +1,17 @@ +Upstream-Status: Backport [debian] + +Index: openssl-0.9.8k/config +=================================================================== +--- openssl-0.9.8k.orig/config 2009-02-16 09:43:41.000000000 +0100 ++++ openssl-0.9.8k/config 2009-07-19 11:32:41.000000000 +0200 +@@ -162,8 +162,8 @@ + echo "${MACHINE}-whatever-linux1"; exit 0 + ;; + +- GNU*) +- echo "hurd-x86"; exit 0; ++ GNU:*|GNU/*:*) ++ echo "${MACHINE}-gnuish"; exit 0; + ;; + + LynxOS:*) -- cgit v1.2.3