diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2013-06-24 06:07:53 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2013-06-24 06:07:53 +0000 |
commit | 68b99e5eada0e5b39fd83310db12fcd33150a720 (patch) | |
tree | 781f9a7ed22d41bf677d4d8f4bcefbcff2dbb75d /emulators/virtualbox-ose-additions/Makefile | |
parent | e758ac528fdc7d3238c709af5b16cb37e83c4b62 (diff) |
- Update to 4.2.14
- Fix VLAN trunking support in vboxnetflt [1]
- Fix panic in kmod when VIMAGE is disabled in the kernel and port [2]
- Enable IPv6 support for VNC per default to be able to set the VRDE properties VNCPort4 and VNCPort6 [3]
- Pet portlint (WWW, Created by lines)
This update was mainly done by Mikhail Tsatsenko.
Submitted by: Landon J Fuller <landonf at plausible.coop> [1],
Gleb Kurtsou <gleb@freebsd.org> [2],
Stefan Bethke <stb@FreeBSD.org> [3]
Notes
Notes:
svn path=/head/; revision=321665
Diffstat (limited to 'emulators/virtualbox-ose-additions/Makefile')
-rw-r--r-- | emulators/virtualbox-ose-additions/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/virtualbox-ose-additions/Makefile b/emulators/virtualbox-ose-additions/Makefile index 06e22cc3dba8..7b7cb6b73422 100644 --- a/emulators/virtualbox-ose-additions/Makefile +++ b/emulators/virtualbox-ose-additions/Makefile @@ -1,9 +1,8 @@ -# Created by: Bernhard Froehlich <decke@bluelife.at> +# Created by: Bernhard Froehlich <decke@bluelife.at> # $FreeBSD$ PORTNAME= virtualbox-ose -DISTVERSION= 4.2.12 -PORTREVISION= 2 +DISTVERSION= 4.2.14 CATEGORIES= emulators kld MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \ http://tmp.chruetertee.ch/ \ |