notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details on branch 2020Q3
virtualbox-ose-kmod VirtualBox kernel module for FreeBSD
5.2.44_3 emulators on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 5.2.44_3Version of this port present on the latest quarterly branch.
Ignore IGNORE: requires kernel source files in SRC_BASE=/usr/src
Maintainer: vbox@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-07-19 09:22:01
Last Update: 2020-09-26 11:17:53
Commit Hash: a6dee80
Also Listed In: kld
License: GPLv2
WWW:
https://www.virtualbox.org/
Description:
VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License. WWW: https://www.virtualbox.org/
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (13 items)
Collapse this list.
  1. @kld /boot/modules
  2. /usr/local/share/licenses/virtualbox-ose-kmod-5.2.44_3/catalog.mk
  3. /usr/local/share/licenses/virtualbox-ose-kmod-5.2.44_3/LICENSE
  4. /usr/local/share/licenses/virtualbox-ose-kmod-5.2.44_3/GPLv2
  5. /boot/modules/vboxdrv.ko
  6. @comment /boot/modules/vboxdrv.ko.debug
  7. /boot/modules/vboxnetadp.ko
  8. @comment /boot/modules/vboxnetadp.ko.debug
  9. /boot/modules/vboxnetflt.ko
  10. @comment /boot/modules/vboxnetflt.ko.debug
  11. @owner
  12. @group
  13. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • virtualbox-ose-kmod>0:emulators/virtualbox-ose-kmod
Conflicts:
CONFLICTS_INSTALL:
  • virtualbox-ose-kmod-devel-*
  • virtualbox-ose-kmod-legacy-*
To install the port:
cd /usr/ports/emulators/virtualbox-ose-kmod/ && make install clean
We doubt a package is available for this port because we see it marked as as:
  • Ignore
Packages are normally not provided for ports that are marked as above.
To add the package, run one of these commands:
  • pkg install emulators/virtualbox-ose-kmod
  • pkg install virtualbox-ose-kmod
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: virtualbox-ose-kmod
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: i386 amd64
distinfo:
TIMESTAMP = 1594821147 SHA256 (VirtualBox-5.2.44.tar.bz2) = ad83b11cfae2734f7d6f619dd2f8bdada7d33492cd7682fab98cb4053122295e SIZE (VirtualBox-5.2.44.tar.bz2) = 124016934

Packages (timestamps in pop-ups are UTC):
virtualbox-ose-kmod
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-6.1.50.1305000_1---n/an/an/a
FreeBSD:13:quarterly-6.1.50.1305000_1---n/an/an/a
FreeBSD:14:latest-6.1.50.1403000_1------
FreeBSD:14:quarterly-6.1.50.1403000_1------
FreeBSD:15:latest-6.1.50.1500068_1n/a-n/an/a--
FreeBSD:15:quarterly-6.1.50.1500068_1n/a-n/an/a--
FreeBSD:16:latest-6.1.50.1600018_1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. kmk : devel/kBuild
This port is required by:
for Run
  1. emulators/virtualbox-ose
  2. emulators/virtualbox-ose-nox11

Configuration Options:
===> The following configuration options are available for virtualbox-ose-kmod-5.2.44_3: DEBUG=off: Debug symbols, additional logs and assertions VIMAGE=on: VIMAGE virtual networking support ===> Use 'make config' to modify these settings
Options name:
emulators_virtualbox-ose-kmod
USES:
cpe kmod tar:bzip2
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://download.oracle.com/virtualbox/5.2.44/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.2.44_3
26 Sep 2020 11:17:53
commit hash: a6dee80daa3c05f1be273242b92bf11bb487e395commit hash: a6dee80daa3c05f1be273242b92bf11bb487e395commit hash: a6dee80daa3c05f1be273242b92bf11bb487e395commit hash: a6dee80daa3c05f1be273242b92bf11bb487e395 files touched by this commit
Adriaan de Groot (adridg) search for other commits by this committer
MFH: r549922

