diff options
author | Fabio Rossi <rossi.f@inwind.it> | 2017-11-17 22:51:00 +0100 |
---|---|---|
committer | Fabio Rossi <rossi.f@inwind.it> | 2017-11-17 22:51:00 +0100 |
commit | 25e2ec76ce85e9395ebbcbae02b60a3196029821 (patch) | |
tree | be1a5cd51bebb08162a14706f2e9aea70f2a04c8 | |
parent | Added latest version 12.5.8.7098237 (diff) | |
download | vmware-25e2ec76ce85e9395ebbcbae02b60a3196029821.tar.gz vmware-25e2ec76ce85e9395ebbcbae02b60a3196029821.tar.bz2 vmware-25e2ec76ce85e9395ebbcbae02b60a3196029821.zip |
Fix note about openssl version
-rw-r--r-- | app-emulation/vmware-player/vmware-player-12.5.8.7098237.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/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 . |