]> git.pld-linux.org Git - packages/VirtualBox.git/log
packages/VirtualBox.git
4 years ago- really disable hardening in kernel modules (looks like 6.0+ breakage) auto/th/VirtualBox-6.0.6-2
Jan Rękorajski [Sun, 5 May 2019 08:39:08 +0000 (10:39 +0200)]
- really disable hardening in kernel modules (looks like 6.0+ breakage)
- rel 2

5 years agoup to 6.0.6 auto/th/VirtualBox-6.0.6-1
Jan Palus [Wed, 17 Apr 2019 17:23:43 +0000 (19:23 +0200)]
up to 6.0.6

5 years agorel 3 auto/th/VirtualBox-6.0.4-3
Jan Palus [Sun, 31 Mar 2019 17:23:36 +0000 (19:23 +0200)]
rel 3

5 years agofix vbox devices permissions in guest
Jan Palus [Sun, 31 Mar 2019 17:08:52 +0000 (19:08 +0200)]
fix vbox devices permissions in guest

5 years agodeterministically prefer vendor shipped module over mainline
Jan Palus [Sun, 31 Mar 2019 12:10:02 +0000 (14:10 +0200)]
deterministically prefer vendor shipped module over mainline

5 years agoupstream patch to fix build against kernel 5.0; rel 2 auto/th/VirtualBox-6.0.4-2
Jan Palus [Fri, 8 Mar 2019 00:14:31 +0000 (01:14 +0100)]
upstream patch to fix build against kernel 5.0; rel 2

5 years agoadd basic systemd unit for starting VMSVGA dynamic resizing in guest
Jan Palus [Tue, 29 Jan 2019 22:44:08 +0000 (23:44 +0100)]
add basic systemd unit for starting VMSVGA dynamic resizing in guest

5 years agoup to 6.0.4 auto/th/VirtualBox-6.0.4-1
Jan Palus [Mon, 28 Jan 2019 17:53:28 +0000 (18:53 +0100)]
up to 6.0.4

5 years agoup to 6.0.2 auto/th/VirtualBox-6.0.2-1
Jan Palus [Tue, 15 Jan 2019 18:07:51 +0000 (19:07 +0100)]
up to 6.0.2

5 years ago- fix kernelmodule build for kernel 4.4.169 auto/th/VirtualBox-6.0.0-3
Jan Rękorajski [Fri, 28 Dec 2018 14:24:51 +0000 (23:24 +0900)]
- fix kernelmodule build for kernel 4.4.169
- rel 3

5 years agodrop sed 4.6 patch
Jan Palus [Fri, 21 Dec 2018 10:28:28 +0000 (11:28 +0100)]
drop sed 4.6 patch

regression fixed in sed 4.7

5 years agorel 2 auto/th/VirtualBox-6.0.0-2
Jan Palus [Thu, 20 Dec 2018 18:09:03 +0000 (19:09 +0100)]
rel 2

5 years agoadd patch to workaround sed 4.6 regression/changed behavior
Jan Palus [Thu, 20 Dec 2018 17:56:24 +0000 (18:56 +0100)]
add patch to workaround sed 4.6 regression/changed behavior

sample input (include/VBox/Graphics/VBoxVideoGuest.h)

DECLHIDDEN(int) VBoxHGSMIGetModeHints(PHGSMIGUESTCOMMANDCONTEXT pCtx,
                                      unsigned cScreens, VBVAMODEHINT *paHints);

incorrect output:

LC_ALL=C sed -f ./src/VBox/Additions/linux/drm/indent.sed include/VBox/Graphics/VBoxVideoGuest.h
...
int hgsmi_get_mode_hints(PHGSMIGUESTCOMMANDCONTEXT ctx,
unsigned screens, struct vbva_modehint *hints);
...

correct output:

LC_ALL=C.UTF-8 sed -f ./src/VBox/Additions/linux/drm/indent.sed include/VBox/Graphics/VBoxVideoGuest.h
...
int hgsmi_get_mode_hints(struct gen_pool * ctx,
unsigned screens, struct vbva_modehint *hints);
...

PHGSMIGUESTCOMMANDCONTEXT -> struct gen_pool * is not done