emulators/virtualbox-ose-kmod: Fix a pair of VM bugs

- Use vm_pager_allocate() to allocate OBJT_PHYS objects.  This ensures
  that they're initialized properly.
- Don't assume that user wiring will succeed.

This had been a team effort, with multiple independent reports,
a wide variety of experiments, and patches written by kib@
and refined by markj@.

I'm bumping PORTREVISION and aligning the revision of both kmod and
application; it's possible the application bump isn't actually
needed but let's make sure they both get rebuilt with this
important (because of changed kernel assumptions) fix.

PR:		249326
Submitted by:	kib, markj
Reported by:	adridg, Rainer Hurling
Reviewed by:	adridg
Approved by:	koobs (vbox)

Approved by:	ports-secteam (fluffy)
5.2.44_3
26 Sep 2020 11:17:53
Revision:550164Original commit files touched by this commit
adridg search for other commits by this committer
MFH: r549922

emulators/virtualbox-ose-kmod: Fix a pair of VM bugs

- Use vm_pager_allocate() to allocate OBJT_PHYS objects.  This ensures
  that they're initialized properly.
- Don't assume that user wiring will succeed.

This had been a team effort, with multiple independent reports,
a wide variety of experiments, and patches written by kib@
and refined by markj@.

I'm bumping PORTREVISION and aligning the revision of both kmod and
application; it's possible the application bump isn't actually
needed but let's make sure they both get rebuilt with this
important (because of changed kernel assumptions) fix.

PR:		249326
Submitted by:	kib, markj
Reported by:	adridg, Rainer Hurling
Reviewed by:	adridg
Approved by:	koobs (vbox)

Approved by:	ports-secteam (fluffy)
5.2.44
19 Jul 2020 09:21:49
commit hash: bbaf98e836d5f7ade9742cef32979decaf322683commit hash: bbaf98e836d5f7ade9742cef32979decaf322683commit hash: bbaf98e836d5f7ade9742cef32979decaf322683commit hash: bbaf98e836d5f7ade9742cef32979decaf322683 files touched by this commit
Guido Falsi (madpilot) search for other commits by this committer
MFH: r542551

- Update VirtualBox ports to 5.2.44
- Adapt and regenerate patches
- Reduce differences in patch-src_VBox_Devices_PC_vbox-cpuhotplug.dsl [1]

Patch based on one provided by Mario Lobo <lobo@bsd.com.br>.

Many thanks to people who provided ideas and suggetions in the
PR and review.

PR:			244212
Submitted by:		Nikita Stepanov <nikitastepan0v@bk.ru>
Reviewed by:		kevans [1]
Tested by:		lwshu
Approved by:		ports-secteam (joneum)
Security:		1e7b316b-c6a8-11ea-a7d5-001999f8d30b
Differential Revision:	https://reviews.freebsd.org/D25496

Approved by:		ports-secteam (joneum, via bugzilla PR)
5.2.44
19 Jul 2020 09:21:49
Revision:542552Original commit files touched by this commit
madpilot search for other commits by this committer
MFH: r542551

- Update VirtualBox ports to 5.2.44
- Adapt and regenerate patches
- Reduce differences in patch-src_VBox_Devices_PC_vbox-cpuhotplug.dsl [1]

Patch based on one provided by Mario Lobo <lobo@bsd.com.br>.

Many thanks to people who provided ideas and suggetions in the
PR and review.

PR:			244212
Submitted by:		Nikita Stepanov <nikitastepan0v@bk.ru>
Reviewed by:		kevans [1]
Tested by:		lwshu
Approved by:		ports-secteam (joneum)
Security:		1e7b316b-c6a8-11ea-a7d5-001999f8d30b
Differential Revision:	https://reviews.freebsd.org/D25496

Approved by:		ports-secteam (joneum, via bugzilla PR)

Number of commits found: 4