summaryrefslogtreecommitdiffstats
path: root/system/virtualbox (follow)
Commit message (Collapse)AuthorAgeFilesLines
* system/virtualbox: Update .info to include line continuation marker. Andrew Clemons2022-07-171-3/+3
| | | | | | Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
* system/virtualbox: Updated for version 6.1.34 Heinz Wiesinger2022-07-093-10/+31
| | | | | | Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
* system/virtualbox: Mark as 64-bit only. B. Watson2022-03-262-4/+7
| | | | | | Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
* various: Use zulu jdk builds for REQUIRES. Andrew Clemons2022-03-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | As noted in the FAQ, you can still use Oracle's JDK for building or running, but we'll default to the Zulu builds in the REQUIRES since they are easily downloadable. Zulu is a good default for us at SBo since it is available for both 32 and 64 bit, freely downloadable and compatible and they provide builds for all the LTS branches. We don't currently have builds for Adoptium (previously AdoptOpenJDK, not part of the Eclipse Foundation), but if someone wants to submit builds for them, we can include them too. Note though that they do not provide 32 bit builds. Software should run with either Zulu or Oracle's JDK, or indeed any other builds of OpenJDK, so if I have broken your build with this change, apologies. This should be rare and we can change the REQUIRES back to jdkX in that case and note it in the README, but I do not expect this should be the case. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
* system/virtualbox: Updated for version 6.1.32 Heinz Wiesinger2022-02-022-12/+12
| | | | | | Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
* system/virtualbox: Fix kernel module detection on 'rc.vboxdrv start' Heinz Wiesinger2021-11-052-14/+13
| | | | | | Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
* system/virtualbox: Updated for version 6.1.28, detect python 3.10. Matteo Bernardini2021-10-223-32/+13
| | | | | | Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
* system/virtualbox: Script simplifications and python3 support Heinz Wiesinger2021-09-062-48/+24
| | | | | | | | | | | | | | | | | | | This drops two switches for the SlackBuild, HARDENING and HEADLESS. Both of those are gone since the potential benefit is minimal. Upstream has defaulted to hardening enabled pretty much since the very beginning. Every official build has it enabled too and thus also all documentation and bug reports etc. assume it being enabled. If you really want it disabled you can still edit the SlackBuild. Headless adds very little other than resulting in a smaller package and shorter build times. Same as with hardening, if you really want a headless version, you can still edit the SlackBuild. Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
* system/virtualbox: Updated for version 6.1.26. Matteo Bernardini2021-08-214-32/+43
| | | | | | Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
* All: Support $PRINT_PACKAGE_NAME env var Heinz Wiesinger2021-07-171-1/+10
| | | | Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
* All: SlackBuilds run in the directory they are in Heinz Wiesinger2021-07-051-1/+2
| | | | | | Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
* All: Change SlackBuild shebang to /bin/bash Heinz Wiesinger2021-07-041-1/+1
| | | | Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
* system/virtualbox: Updated maintainer email Heinz Wiesinger2021-07-031-1/+1
| | | | Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
* system/virtualbox: Updated for version 6.1.22. sirmacik2021-06-232-14/+14
| | | | | | Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
* system/virtualbox: Updated for version 6.1.18. Matteo Bernardini2021-04-182-10/+10
| | | | Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
* system/virtualbox: Updated for version 6.1.8. Heinz Wiesinger2021-04-187-151/+327
| | | | Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
* system/virtualbox: Revert commit b41b5db. Matteo Bernardini2021-04-182-10/+10
| | | | Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
* system/virtualbox: Updated for version 6.1.18. Matteo Bernardini2021-04-182-10/+10
| | | | Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
* system/virtualbox: Updated for version 5.0.40. Heinz Wiesinger2017-06-062-11/+14
| | | | Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
* system/virtualbox: Update HOMEPAGE. Willy Sudiarto Raharjo2017-05-272-2/+2
| | | | Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
* system/virtualbox: Update doinst.sh. Willy Sudiarto Raharjo2017-01-091-1/+1
| | | | Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
* system/virtualbox: Updated for version 5.0.30. Heinz Wiesinger2016-12-312-10/+10
| | | | Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
* system/virtualbox: Updated for version 5.0.14. Heinz Wiesinger2016-01-266-35/+50
| | | | Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
* system/virtualbox: Enabled vpx and pulseaudio Robby Workman2016-01-172-21/+1
| | | | Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* Multiple: Fix .info and README (pulseaudio refs) Robby Workman2016-01-171-3/+0
| | | | Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* system/virtualbox: Updated for version 4.3.24. Heinz Wiesinger2015-03-142-12/+12
| | | | Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
* system/virtualbox: Sync udev rules with binary release. Heinz Wiesinger2014-12-252-1/+3
| | | | Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
* system/virtualbox: Updated for version 4.3.20. Heinz Wiesinger2014-12-133-10/+52
| | | | Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
* system/virtualbox: Updated for version 4.3.18. Heinz Wiesinger2014-10-183-13/+27
| | | | Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
* system/virtualbox: Updated for version 4.3.10. Heinz Wiesinger2014-05-122-11/+11
| | | | Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
* system/virtualbox: Updated for version 4.3.4. Heinz Wiesinger2013-12-144-45/+58
| | | | | | Added the optional dependency libvpx Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
* various: Replace chmod command with find command from template. Heinz Wiesinger2013-11-251-1/+5
| | | | Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
* various: Fix slack-desc formatting and comment nit picks. dsomero2013-11-221-5/+5
| | | | Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
* system/virtualbox: Updated for version 4.2.16. Heinz Wiesinger2013-10-122-10/+10
| | | | Signed-off-by: Erik Hanson <erik@slackbuilds.org>
* system/virtualbox: Updated for version 4.2.10. Heinz Wiesinger2013-04-153-21/+29
| | | | Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* system/virtualbox: Fix wrong path to documentation. Heinz Wiesinger2012-09-282-3/+3
| | | | Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
* system/virtualbox: Updated for version 4.2.0. Heinz Wiesinger2012-09-186-51/+72
| | | | Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
* system/virtualbox: Fixed dep information ponce2012-08-252-4/+3
|
* system/virtualbox: Fixed dep information ponce2012-08-222-4/+3
|
* Add REQUIRED field to .info files. Erik Hanson2012-08-191-0/+1
| | | | Signed-off-by: Erik Hanson <erik@slackbuilds.org>
* Entire Repo: Remove APPROVED field from .info files Robby Workman2012-08-141-1/+0
| | | | | | | | This field used to make sense in our pre-git days, but the Signed-Off-By: line serves the same purpose (and even more) now, so APPROVED has been rejected. ;-) Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* Fix files with no newline at the end. dsomero2012-05-211-1/+1
| | | | Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
* system/virtualbox: Updated for version 4.1.14. Heinz Wiesinger2012-05-073-15/+15
| | | | Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
* system/virtualbox: Updated for version 4.1.8. Heinz Wiesinger2012-01-293-32/+11
| | | | Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* system/virtualbox: Updated for version 4.1.4. Heinz Wiesinger2011-11-046-23/+60
| | | | Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* system/virtualbox: Updated for version 4.0.8. Heinz Wiesinger2011-06-196-21/+27
| | | | Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* system/virtualbox: Noted jdk as dependency. Heinz Wiesinger2011-05-171-2/+3
| | | | Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
* system/virtualbox: Renamed from virtualbox-ose and updated for version 4.0.4 Heinz Wiesinger2011-04-0511-0/+533
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>