5 years agoup to 6.0.0 auto/th/VirtualBox-6.0.0-1
Jan Palus [Wed, 19 Dec 2018 19:16:34 +0000 (20:16 +0100)]
up to 6.0.0

5 years agoup to 5.2.22 auto/th/VirtualBox-5.2.22-1
Jan Palus [Fri, 9 Nov 2018 18:18:37 +0000 (19:18 +0100)]
up to 5.2.22

5 years agoup to 5.2.20 auto/th/VirtualBox-5.2.20-1
Jan Palus [Tue, 16 Oct 2018 18:56:01 +0000 (20:56 +0200)]
up to 5.2.20

5 years ago- release 3 (by relup.sh) auto/th/VirtualBox-5.2.18-3
Arkadiusz Miśkiewicz [Sun, 16 Sep 2018 11:43:15 +0000 (13:43 +0200)]
- release 3 (by relup.sh)

5 years ago- release 2 (by relup.sh)
Arkadiusz Miśkiewicz [Sat, 15 Sep 2018 09:49:15 +0000 (11:49 +0200)]
- release 2 (by relup.sh)

5 years agoup to 5.2.18 auto/th/VirtualBox-5.2.18-1
Jan Palus [Wed, 15 Aug 2018 16:36:48 +0000 (18:36 +0200)]
up to 5.2.18

5 years agoupstream patch to fix build with gcc8; rel 3 auto/th/VirtualBox-5.2.16-3
Jan Palus [Wed, 15 Aug 2018 15:39:18 +0000 (17:39 +0200)]
upstream patch to fix build with gcc8; rel 3

5 years agopatch to fix build with kernel 4.18 from opensuse; rel 2 auto/th/VirtualBox-5.2.16-2
Jan Palus [Mon, 13 Aug 2018 15:30:41 +0000 (17:30 +0200)]
patch to fix build with kernel 4.18 from opensuse; rel 2

5 years agoup to 5.2.16 auto/th/VirtualBox-5.2.16-1
Jan Palus [Tue, 17 Jul 2018 15:03:59 +0000 (17:03 +0200)]
up to 5.2.16

5 years agoBR: EGL-devel; rel 2 auto/th/VirtualBox-5.2.14-2
Jan Palus [Tue, 3 Jul 2018 21:47:47 +0000 (23:47 +0200)]
BR: EGL-devel; rel 2

5 years agoup to 5.2.14 auto/th/VirtualBox-5.2.14-1
Jan Palus [Mon, 2 Jul 2018 20:48:56 +0000 (22:48 +0200)]
up to 5.2.14

5 years ago- rel 2 auto/th/VirtualBox-5.2.12-2
Jan Rękorajski [Mon, 21 May 2018 11:24:53 +0000 (20:24 +0900)]
- rel 2

5 years agoup to 5.2.12 auto/th/VirtualBox-5.2.12-1
Jan Palus [Thu, 10 May 2018 14:10:30 +0000 (16:10 +0200)]
up to 5.2.12

5 years agokeep on building vboxguest until mainline module is feature complete auto/th/VirtualBox-5.2.10-2
Jan Palus [Tue, 24 Apr 2018 10:26:25 +0000 (12:26 +0200)]
keep on building vboxguest until mainline module is feature complete

- seems like vboxsf needs to be mainlined as well
- currently mainline vboxguest fails even at load time

5 years agoup to 5.2.10 auto/th/VirtualBox-5.2.10-1
Jan Palus [Wed, 18 Apr 2018 15:38:13 +0000 (17:38 +0200)]
up to 5.2.10

6 years agoreally don't build vboxguest on kernel 4.16.0; rel 2 auto/th/VirtualBox-5.2.8-2
Jan Palus [Fri, 6 Apr 2018 21:42:40 +0000 (23:42 +0200)]
really don't build vboxguest on kernel 4.16.0; rel 2

6 years agodon't build vboxguest module on kernel >= 4.16.0
Jan Palus [Fri, 6 Apr 2018 14:55:46 +0000 (16:55 +0200)]
don't build vboxguest module on kernel >= 4.16.0

vboxguest mainlined since 4.16.0

6 years agoup to 5.2.8 auto/th/VirtualBox-5.2.8-1
Jan Palus [Wed, 28 Feb 2018 12:26:43 +0000 (13:26 +0100)]
up to 5.2.8

