notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: emulators/virtualbox-ose-kmod-legacy/Makefile
SVNWeb

Number of commits found: 27

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 5 Jul 2022
[ 17:51 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:27d033713deb843a82785d3863a93f9c7acfc85f  commit hash:27d033713deb843a82785d3863a93f9c7acfc85f  commit hash:27d033713deb843a82785d3863a93f9c7acfc85f  27d0337  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
*/*: Release my babies from my "created by" comments
Tue, 10 May 2022
[ 20:48 John Baldwin (jhb) search for other commits by this committer ]    commit hash:bc6d5725ed6c7b6538da70328d89afe901736a90  commit hash:bc6d5725ed6c7b6538da70328d89afe901736a90  commit hash:bc6d5725ed6c7b6538da70328d89afe901736a90  bc6d572 
emulators/virtualbox-ose-kmod*: Tie to a specific release branch.

Use a more restricted range of supported __FreeBSD_version values for
the virtualbox kernel module since it uses internal KPIs for which KBI
stability is not guaranteed.  DECLARE_MODULE_TIED would tie the module
to a specific __FreeBSD_version which would cause the module to stop
loading when an SA or EN is pushed on a release branch.  Instead, use
DECLARE_MODULE_MAXVER with an upper bound that is limited to the range
of a releng branch so that a module built on X.Y will load on X.Y with
SAs or ENs applied but will fail to load on X.Y-1 or X.Y+1.

Reviewed by:	kevans, imp, madpilot, lwhsu (earlier version)
Differential Revision:	https://reviews.freebsd.org/D16119
Sat, 19 Mar 2022
[ 19:42 Guido Falsi (madpilot) search for other commits by this committer Author: Neel Chauhan ]    commit hash:c3c1502372cad26671f7550d0e54d2cc77e47b3a  commit hash:c3c1502372cad26671f7550d0e54d2cc77e47b3a  commit hash:c3c1502372cad26671f7550d0e54d2cc77e47b3a  c3c1502 
emulators/virtualbox-ose-kmod-legacy: Fix kernel panic in DHCP bridge mode

PR:		262656
Mon, 10 Jan 2022
[ 15:15 Stefan Eßer (se) search for other commits by this committer ]    commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  commit hash:bcaf25a8c8046b094f6b5ab5bc258333bc326ee1  bcaf25a  (Only the first 10 of 491 ports in this commit are shown above. View all ports for this commit)
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 25 Nov 2021
[ 21:40 Stefan Eßer (se) search for other commits by this committer ]    commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  commit hash:04b9da414081a733478d3def4e1e3777908536c6  04b9da4  (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-*' from CONFLICTS definitions

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
Mon, 14 Jun 2021
[ 20:02 Guido Falsi (madpilot) search for other commits by this committer ]    commit hash:354344ce8af17e5b6d85109120af5c6584ae642c  commit hash:354344ce8af17e5b6d85109120af5c6584ae642c  commit hash:354344ce8af17e5b6d85109120af5c6584ae642c  354344c 
emulators/virtualbox-ose-kmod-legacy: Fix hang at module loading time

After src commit e266a0f7f001 a module is not allowed to call
kern_kldload while being loaded. The virtualbox module is doing
exactly this though. virutalbox used to do this because the ng_ether
netgraph node did not provide version information in the past and
there was no way to properly depend on it.

ng_ether has gained versioning information in base r238844 more
than ten years ago, so we can now unconditionally properly depend
on it, since this revision is now included in all supported FreeBSD
versions.

Thanks to Tomoaki AOKI for identifying the base commuit exposing
the issue.

Backport fix to legacy port.

WHile here also merge a double patch for the smae file.

PR:		256505
MFH:		2021Q2
Fri, 30 Apr 2021
[ 11:11 Guido Falsi (madpilot) search for other commits by this committer ]    commit hash:f8e2a64baae686950521d9a9b424b3d5de114500  commit hash:f8e2a64baae686950521d9a9b424b3d5de114500  commit hash:f8e2a64baae686950521d9a9b424b3d5de114500  f8e2a64 
emulators/virtualbox-ose-legacy: limit portscout reporting

The VirtualBox legacy ports track version 5.x, limit portscout
reporting accordingly.
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 9 Mar 2021
[ 18:27 madpilot search for other commits by this committer ] Original commit   Revision:567950 (Only the first 10 of 131 ports in this commit are shown above. View all ports for this commit)
- Update VirtualBox OSE to 6.1.18
- Old VirtualBox OSE 5.2.44 preserved as "-legacy" versions of the
  ports (repocopied)
- Add back extra patch removed in r528258, actually required to
  build DEBUG kmod
- Correctly define WITH_DEBUG when enabling the DEBUG option, so
  binaries are not stripped

Please note that this new version supports only amd64 CPUs. If you need
to use older hardware please install the legacy ports.

Note that moving VM snapshots across major updates is unsupported, it's
strongly suggested to properly shutdown VMs before upgrading, please
check UPDATING for further details.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 20 Mar 2014
[ 18:15 jkim search for other commits by this committer ] Original commit   Revision:348712
Prefer USES=tar:bzip2.
[ 18:11 jkim search for other commits by this committer ] Original commit   Revision:348711
Fix panic for stable/9.  Use vm_page_alloc_contig() as it is now available.

Tested by:	Douglas Berry (doug at bitnix dot ca)
PR:		ports/187580
Wed, 5 Mar 2014
[ 20:31 jkim search for other commits by this committer ] Original commit   Revision:347141
- Remove devel/dev86 from BUILD_DEPENDS and devel/bcc from CONFLICTS.  It
has not been used for very long time.
- Remove devel/yasm from BUILD_DEPENDS for kernel module.  It is actually
unnecessary for building kmod.
Sun, 26 Jan 2014
[ 20:07 rene search for other commits by this committer ] Original commit   Revision:341270
Stage support

Reviewed by:	vbox@ (decke)
Thu, 16 Jan 2014
[ 16:45 decke search for other commits by this committer ] Original commit   Revision:339932
- Update to 4.2.22
- Convert USE_PYDISTUTILS=easy_install to USE_PYDISTUTILS=yes
- Add patch to fix building with new gsoap [1]
- Add direct dependency on qt4-opengl [2]

PR:		ports/185579 [2]
Security:	CVE-2013-5892
Submitted by:	Jung-uk Kim <jkim@FreeBSD.org> [1]
		Jimmy Olgeni <olgeni@FreeBSD.org> [2]
Fri, 3 Jan 2014
[ 00:46 bapt search for other commits by this committer ] Original commit   Revision:338511 (Only the first 10 of 65 ports in this commit are shown above. View all ports for this commit)
Part 1 at removing now useless FETCH_ARGS redifition
Fri, 13 Dec 2013
[ 11:17 decke search for other commits by this committer ] Original commit   Revision:336332 (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
- Update to virtualbox-ose 4.2.20_1
- This update pulls in many changes from the port and brings better support
for FreeBSD 10 and GCC from ports. I am doing that in preparation of the
upcoming VirtualBox 4.3 update that should land soon.
Sat, 9 Nov 2013
[ 19:20 rene search for other commits by this committer ] Original commit   Revision:333331
Forgot to commit this port in the previous USES=kmod conversion.
Fri, 20 Sep 2013
[ 16:43 bapt search for other commits by this committer ] Original commit   Revision:327721 (Only the first 10 of 190 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
Thu, 3 Jan 2013
[ 13:37 decke search for other commits by this committer ] Original commit   Revision:309875 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
- Update to 4.1.24
- Fix building with libxslt newer than 1.1.26

Obtained from:	https://www.virtualbox.org/ticket/10940
Wed, 12 Sep 2012
[ 20:13 decke search for other commits by this committer ] Original commit   Revision:304160
- Cleanup MASTER_SITES and use upstream mirror as primary

Discussed with:	beat (for chruetertee mirrors)
Sat, 4 Aug 2012
[ 07:53 decke search for other commits by this committer ] Original commit 
- Convert to optionsng

Submitted by:	bapt
Tue, 21 Feb 2012
[ 12:43 decke search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
- Update to 4.0.16
- Fix lib32 checks to use /usr/lib32/libc.so

Obtained from:          redports.org/~virtualbox/
Mon, 7 Nov 2011
[ 15:40 decke search for other commits by this committer ] Original commit 
- Bump PORTREVISION which was missing since adding PG_UNMANAGED patch for HEAD
- Pet portlint about LICENSE variables

Reported by:    avg
Fri, 1 Jul 2011
[ 13:21 decke search for other commits by this committer ] Original commit 
- Fix kmod build on 9-CURRENT after removal of cpumask_t
- Bump PORTREVISION

Submitted by:   Jung-uk Kim <jkim@FreeBSD.org>
Sun, 22 May 2011
[ 09:15 decke search for other commits by this committer ] Original commit 
- Introduce -legacy ports
- Add vboxheadless startscript [1]
- Add vboxwebsrv startscript [2]
- Change CONFLICTS to CONFLICTS_INSTALL [3]
- Remove stale mirror
- Bump PORTREVISION

PR:             ports/156699 (based on) [3]
Submitted by:   Stefan Tollkuehn <stefan.tollkuehn@editura.de>, [1][2]
                Raul Gigea <raul.gigea@editura.de>, [1]
                Tobias Oberstein <tobias.oberstein@tavendo.de>, [1]
                Emil <the_mix_room@hotmail.com> [3]
Thanks to:      dougb@, [1][2]
                Cr4zi3/EFNet, [2]
                crsd [2]
[ 09:01 decke search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Force commit to note the repocopy: emulators/virtualbox-ose to
emulators/virtualbox-ose-legacy and emulators/virtualbox-ose-kmod to
emulators/virtualbox-ose-kmod-legacy

PR:             ports/156843
Repocopy by:    marcus@

Number of commits found: 27