diff options
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/openssl/files/openssl-1.0.2g-version-script.patch (renamed from dev-libs/openssl/files/openssl-1.0.2d-version-script.patch) | 51 |
1 files changed, 27 insertions, 24 deletions
diff --git a/dev-libs/openssl/files/openssl-1.0.2d-version-script.patch b/dev-libs/openssl/files/openssl-1.0.2g-version-script.patch index a925240..454f862 100644 --- a/dev-libs/openssl/files/openssl-1.0.2d-version-script.patch +++ b/dev-libs/openssl/files/openssl-1.0.2g-version-script.patch @@ -13,11 +13,9 @@ Subject: version-script create mode 100644 engines/openssl.ld create mode 100644 openssl.ld -diff --git a/Configure b/Configure -index 821d83965243..28ea7b2c2ab3 100755 --- a/Configure +++ b/Configure -@@ -1752,6 +1752,8 @@ if ($strict_warnings) +@@ -1736,6 +1736,8 @@ } } @@ -26,13 +24,10 @@ index 821d83965243..28ea7b2c2ab3 100755 open(IN,'<Makefile.org') || die "unable to read Makefile.org:$!\n"; unlink("$Makefile.new") || die "unable to remove old $Makefile.new:$!\n" if -e "$Makefile.new"; open(OUT,">$Makefile.new") || die "unable to create $Makefile.new:$!\n"; -diff --git a/engines/ccgost/openssl.ld b/engines/ccgost/openssl.ld -new file mode 100644 -index 000000000000..42d02953a097 --- /dev/null +++ b/engines/ccgost/openssl.ld @@ -0,0 +1,13 @@ -+OPENSSL_1.0.2 { ++OPENSSL_1.0.0 { + global: + bind_engine; + v_check; @@ -43,15 +38,12 @@ index 000000000000..42d02953a097 +OPENSSL { + global: + *; -+}; ++} OPENSSL_1.0.0; + -diff --git a/engines/openssl.ld b/engines/openssl.ld -new file mode 100644 -index 000000000000..42d02953a097 --- /dev/null +++ b/engines/openssl.ld @@ -0,0 +1,13 @@ -+OPENSSL_1.0.2 { ++OPENSSL_1.0.0 { + global: + bind_engine; + v_check; @@ -62,15 +54,12 @@ index 000000000000..42d02953a097 +OPENSSL { + global: + *; -+}; ++} OPENSSL_1.0.0; + -diff --git a/openssl.ld b/openssl.ld -new file mode 100644 -index 000000000000..ff2f3c9e44c8 --- /dev/null +++ b/openssl.ld -@@ -0,0 +1,4609 @@ -+OPENSSL_1.0.2d { +@@ -0,0 +1,4623 @@ ++OPENSSL_1.0.0 { + global: + BIO_f_ssl; + BIO_new_buffer_ssl_connect; @@ -4368,6 +4357,11 @@ index 000000000000..ff2f3c9e44c8 + CRYPTO_cbc128_decrypt; + CRYPTO_cfb128_encrypt; + CRYPTO_cfb128_8_encrypt; ++}; ++ ++ ++OPENSSL_1.0.1 { ++ global: + SSL_renegotiate_abbreviated; + TLSv1_1_method; + TLSv1_1_client_method; @@ -4529,7 +4523,15 @@ index 000000000000..ff2f3c9e44c8 + BIO_s_datagram_sctp; + BIO_dgram_is_sctp; + BIO_dgram_sctp_notification_cb; ++} OPENSSL_1.0.0; ++ ++OPENSSL_1.0.1d { ++ global: + CRYPTO_memcmp; ++} OPENSSL_1.0.1; ++ ++OPENSSL_1.0.2 { ++ global: + SSL_CTX_set_alpn_protos; + SSL_set_alpn_protos; + SSL_CTX_set_alpn_select_cb; @@ -4667,15 +4669,16 @@ index 000000000000..ff2f3c9e44c8 + BUF_strnlen; + sk_deep_copy; + SSL_test_functions; -+}; ++} OPENSSL_1.0.1d; + +OPENSSL_1.0.2g { -+ global: -+ SRP_VBASE_get1_by_user; -+ SRP_user_pwd_free; -+} OPENSSL_1.0.2d; ++ global: ++ SRP_VBASE_get1_by_user; ++ SRP_user_pwd_free; ++} OPENSSL_1.0.2; + +OPENSSL { + global: + *; -+}; ++} OPENSSL_1.0.2g; ++ |