6 years ago- build fixes for kernel 4.15 auto/th/VirtualBox-5.2.6-2
Jan Rękorajski [Mon, 29 Jan 2018 23:19:59 +0000 (00:19 +0100)]
- build fixes for kernel 4.15
- rel 2

6 years agoup to 5.2.6 auto/th/VirtualBox-5.2.6-1
Jan Palus [Tue, 16 Jan 2018 19:18:11 +0000 (20:18 +0100)]
up to 5.2.6

6 years agoup to 5.2.4 auto/th/VirtualBox-5.2.4-1
Jan Palus [Wed, 20 Dec 2017 17:08:13 +0000 (18:08 +0100)]
up to 5.2.4

6 years agobump required qt version
Jan Palus [Wed, 20 Dec 2017 16:54:23 +0000 (17:54 +0100)]
bump required qt version

6 years agoskip building of vboxvideo kernel module with recent kernels
Jan Palus [Sun, 26 Nov 2017 18:30:12 +0000 (19:30 +0100)]
skip building of vboxvideo kernel module with recent kernels

guest drm driver mainlined since 4.13.0

6 years agomissed patch removal
Jan Palus [Sat, 25 Nov 2017 15:59:25 +0000 (16:59 +0100)]
missed patch removal

6 years agonew patch: don't override KERN_DIR if already defined auto/th/VirtualBox-5.2.2-1
Jan Palus [Sat, 25 Nov 2017 13:47:55 +0000 (14:47 +0100)]
new patch: don't override KERN_DIR if already defined

6 years agoup to 5.2.2
Jan Palus [Mon, 13 Nov 2017 20:11:49 +0000 (21:11 +0100)]
up to 5.2.2

- 18-system-xorg and linux-4.14 patches no longer required
- renumbered patches

6 years agoupstream fixes for linux 4.14 (r69143, r69525, r69539) auto/th/VirtualBox-5.1.30-1
Jan Palus [Tue, 14 Nov 2017 15:46:32 +0000 (16:46 +0100)]
upstream fixes for linux 4.14 (r69143, r69525, r69539)

6 years agofilterout -Werror=format-security for compatibility with gcc7
Jan Palus [Tue, 14 Nov 2017 15:42:55 +0000 (16:42 +0100)]
filterout -Werror=format-security for compatibility with gcc7

gcc7 now fails with:
-Wformat -Werror=format-security -Wno-format

6 years agoup to 5.1.30
Jan Palus [Tue, 14 Nov 2017 15:42:34 +0000 (16:42 +0100)]
up to 5.1.30

6 years agoup to 5.1.26 auto/th/VirtualBox-5.1.26-1
Jan Palus [Sat, 29 Jul 2017 16:57:51 +0000 (18:57 +0200)]
up to 5.1.26

6 years agoup to 5.1.24 auto/th/VirtualBox-5.1.24-1
Jan Palus [Thu, 20 Jul 2017 19:46:14 +0000 (21:46 +0200)]
up to 5.1.24

6 years agoup to 5.1.22 auto/th/VirtualBox-5.1.22-1
Jan Palus [Sun, 30 Apr 2017 19:29:50 +0000 (21:29 +0200)]
up to 5.1.22

6 years agoup to 5.1.20 auto/th/VirtualBox-5.1.20-1
Jan Palus [Wed, 19 Apr 2017 21:11:05 +0000 (23:11 +0200)]
up to 5.1.20

7 years agoup to 5.1.18 auto/th/VirtualBox-5.1.18-1
Jan Palus [Sun, 19 Mar 2017 17:54:51 +0000 (18:54 +0100)]
up to 5.1.18

7 years ago- release 2 (by relup.sh) auto/th/VirtualBox-5.1.16-2
Jan Rękorajski [Sat, 11 Mar 2017 12:26:55 +0000 (13:26 +0100)]
- release 2 (by relup.sh)

7 years ago - up to 5.1.16
Grzegorz Pycia [Thu, 9 Mar 2017 14:28:21 +0000 (15:28 +0100)]
 - up to 5.1.16
 - removed included upstream kernel-4.10.patch

