Gentoo Archives: gentoo-commits

From: Fabio Rossi <rossi.f@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-workstation/, app-emulation/vmware-player/
Date: Fri, 17 Nov 2017 21:52:51
Message-Id: 1510955460.25e2ec76ce85e9395ebbcbae02b60a3196029821.fabio@gentoo
1 commit: 25e2ec76ce85e9395ebbcbae02b60a3196029821
2 Author: Fabio Rossi <rossi.f <AT> inwind <DOT> it>
3 AuthorDate: Fri Nov 17 21:51:00 2017 +0000
4 Commit: Fabio Rossi <rossi.f <AT> inwind <DOT> net>
5 CommitDate: Fri Nov 17 21:51:00 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/vmware.git/commit/?id=25e2ec76
7
8 Fix note about openssl version
9
10 app-emulation/vmware-player/vmware-player-12.5.8.7098237.ebuild | 2 +-
11 .../vmware-workstation/vmware-workstation-12.5.8.7098237.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 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
15 index 7dae722..f23711c 100644
16 --- a/app-emulation/vmware-player/vmware-player-12.5.8.7098237.ebuild
17 +++ b/app-emulation/vmware-player/vmware-player-12.5.8.7098237.ebuild
18 @@ -172,7 +172,7 @@ clean_bundled_libs() {
19 rm -rv "${S}"/lib/libconf || die "Failed removing bundled gtk conf libs"
20
21 # Among the bundled libs there are libcrypto.so.1.0.1 and libssl.so.1.0.1
22 - # (needed by libcds.so) which seem to be compiled from openssl-1.0.1h.
23 + # (needed by libcds.so) which seem to be compiled from openssl-1.0.2l.
24 # Upstream real sonames are *so.1.0.0 so it's necessary to fix DT_NEEDED link
25 # in libcds.so to be able to use system libs.
26 pushd >/dev/null .
27
28 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
29 index e6aa244..f49a91e 100644
30 --- a/app-emulation/vmware-workstation/vmware-workstation-12.5.8.7098237.ebuild
31 +++ b/app-emulation/vmware-workstation/vmware-workstation-12.5.8.7098237.ebuild
32 @@ -185,7 +185,7 @@ clean_bundled_libs() {
33 rm -rv "${S}"/lib/libconf || die "Failed removing bundled gtk conf libs"
34
35 # Among the bundled libs there are libcrypto.so.1.0.1 and libssl.so.1.0.1
36 - # (needed by libcds.so) which seem to be compiled from openssl-1.0.1h.
37 + # (needed by libcds.so) which seem to be compiled from openssl-1.0.2l.
38 # Upstream real sonames are *so.1.0.0 so it's necessary to fix DT_NEEDED link
39 # in libcds.so to be able to use system libs.
40 pushd >/dev/null .