summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Rossi <rossi.f@inwind.it>2017-11-17 22:51:00 +0100
committerFabio Rossi <rossi.f@inwind.it>2017-11-17 22:51:00 +0100
commit25e2ec76ce85e9395ebbcbae02b60a3196029821 (patch)
treebe1a5cd51bebb08162a14706f2e9aea70f2a04c8 /app-emulation/vmware-player
parentAdded latest version 12.5.8.7098237 (diff)
downloadvmware-25e2ec76ce85e9395ebbcbae02b60a3196029821.tar.gz
vmware-25e2ec76ce85e9395ebbcbae02b60a3196029821.tar.bz2
vmware-25e2ec76ce85e9395ebbcbae02b60a3196029821.zip
Fix note about openssl version
Diffstat (limited to 'app-emulation/vmware-player')
-rw-r--r--app-emulation/vmware-player/vmware-player-12.5.8.7098237.ebuild2
1 files changed, 1 insertions, 1 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 .