7 years agopatch for kernel 4.10
Jan Palus [Tue, 28 Feb 2017 23:37:21 +0000 (00:37 +0100)]
patch for kernel 4.10

7 years ago- teach wrapper to look for called binary instead of GUI auto/th/VirtualBox-5.1.14-2
Jan Rękorajski [Fri, 3 Feb 2017 06:50:49 +0000 (07:50 +0100)]
- teach wrapper to look for called binary instead of GUI
- rel 2

7 years ago- VBoxVRDB points to Headless, move to main package
Jan Rękorajski [Thu, 2 Feb 2017 07:15:22 +0000 (08:15 +0100)]
- VBoxVRDB points to Headless, move to main package
- rdesktop-vrd does not exist, removed from spec

7 years agoreset rel auto/th/VirtualBox-5.1.14-1
Jan Palus [Thu, 19 Jan 2017 23:34:34 +0000 (00:34 +0100)]
reset rel

7 years agoup to 5.1.14
Jan Palus [Thu, 19 Jan 2017 21:25:53 +0000 (22:25 +0100)]
up to 5.1.14

7 years ago- update gui deps auto/th/VirtualBox-5.1.12-3
Jan Rękorajski [Thu, 29 Dec 2016 11:38:09 +0000 (12:38 +0100)]
- update gui deps
- rel 3

7 years ago- release 2 (by relup.sh) auto/th/VirtualBox-5.1.12-2
Jan Rękorajski [Wed, 28 Dec 2016 07:27:42 +0000 (08:27 +0100)]
- release 2 (by relup.sh)

7 years agoup to 5.1.12 auto/th/VirtualBox-5.1.12-1
Jan Palus [Tue, 27 Dec 2016 20:26:21 +0000 (21:26 +0100)]
up to 5.1.12

7 years agoadded R: xorg-driver-video-modesetting to xorg package auto/th/VirtualBox-5.1.10-1
Jan Palus [Wed, 23 Nov 2016 15:17:28 +0000 (16:17 +0100)]
added R: xorg-driver-video-modesetting to xorg package

userspace driver is now obsolete in favor of kernel vboxvideo module +
xorg's modesetting driver

7 years agodo not package vboxvideo_drv; kernel driver is now preferred
Jan Palus [Wed, 23 Nov 2016 11:18:19 +0000 (12:18 +0100)]
do not package vboxvideo_drv; kernel driver is now preferred

7 years agonew patch to fix build with xorg 1.19
Jan Palus [Wed, 23 Nov 2016 11:01:03 +0000 (12:01 +0100)]
new patch to fix build with xorg 1.19

do not build unused vboxvideo_drv_system

7 years ago- up to 5.1.10
Jan Rękorajski [Wed, 23 Nov 2016 08:23:47 +0000 (09:23 +0100)]
- up to 5.1.10

7 years ago- rel 2 auto/th/VirtualBox-5.1.8-2
Jan Rękorajski [Wed, 23 Nov 2016 07:55:34 +0000 (08:55 +0100)]
- rel 2

7 years agoup to 5.1.8 auto/th/VirtualBox-5.1.8-1
Jan Palus [Mon, 24 Oct 2016 21:44:36 +0000 (23:44 +0200)]
up to 5.1.8

- new patch to fix build with newer versions of lightdm

7 years agorel 2 auto/th/VirtualBox-5.1.6-2
Jan Palus [Tue, 13 Sep 2016 18:41:29 +0000 (20:41 +0200)]
rel 2

7 years agoremoved trailing spaces
Jan Palus [Tue, 13 Sep 2016 18:41:12 +0000 (20:41 +0200)]
removed trailing spaces

7 years agoanother attempt at fixing multi python build
Jan Palus [Tue, 13 Sep 2016 18:17:00 +0000 (20:17 +0200)]
another attempt at fixing multi python build

VBOX_WITH_MULTIVERSION_PYTHON is always defined so make VBOX_MULTIPYTHON
depend on VBOX_WITH_MULTIVERSION_PYTHON

7 years agodo not build against all python versions
Jan Palus [Tue, 13 Sep 2016 17:36:33 +0000 (19:36 +0200)]
do not build against all python versions

types do not match when building on i686 against python 3

