summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2016-07-05 08:21:52 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-06 17:25:48 +0100
commitcd0afe151c7997be9cbdbd4af53093aba64f359d (patch)
tree4ad5521ddc902c224b8a8cab427d19e804ab5319 /meta
parentf7b994b75261550faa3ccf9005fc174950c7bee9 (diff)
downloadpoky-cd0afe151c7997be9cbdbd4af53093aba64f359d.tar.gz
Revert "openssl: prevent ABI break from earlier krogoth releases"
This patch should not have been back ported. This reverts commit 18b0a78f439ce26ea475537cc20ebbc1d091920c. (From OE-Core rev: 08f85da10b3a7fc6165f163fd0f23784a2c9c8e4) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-connectivity/openssl/openssl/debian1.0.2/version-script.patch31
1 files changed, 9 insertions, 22 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl/debian1.0.2/version-script.patch b/meta/recipes-connectivity/openssl/openssl/debian1.0.2/version-script.patch
index f53efdb0e6..29f11a288e 100644
--- a/meta/recipes-connectivity/openssl/openssl/debian1.0.2/version-script.patch
+++ b/meta/recipes-connectivity/openssl/openssl/debian1.0.2/version-script.patch
@@ -15,8 +15,8 @@ Index: openssl-1.0.2~beta1.obsolete.0.0498436515490575/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.2~beta1.obsolete.0.0498436515490575/openssl.ld 2014-02-24 22:19:08.601827266 +0100 17+++ openssl-1.0.2~beta1.obsolete.0.0498436515490575/openssl.ld 2014-02-24 22:19:08.601827266 +0100
18@@ -0,0 +1,4621 @@ 18@@ -0,0 +1,4608 @@
19+OPENSSL_1.0.0 { 19+OPENSSL_1.0.2d {
20+ global: 20+ global:
21+ BIO_f_ssl; 21+ BIO_f_ssl;
22+ BIO_new_buffer_ssl_connect; 22+ BIO_new_buffer_ssl_connect;
@@ -4314,14 +4314,6 @@ Index: openssl-1.0.2~beta1.obsolete.0.0498436515490575/openssl.ld
4314+ CRYPTO_cbc128_decrypt; 4314+ CRYPTO_cbc128_decrypt;
4315+ CRYPTO_cfb128_encrypt; 4315+ CRYPTO_cfb128_encrypt;
4316+ CRYPTO_cfb128_8_encrypt; 4316+ CRYPTO_cfb128_8_encrypt;
4317+
4318+ local:
4319+ *;
4320+};
4321+
4322+
4323+OPENSSL_1.0.1 {
4324+ global:
4325+ SSL_renegotiate_abbreviated; 4317+ SSL_renegotiate_abbreviated;
4326+ TLSv1_1_method; 4318+ TLSv1_1_method;
4327+ TLSv1_1_client_method; 4319+ TLSv1_1_client_method;
@@ -4483,15 +4475,7 @@ Index: openssl-1.0.2~beta1.obsolete.0.0498436515490575/openssl.ld
4483+ BIO_s_datagram_sctp; 4475+ BIO_s_datagram_sctp;
4484+ BIO_dgram_is_sctp; 4476+ BIO_dgram_is_sctp;
4485+ BIO_dgram_sctp_notification_cb; 4477+ BIO_dgram_sctp_notification_cb;
4486+} OPENSSL_1.0.0;
4487+
4488+OPENSSL_1.0.1d {
4489+ global:
4490+ CRYPTO_memcmp; 4478+ CRYPTO_memcmp;
4491+} OPENSSL_1.0.1;
4492+
4493+OPENSSL_1.0.2 {
4494+ global:
4495+ SSL_CTX_set_alpn_protos; 4479+ SSL_CTX_set_alpn_protos;
4496+ SSL_set_alpn_protos; 4480+ SSL_set_alpn_protos;
4497+ SSL_CTX_set_alpn_select_cb; 4481+ SSL_CTX_set_alpn_select_cb;
@@ -4629,20 +4613,23 @@ Index: openssl-1.0.2~beta1.obsolete.0.0498436515490575/openssl.ld
4629+ BUF_strnlen; 4613+ BUF_strnlen;
4630+ sk_deep_copy; 4614+ sk_deep_copy;
4631+ SSL_test_functions; 4615+ SSL_test_functions;
4632+} OPENSSL_1.0.1d; 4616+
4617+ local:
4618+ *;
4619+};
4633+ 4620+
4634+OPENSSL_1.0.2g { 4621+OPENSSL_1.0.2g {
4635+ global: 4622+ global:
4636+ SRP_VBASE_get1_by_user; 4623+ SRP_VBASE_get1_by_user;
4637+ SRP_user_pwd_free; 4624+ SRP_user_pwd_free;
4638+} OPENSSL_1.0.2; 4625+} OPENSSL_1.0.2d;
4639+ 4626+
4640Index: openssl-1.0.2~beta1.obsolete.0.0498436515490575/engines/openssl.ld 4627Index: openssl-1.0.2~beta1.obsolete.0.0498436515490575/engines/openssl.ld
4641=================================================================== 4628===================================================================
4642--- /dev/null 1970-01-01 00:00:00.000000000 +0000 4629--- /dev/null 1970-01-01 00:00:00.000000000 +0000
4643+++ openssl-1.0.2~beta1.obsolete.0.0498436515490575/engines/openssl.ld 2014-02-24 21:02:30.000000000 +0100 4630+++ openssl-1.0.2~beta1.obsolete.0.0498436515490575/engines/openssl.ld 2014-02-24 21:02:30.000000000 +0100
4644@@ -0,0 +1,10 @@ 4631@@ -0,0 +1,10 @@
4645+OPENSSL_1.0.0 { 4632+OPENSSL_1.0.2 {
4646+ global: 4633+ global:
4647+ bind_engine; 4634+ bind_engine;
4648+ v_check; 4635+ v_check;
@@ -4657,7 +4644,7 @@ Index: openssl-1.0.2~beta1.obsolete.0.0498436515490575/engines/ccgost/openssl.ld
4657--- /dev/null 1970-01-01 00:00:00.000000000 +0000 4644--- /dev/null 1970-01-01 00:00:00.000000000 +0000
4658+++ openssl-1.0.2~beta1.obsolete.0.0498436515490575/engines/ccgost/openssl.ld 2014-02-24 21:02:30.000000000 +0100 4645+++ openssl-1.0.2~beta1.obsolete.0.0498436515490575/engines/ccgost/openssl.ld 2014-02-24 21:02:30.000000000 +0100
4659@@ -0,0 +1,10 @@ 4646@@ -0,0 +1,10 @@
4660+OPENSSL_1.0.0 { 4647+OPENSSL_1.0.2 {
4661+ global: 4648+ global:
4662+ bind_engine; 4649+ bind_engine;
4663+ v_check; 4650+ v_check;