From 25e2ec76ce85e9395ebbcbae02b60a3196029821 Mon Sep 17 00:00:00 2001 From: Fabio Rossi Date: Fri, 17 Nov 2017 22:51:00 +0100 Subject: Fix note about openssl version --- app-emulation/vmware-player/vmware-player-12.5.8.7098237.ebuild | 2 +- .../vmware-workstation/vmware-workstation-12.5.8.7098237.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/vmware-player/vmware-player-12.5.8.7098237.ebuild b/app-emulation/vmware-player/vmware-player-12.5.8.7098237.ebuild index 7dae722..f23711c 100644 --- a/app-emulation/vmware-player/vmware-player-12.5.8.7098237.ebuild +++ b/app-emulation/vmware-player/vmware-player-12.5.8.7098237.ebuild @@ -172,7 +172,7 @@ clean_bundled_libs() { rm -rv "${S}"/lib/libconf || die "Failed removing bundled gtk conf libs" # Among the bundled libs there are libcrypto.so.1.0.1 and libssl.so.1.0.1 - # (needed by libcds.so) which seem to be compiled from openssl-1.0.1h. + # (needed by libcds.so) which seem to be compiled from openssl-1.0.2l. # Upstream real sonames are *so.1.0.0 so it's necessary to fix DT_NEEDED link # in libcds.so to be able to use system libs. pushd >/dev/null . diff --git a/app-emulation/vmware-workstation/vmware-workstation-12.5.8.7098237.ebuild b/app-emulation/vmware-workstation/vmware-workstation-12.5.8.7098237.ebuild index e6aa244..f49a91e 100644 --- a/app-emulation/vmware-workstation/vmware-workstation-12.5.8.7098237.ebuild +++ b/app-emulation/vmware-workstation/vmware-workstation-12.5.8.7098237.ebuild @@ -185,7 +185,7 @@ clean_bundled_libs() { rm -rv "${S}"/lib/libconf || die "Failed removing bundled gtk conf libs" # Among the bundled libs there are libcrypto.so.1.0.1 and libssl.so.1.0.1 - # (needed by libcds.so) which seem to be compiled from openssl-1.0.1h. + # (needed by libcds.so) which seem to be compiled from openssl-1.0.2l. # Upstream real sonames are *so.1.0.0 so it's necessary to fix DT_NEEDED link # in libcds.so to be able to use system libs. pushd >/dev/null . -- cgit v1.2.3-65-gdbad