diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2003-10-05 07:12:21 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2003-10-05 07:12:21 +0000 |
commit | df4207db0a8f349c6457a80544db8379356f3b92 (patch) | |
tree | 08ac728e85ed67a55c9f37f3da78ca0b660cbca4 /emulators/vmware3 | |
parent | 781bc0c80af2449bc0a54df358b56077d8d2fd5e (diff) | |
download | pkgsrc-df4207db0a8f349c6457a80544db8379356f3b92.tar.gz |
Update vmware3 to latest 3.2.1pl1 (Build 2242), the older distfiles
are no longer available. Patch provided by Bernd Ernesti in private
e-mail.
Changes seem to be some bugfixes including:
* Installation problem when using unconventional kernel names (bug 17960)
* Workstation aborts with an error message referring to bug 10034
* ASSERT FAILED error message when restoring a suspended virtual machine
(bug 2430)
* Problem installing a Windows XP guest operating system when the CD drive
is in raw mode (bug 18053)
* Guest operating system receives multiple key presses when a key is pressed
once (bug 13856)
Diffstat (limited to 'emulators/vmware3')
-rw-r--r-- | emulators/vmware3/Makefile | 11 | ||||
-rw-r--r-- | emulators/vmware3/distinfo | 6 |
2 files changed, 7 insertions, 10 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index 41607c7cecb..fdb30a38ff8 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -1,16 +1,13 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 21:36:24 grant Exp $ +# $NetBSD: Makefile,v 1.10 2003/10/05 07:12:21 jdolecek Exp $ -DISTNAME= VMware-workstation-3.2.1-2237 -PKGNAME= vmware-3.2.1 +DISTNAME= VMware-workstation-3.2.1-2242 +PKGNAME= vmware-3.2.1pl1 WRKSRC= ${WRKDIR}/vmware-distrib CATEGORIES= emulators -MASTER_SITES= http://www4.vmware.com/software/ \ - http://www.vmware.com/download1/software/ \ - ftp://download1.vmware.com/pub/software/ \ +MASTER_SITES= http://download3.vmware.com/software/wkst/ \ http://vmware-svca.www.conxion.com/software/ \ http://vmware-chil.www.conxion.com/software/ \ http://vmware-heva.www.conxion.com/software/ \ - ftp://vmware.wespe.de/pub/software/ \ ftp://mirror.aarnet.edu.au/pub/vmware/software/ MAINTAINER= jdolecek@NetBSD.org diff --git a/emulators/vmware3/distinfo b/emulators/vmware3/distinfo index f52d4292955..b5e6da101fd 100644 --- a/emulators/vmware3/distinfo +++ b/emulators/vmware3/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2003/06/29 20:07:23 jdolecek Exp $ +$NetBSD: distinfo,v 1.5 2003/10/05 07:12:21 jdolecek Exp $ -SHA1 (VMware-workstation-3.2.1-2237.tar.gz) = 029a4ffd00217f95744b168c8faab162ee9417fb -Size (VMware-workstation-3.2.1-2237.tar.gz) = 12577022 bytes +SHA1 (VMware-workstation-3.2.1-2242.tar.gz) = 3f3c8539270707087525e220264a38639bf17547 +Size (VMware-workstation-3.2.1-2242.tar.gz) = 12577292 bytes |