summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/version-script.patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-01-16 17:53:46 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-17 14:58:41 +0000
commitac27587f9307fba1706b79c2c49347ff4e26caa6 (patch)
treef0f12a2126a3dedd5411cf57247a4f2b4f055e3d /meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/version-script.patch
parent7edf3dc05955042349ed71d329b6a2477963cb3f (diff)
downloadpoky-ac27587f9307fba1706b79c2c49347ff4e26caa6.tar.gz
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 <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/version-script.patch')
-rw-r--r--meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/version-script.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/version-script.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/version-script.patch
new file mode 100644
index 0000000000..6fa3d75d4b
--- /dev/null
+++ b/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/version-script.patch
@@ -0,0 +1,35 @@
1Upstream-Status: Backport [debian]
2
3Index: openssl-0.9.8m/Configure
4===================================================================
5--- openssl-0.9.8m.orig/Configure 2010-02-27 12:28:32.000000000 +0100
6+++ openssl-0.9.8m/Configure 2010-02-27 12:28:35.000000000 +0100
7@@ -1512,6 +1512,8 @@
8 }
9 }
10
11+$shared_ldflag .= " -Wl,--version-script=openssl.ld";
12+
13 open(IN,'<Makefile.org') || die "unable to read Makefile.org:$!\n";
14 unlink("$Makefile.new") || die "unable to remove old $Makefile.new:$!\n" if -e "$Makefile.new";
15 open(OUT,">$Makefile.new") || die "unable to create $Makefile.new:$!\n";
16Index: openssl-0.9.8m/openssl.ld
17===================================================================
18--- /dev/null 1970-01-01 00:00:00.000000000 +0000
19+++ openssl-0.9.8m/openssl.ld 2010-02-27 12:28:35.000000000 +0100
20@@ -0,0 +1,5 @@
21+OPENSSL_0.9.8 {
22+ global:
23+ *;
24+};
25+
26Index: openssl-0.9.8m/engines/openssl.ld
27===================================================================
28--- /dev/null 1970-01-01 00:00:00.000000000 +0000
29+++ openssl-0.9.8m/engines/openssl.ld 2010-02-27 12:28:35.000000000 +0100
30@@ -0,0 +1,5 @@
31+OPENSSL_0.9.8 {
32+ global:
33+ *;
34+};
35+