diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/debian/version-script.patch')
-rw-r--r-- | meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/debian/version-script.patch | 34 |
1 files changed, 26 insertions, 8 deletions
diff --git a/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/debian/version-script.patch b/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/debian/version-script.patch index 9d73f31611..6d73a4c8a7 100644 --- a/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/debian/version-script.patch +++ b/meta-oe/recipes-connectivity/openssl/openssl-1.0.0e/debian/version-script.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | Index: openssl-1.0.0c/Configure | 1 | Index: openssl-1.0.0e/Configure |
2 | =================================================================== | 2 | =================================================================== |
3 | --- openssl-1.0.0c.orig/Configure 2011-08-12 23:02:54.436331036 -0700 | 3 | --- openssl-1.0.0e.orig/Configure 2011-10-04 22:49:47.599379260 -0700 |
4 | +++ openssl-1.0.0c/Configure 2011-08-12 23:03:39.626397324 -0700 | 4 | +++ openssl-1.0.0e/Configure 2011-10-04 22:49:53.263407376 -0700 |
5 | @@ -1486,6 +1486,8 @@ | 5 | @@ -1486,6 +1486,8 @@ |
6 | } | 6 | } |
7 | } | 7 | } |
@@ -11,10 +11,10 @@ Index: openssl-1.0.0c/Configure | |||
11 | open(IN,'<Makefile.org') || die "unable to read Makefile.org:$!\n"; | 11 | open(IN,'<Makefile.org') || die "unable to read Makefile.org:$!\n"; |
12 | unlink("$Makefile.new") || die "unable to remove old $Makefile.new:$!\n" if -e "$Makefile.new"; | 12 | unlink("$Makefile.new") || die "unable to remove old $Makefile.new:$!\n" if -e "$Makefile.new"; |
13 | open(OUT,">$Makefile.new") || die "unable to create $Makefile.new:$!\n"; | 13 | open(OUT,">$Makefile.new") || die "unable to create $Makefile.new:$!\n"; |
14 | Index: openssl-1.0.0c/openssl.ld | 14 | Index: openssl-1.0.0e/openssl.ld |
15 | =================================================================== | 15 | =================================================================== |
16 | --- /dev/null 1970-01-01 00:00:00.000000000 +0000 | 16 | --- /dev/null 1970-01-01 00:00:00.000000000 +0000 |
17 | +++ openssl-1.0.0c/openssl.ld 2011-08-12 23:03:39.626397324 -0700 | 17 | +++ openssl-1.0.0e/openssl.ld 2011-10-04 22:49:53.295407572 -0700 |
18 | @@ -0,0 +1,4461 @@ | 18 | @@ -0,0 +1,4461 @@ |
19 | +OPENSSL_1.0.0 { | 19 | +OPENSSL_1.0.0 { |
20 | + global: | 20 | + global: |
@@ -4477,14 +4477,32 @@ Index: openssl-1.0.0c/openssl.ld | |||
4477 | + *; | 4477 | + *; |
4478 | +}; | 4478 | +}; |
4479 | + | 4479 | + |
4480 | Index: openssl-1.0.0c/engines/openssl.ld | 4480 | Index: openssl-1.0.0e/engines/openssl.ld |
4481 | =================================================================== | 4481 | =================================================================== |
4482 | --- /dev/null 1970-01-01 00:00:00.000000000 +0000 | 4482 | --- /dev/null 1970-01-01 00:00:00.000000000 +0000 |
4483 | +++ openssl-1.0.0c/engines/openssl.ld 2011-08-12 23:03:39.626397324 -0700 | 4483 | +++ openssl-1.0.0e/engines/openssl.ld 2011-10-04 22:49:53.295407572 -0700 |
4484 | @@ -0,0 +1,7 @@ | 4484 | @@ -0,0 +1,10 @@ |
4485 | +OPENSSL_1.0.0 { | 4485 | +OPENSSL_1.0.0 { |
4486 | + global: | 4486 | + global: |
4487 | + bind_engine; | 4487 | + bind_engine; |
4488 | + v_check; | ||
4489 | + OPENSSL_init; | ||
4490 | + OPENSSL_finish; | ||
4491 | + local: | ||
4492 | + *; | ||
4493 | +}; | ||
4494 | + | ||
4495 | Index: openssl-1.0.0e/engines/ccgost/openssl.ld | ||
4496 | =================================================================== | ||
4497 | --- /dev/null 1970-01-01 00:00:00.000000000 +0000 | ||
4498 | +++ openssl-1.0.0e/engines/ccgost/openssl.ld 2011-10-04 22:49:53.339407745 -0700 | ||
4499 | @@ -0,0 +1,10 @@ | ||
4500 | +OPENSSL_1.0.0 { | ||
4501 | + global: | ||
4502 | + bind_engine; | ||
4503 | + v_check; | ||
4504 | + OPENSSL_init; | ||
4505 | + OPENSSL_finish; | ||
4488 | + local: | 4506 | + local: |
4489 | + *; | 4507 | + *; |
4490 | +}; | 4508 | +}; |