PyIID.cpp:205:1: error: invalid conversion from 'long int (*)(PyObject*) {aka long int (*)(_object*)}' to 'hashfunc {aka int (*)(_object*)}' [-fpermissive]

7 years agoup to 5.1.6 auto/th/VirtualBox-5.1.6-1
Jan Palus [Tue, 13 Sep 2016 13:57:25 +0000 (15:57 +0200)]
up to 5.1.6

7 years ago- release 2 (by relup.sh) auto/th/VirtualBox-5.1.4-2
Jan Rękorajski [Mon, 29 Aug 2016 06:30:52 +0000 (08:30 +0200)]
- release 2 (by relup.sh)

7 years agoup to 5.1.4 auto/th/VirtualBox-5.1.4-1
Jan Palus [Sun, 21 Aug 2016 14:11:26 +0000 (16:11 +0200)]
up to 5.1.4

- cpu_has_pge patch no longer needed
- lightdm-greeter-glib-includes does not seem required anymore
- new patch to fix makefile syntax for lightdm-greeter

7 years agomake additions noarch again; rel 2 auto/th/VirtualBox-5.1.2-2
Jan Palus [Tue, 2 Aug 2016 19:30:38 +0000 (21:30 +0200)]
make additions noarch again; rel 2

userspace checks both %{_datadir} and %{_libdir}/additions

7 years agoreplace cpu_has_pge with boot_cpu_has(X86_FEATURE_PGE) auto/th/VirtualBox-5.1.2-1
Jan Palus [Tue, 2 Aug 2016 15:38:25 +0000 (17:38 +0200)]
replace cpu_has_pge with boot_cpu_has(X86_FEATURE_PGE)

for compatibility with kernel 4.7

7 years agofixed translations
Jan Palus [Mon, 1 Aug 2016 08:55:09 +0000 (10:55 +0200)]
fixed translations

As before build system installs translations into %{_libdir} while code
expects them in VBOX_PATH_APP_PRIVATE (%{_datadir}). However install.sh
no longer contains a step of moving nls directory from %{_libdir} to
%{_datadir} -- added manual move to spec.

7 years agoinitial update to 5.1 line (version 5.1.2)
Jan Palus [Fri, 29 Jul 2016 17:59:26 +0000 (19:59 +0200)]
initial update to 5.1 line (version 5.1.2)

- build with qt5
- updated patches
- distributed install script is now useless -- few steps performed
  manually

7 years agocreate /etc/sysconfig directory before putting files there
Jan Palus [Fri, 29 Jul 2016 17:58:43 +0000 (19:58 +0200)]
create /etc/sysconfig directory before putting files there

7 years agopackage /etc/sysconfig/vboxservice
Elan Ruusamäe [Fri, 29 Jul 2016 12:25:21 +0000 (15:25 +0300)]
package /etc/sysconfig/vboxservice

7 years agodocument options
Elan Ruusamäe [Fri, 29 Jul 2016 12:24:05 +0000 (15:24 +0300)]
document options

usage from VBoxService --help

7 years agoadd vboxservice.sysconfig
Elan Ruusamäe [Sun, 2 Jun 2013 19:30:43 +0000 (22:30 +0300)]
add vboxservice.sysconfig

7 years agoup to 5.0.20 auto/th/VirtualBox-5.0.20-1
Jan Palus [Sat, 30 Apr 2016 11:51:06 +0000 (13:51 +0200)]
up to 5.0.20

7 years agodrop KERNELRELEASE hack and require rpm build macros >= 1.715 instead
Jan Palus [Tue, 26 Apr 2016 14:52:02 +0000 (16:52 +0200)]
drop KERNELRELEASE hack and require rpm build macros >= 1.715 instead

7 years agoquick fix for guest module build on 3.10 auto/th/VirtualBox-5.0.18-2
Jan Palus [Wed, 20 Apr 2016 22:04:24 +0000 (00:04 +0200)]
quick fix for guest module build on 3.10

- temporarily replaced KERNELRELEASE with KERNELVERSION in
  vboxvideo/Makefile until #15322 is solved
- rel 2

7 years agoup to 5.0.18 auto/th/VirtualBox-5.0.18-1
Jan Palus [Tue, 19 Apr 2016 16:55:18 +0000 (18:55 +0200)]
up to 5.0.18

