summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/vmware-modules: fix check for kernel optionFabio Rossi2020-05-021-1/+2
| | | | | | | X86_IOPL_IOPERM has been added in kernel 5.5, fixes issue #51 on github Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
* The virtual/jpeg:62 is not anymore in portage, fix itFabio Rossi2020-04-132-2/+8
| | | | Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
* app-emulation/vmware-modules: add check for kernel configFabio Rossi2020-04-131-0/+1
| | | | | | | Add check for CONFIG_X86_IOPL_IOPERM, if that option is not present the NAT daemon won't start correctly. Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
* removed USE flag bundled-libsFabio Rossi2020-04-122-290/+26
| | | | | | | | | | | In portage a lot of deps are not anymore present because 12.5.9.7535481 version is more than two years old. The old USE=-bundled-libs configuration is then not anymore working leading to an useless installation. Now the default is an installation with bundled libs without options. There are of course security issues but let's leave to the user the option to install the software he paid for :-) Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
* removed media-libs/tiff:3 depFabio Rossi2020-04-122-0/+977
| | | | | | | It is not anymore in portage but it seems is not needed by the software. This should also close https://github.com/gentoo/vmware/issues/46 Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
* app-emulation/vmware-modules: fixes for kernel 5.6Fabio Rossi2020-04-124-0/+83
| | | | | | | | | | Added patches to face the following upstream commits: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d56c0d45f0e27f814e87a1676b6bdccccbc252e9 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=4bdc0d676a643140bdf17dbf7eafedee3d496a3c https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c766d1472c70d25ad475cf56042af1652e792b23 Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
* app-emulation/vmware-modules: changes for kernel 5.5Fabio Rossi2020-04-111-2/+7
| | | | | | | vsock module needs symbols of the vmci module, the way used to pass extra symbols to the kernel modpost tool has been changed in version >=5.5 Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
* app-emulation/vmware-modules: fixes for kernel 5.4Fabio Rossi2020-04-072-0/+53
| | | | | | | | Added patch to face the following upstream commit: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d5c3a62d0bb9b763e9378fe8f4cd79502e16cce8 Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
* app-emulation/vmware-modules: fixes for kernel 5.3Fabio Rossi2020-04-072-0/+15
| | | | | | | | | | Added patch to face the following upstream commit: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3cf5d076fb4d This closes also issue #49 on github, thanks to hlandgarten Signed-off-by: Fabio Rossi <rossi.f@inwind.it>
* app-emulation/vmware-modules: fixes for kernel 5.1Fabio Rossi2019-05-043-0/+65
| | | | | | | Added two patches to face the following upstream commits: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=736706bee3298208343a76096370e4f6a5c55915 https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3d3539018d2cbd12e5af4a132636ee7fd8d43ef0
* app-emulation/vmware-modules: updated also ManifestFabio Rossi2019-03-231-68/+74
|
* app-emulation/vmware-tools: added latest versionFabio Rossi2019-03-231-0/+57
|
* shipped libgcrypt.so.11 is mandatory nowFabio Rossi2019-03-232-10/+8
| | | | | | | | dev-libs/libgcrypt:11 is going to be removed soon from portage so it cannot be removed from bundled libs anymore. See also bugs #567382 or #656372. Changed also the message to the user clearly stating the security issue!
* app-emulation/vmware-modules: add support to kernel 5.0Fabio Rossi2019-03-234-0/+169
| | | | this closes bug #679734 and issue #45 on github
* app-emulation/vmware-modules: use M= instead of SUBDIRS=Fabio Rossi2019-03-231-0/+4
| | | | this patch will work as soon as bug #680976 will be closed.
* app-emulation/vmware-modules: initial support to kernel 4.17Fabio Rossi2018-04-282-0/+37
| | | | upstream kernel commit 9b2c45d479d0fb8647c9e83359df69162b5fbe5f
* remove from manifest unpublished versionsFabio Rossi2018-04-072-2/+0
|
* Forgot to update manifestFabio Rossi2018-02-212-6/+8
|
* Migrated to xdg-utils.eclassFabio Rossi2018-02-212-8/+12
|
* Added latest version 12.5.9.7535481 in 12.5 series.Fabio Rossi2018-02-213-0/+0
|
* Merge branch 'master' of git+ssh://git.gentoo.org/proj/vmwareFabio Rossi2018-02-202-1/+87
|\
| * Set manifest-hashes = BLAKE2B SHA512Mike Gilbert2017-12-301-1/+1
| |
| * vmware-bundle.eclass: copy from gentooMike Gilbert2017-12-301-0/+86
| | | | | | | | Bug: https://bugs.gentoo.org/642710
* | app-emulation/vmware-modules: add support to kernel 4.16-rc2Fabio Rossi2018-02-202-0/+26
|/ | | | | The changes are due to kernel commit ae5e165d855dd978a461b22175531b07f54fb61f, there is a new API to access inode->i_version
* app-emulation/vmware-modules: add support to kernel 4.15-rc2Fabio Rossi2017-12-052-0/+106
| | | | | | | | Patch inspired to https://github.com/mkubecek/vmware-host-modules/commit/562121d7bc06 but I prefer to leave the sources as close as possible to the original ones. The changes are due to kernel commits b9eaf18722221ef8b2bd6a67240ebe668622152a and e99e88a9d2b067465adaa9c111ada99a041bef9a
* Fix note about openssl versionFabio Rossi2017-11-172-2/+2
|
* Added latest version 12.5.8.7098237Fabio Rossi2017-11-175-2/+2
|
* app-emulation/vmware-modules: add support to kernel 4.14Fabio Rossi2017-11-043-0/+66
| | | | | | | | | Added two patches to build vmware-modules with latest 4.14-rcX One patch tracks kernel changes introduced with c41f012ade0b95b0a6e25c7150673e0554736165. The other patch fixes changes introduced with 7c0f6ba682b9c7632072ffbedf8d328c8f3c42ba (in this case kernel changes were already available since kernel 4.10 but they produced a build failure only with kernel 4.14-rcX)
* app-emulation/vmware-modules: fix page accountingFabio Rossi2017-11-043-0/+35
| | | | | | | | | | | | Found a possibile problem with future vmware v14 products, at a certain point a virtual machine remains without memory. See for example: https://communities.vmware.com/thread/573281 https://superuser.com/questions/1255099/vmware-workstation-not-enough-physical-memory-since-last-update/1255963 To solve the issue I have inserted three of the patches available from https://github.com/mkubecek/vmware-host-modules/commit/b50848c985f1 Thanks to mkubecek.
* app-emulation/vmware-modules: remove an unneeded patchFabio Rossi2017-11-032-15/+0
| | | | | | Removed a patch for kernel 4.8 not needed by vmware-modules-308.5.x, it was useless because already fixed upstream with a #ifdef. The same patch is still valid for vmware-modules-304.4.x
* app-emulation/vmware-modules: add support to kernel 4.13 for version 12Fabio Rossi2017-08-222-0/+12
|
* app-emulation/vmware-modules: add support to kernel 4.12Joshua Baergen2017-07-064-0/+49
|
* app-emulation/vmware-modules: removed unused patches in FILESDIRFabio Rossi2017-06-253-55/+0
|
* Updated headers with 2017 copyrightFabio Rossi2017-06-255-5/+5
|
* Remove all $Header$ linesFabio Rossi2017-06-251-1/+0
| | | | | All $Header$ lines are not anymore needed as indicated in https://bugs.gentoo.org/show_bug.cgi?id=611234
* Fixed some issues with repomanFabio Rossi2017-06-255-8/+3
|
* Remove all $Id$ linesFabio Rossi2017-06-2524-24/+0
| | | | | All $Id$ lines are not anymore needed as indicated in https://bugs.gentoo.org/show_bug.cgi?id=611234
* app-emulation/vmware-tools: add winPreVista guest supportFabio Rossi2017-06-253-2/+4
| | | | This should fix https://bugs.gentoo.org/show_bug.cgi?id=619746
* Cleaning the overlay removing old files.Fabio Rossi2017-06-2531-3497/+24
| | | | | | | Let's clean the overlay keeping only last version of each major release, this simplifies the management of the files. At a certain point it might be even possible to import older versions that are now package-masked in the main Gentoo repository.
* Align ebuild structure between player and workstation, version 11Fabio Rossi2017-06-255-112/+163
|
* app-emulation/vmware-player: added latest version for 11 seriesFabio Rossi2017-06-253-1/+1
|
* Added latest version 12.5.7.5813279Fabio Rossi2017-06-255-2/+2
| | | | | Excluded right now the associated version of vmware-tools because it has the same name of previous 12.5.6. Is it changed anything?
* Let's fix the things for 12.5 with -bundled-libs now that gcc-5 is stable.Fabio Rossi2017-06-252-20/+0
|
* Fix zlib.so loading with latest vmware versionFabio Rossi2017-05-242-0/+14
|
* Fix support to kernel 4.9 and add 4.10 and 4.11 for old =vmware-modules-304Fabio Rossi2017-05-247-1/+172
|
* app-emulation/vmware-modules: add support to kernel 4.11Fabio Rossi2017-05-246-0/+117
|
* Added latest version 12.5.6.5528349Fabio Rossi2017-05-217-2/+66
|
* app-emulation/vmware-{player,workstation}: fix init.d when vsock/vmci are ↵Fabio Rossi2017-05-209-80/+519
| | | | | | | | built into kernel The old init scripts fail when the vsock/vmci are built into kernel not as modules. This should close the bug #510156. The systemd services fail but don't block the initialization so I haven't touched them.
* adding support for 4.9 kernels to vmware-modules 304 (workstation 11)Evan Teran2017-04-053-0/+165
|
* Added latest version 12.5.4.5192485Fabio Rossi2017-03-2010-30/+95
|