diff options
author | beat <beat@FreeBSD.org> | 2010-01-13 16:03:17 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2010-01-13 16:03:17 +0800 |
commit | df6b4f8a6394791dac7dfb423a14e43c6684472f (patch) | |
tree | a0e7161d12255dc140ca379fef26d0ae0eadf805 /UPDATING | |
parent | ab9e6e0fb797430703f4aeaa7e0e5c7957f384db (diff) | |
download | freebsd-ports-graphics-df6b4f8a6394791dac7dfb423a14e43c6684472f.tar.gz freebsd-ports-graphics-df6b4f8a6394791dac7dfb423a14e43c6684472f.tar.zst freebsd-ports-graphics-df6b4f8a6394791dac7dfb423a14e43c6684472f.zip |
emulators/virtualbox:
- Remove emulators/virtualbox port. Renamed to emulators/virtualbox-ose
and seperate port for the kernel modules created:
emulators/virtualbox-ose-kmod.
emulators/virtualbox-ose:
- Update to 3.1.2
- Update guest additions to 3.1.2
- Port has been renamed to virtualbox-ose to reflect that we are using
the OSE version. [1]
- Added proper PulseAudio support for FreeBSD [2]
- procfs is not required anymore because vbox uses sysctl(3) now [3]
- Update pkg-message to reflect recent changes
- Add nox's FreeBSD host networking patches that are now also in the
upstream vbox svn (modulo vbox variable naming style adjustments:)
http://lists.freebsd.org/pipermail/freebsd-emulation/2010-January/007260.html
http://www.virtualbox.org/changeset/25698
1. Allow direct tap networking again (for users that need the best
network performance and/or need more complex network setups, like when
they want to use routing instead of bridging to e.g. protect from guests
messing with the lan's arp tables; a tap + routing + proxy arp example
is in the above freebsd-emulation posting.)
2. Enable vbox' shared mac feature when using bridged mode on a wifi
interface, together with the virtualbox-ose-kmod change this
should fix bridged mode for wifi users. [4]
emulators/virtualbox-ose-kmod:
- Update to 3.1.2
- Add rc.d script to load kernel modules
- Fix build with a non-standard location for the system source [5]
- Merge aeichner's vboxnetflt fix committed to upstream vbox svn
(thanks!) that makes the shared mac feature enabled above actually work
on FreeBSD hosts. [6]
Please see http://wiki.freebsd.org/VirtualBox for update instructions.
Many thanks to the VirtualBox developers, all tester, patch submitter and
the whole vbox@ team.
PR: ports/141630 [2]
Noticed by: mm@ [1]
Submitted by: Noriyoshi Kawano <bowie AT nrik.jp> [2],
Baptiste Daroussin <baptiste.daroussin AT gmail.com> [3]
and Bernhard Froehlich <decke AT bluelife.at> [3],
nox@ [4], scf@ [5]
Obtained from: http://www.virtualbox.org/changeset/25699 [6]
On behalf of: vbox@ (decke, dhn, itetcu, miwi, nox)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -5,6 +5,16 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20100113: + AFFECTS: users of emulators/virtualbox + AUTHOR: beat@FreeBSD.org + + Port has been renamed to emulators/virtualbox-ose to reflect that we are + using the OSE version. A seperate port for the kernel modules has been + created: emulators/virtualbox-ose-kmod + + Please see http://wiki.freebsd.org/VirtualBox for update instructions. + 20100107: AFFECTS: users of security/openvpn* AUTHOR: mandree@FreeBSD.org |