8 years agoup to 5.0.16 auto/th/VirtualBox-5.0.16-1
Jan Palus [Sat, 5 Mar 2016 11:07:54 +0000 (12:07 +0100)]
up to 5.0.16

8 years agoup to 5.0.14 auto/th/VirtualBox-5.0.14-3
Jan Palus [Wed, 20 Jan 2016 19:33:27 +0000 (20:33 +0100)]
up to 5.0.14

8 years ago- release 3 (by relup.sh) auto/th/VirtualBox-5.0.12-3
Jan Rękorajski [Fri, 25 Dec 2015 21:43:54 +0000 (22:43 +0100)]
- release 3 (by relup.sh)

8 years ago- release 2 (by relup.sh)
Jan Rękorajski [Thu, 24 Dec 2015 22:58:09 +0000 (23:58 +0100)]
- release 2 (by relup.sh)

8 years agoup to 5.0.12 auto/th/VirtualBox-5.0.12-1
Jan Palus [Sat, 19 Dec 2015 14:38:50 +0000 (15:38 +0100)]
up to 5.0.12

8 years agoup to 5.0.10 auto/th/VirtualBox-5.0.10-1
Jan Palus [Wed, 11 Nov 2015 18:07:23 +0000 (19:07 +0100)]
up to 5.0.10

- moc patch removed (included in this release)
- mount.vboxsf is no longer part of kernel so use binary built by
  userpsace instead of doing it manually with missing flags

8 years agoup to 5.0.8 auto/th/VirtualBox-5.0.8-1
Jan Palus [Tue, 20 Oct 2015 19:52:38 +0000 (21:52 +0200)]
up to 5.0.8

8 years agoup to 5.0.6 auto/th/VirtualBox-5.0.6-1
Jan Palus [Mon, 19 Oct 2015 19:34:05 +0000 (21:34 +0200)]
up to 5.0.6

- remove Virtualbox-vnc patch (applied in this release)
- add new upstream patch for broken moc path detection

8 years ago- enable x32 arch for kernel module build auto/th/VirtualBox-5.0.4-3
Jan Rękorajski [Sat, 12 Sep 2015 18:57:22 +0000 (20:57 +0200)]
- enable x32 arch for kernel module build
- rel 3

8 years agoremove x32 from supported archs
Jan Palus [Fri, 11 Sep 2015 18:29:16 +0000 (20:29 +0200)]
remove x32 from supported archs

- looks like upstream does not really support x32 builds, if needed
  please add such support
- rel 2

8 years agotry to source env.sh before running kmk (as per configure instructions)
Jan Palus [Thu, 10 Sep 2015 22:46:11 +0000 (00:46 +0200)]
try to source env.sh before running kmk (as per configure instructions)

8 years agoanother upstream build fix for 32bit
Jan Palus [Thu, 10 Sep 2015 19:33:36 +0000 (21:33 +0200)]
another upstream build fix for 32bit

8 years agomissing rename in spec
Jan Palus [Thu, 10 Sep 2015 09:25:57 +0000 (11:25 +0200)]
missing rename in spec

8 years agoupstream fix for vnc compilation issue
Jan Palus [Thu, 10 Sep 2015 09:20:03 +0000 (11:20 +0200)]
upstream fix for vnc compilation issue

8 years agorename cdefs patch to vnc
Jan Palus [Thu, 10 Sep 2015 09:18:43 +0000 (11:18 +0200)]
rename cdefs patch to vnc

8 years agotry to revert whole commit
Jan Palus [Wed, 9 Sep 2015 21:31:42 +0000 (23:31 +0200)]
try to revert whole commit

8 years agocdefs patch to revert new upstream calling convention changes
Jan Palus [Wed, 9 Sep 2015 20:52:43 +0000 (22:52 +0200)]
cdefs patch to revert new upstream calling convention changes

8 years agoup to 5.0.4 auto/th/VirtualBox-5.0.4-1
Jan Palus [Tue, 8 Sep 2015 20:28:29 +0000 (22:28 +0200)]
up to 5.0.4

This page took 0.076781 seconds and 4 git commands to generate.