[Pkg-virtualbox-commits] [virtualbox] branch master updated (fd18d2b -> d9acb65)
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Sat Mar 5 10:01:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a change to branch master
in repository virtualbox.
from fd18d2b Drop wrong keyword, from Michael Biebl
new 5b9ed27 Imported Upstream version 5.0.16-dfsg
new c89b396 Merge tag 'upstream/5.0.16-dfsg'
new d9acb65 Patch refresh, bump std-version and watch version, upload to unstable
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Config.kmk | 91 +-
debian/changelog | 8 +
debian/control | 2 +-
debian/patches/02-gsoap-build-fix.patch | 2 +-
debian/patches/16-no-update.patch | 4 +-
debian/patches/27-hide-host-cache-warning.patch | 2 +-
debian/patches/29-fix-ftbfs-as-needed.patch | 2 +-
debian/watch | 2 +-
doc/manual/docbook2latex.xsl | 1 +
doc/manual/en_US/user_AdvancedTopics.xml | 150 +-
doc/manual/en_US/user_BasicConcepts.xml | 4 +-
doc/manual/en_US/user_GuestAdditions.xml | 7 +
doc/manual/user_ChangeLogImpl.xml | 139 +-
include/VBox/vmm/pdmaudioifs.h | 26 +-
include/VBox/vmm/pdmdev.h | 24 +-
include/iprt/process.h | 3 +-
include/iprt/x86.h | 91 +-
.../common/VBoxService/VBoxServiceControl.h | 2 +
.../VBoxService/VBoxServiceControlProcess.cpp | 46 +-
.../VBoxService/VBoxServiceControlSession.cpp | 61 +-
.../common/VBoxService/VBoxServiceVMInfo-win.cpp | 2 +-
src/VBox/Debugger/Makefile.kmk | 1 +
src/VBox/Devices/Audio/DevIchAc97.cpp | 101 +-
src/VBox/Devices/Audio/DevIchHda.cpp | 341 +-
src/VBox/Devices/Audio/DevIchHdaCodec.h | 2 +-
src/VBox/Devices/Audio/DevSB16.cpp | 8 +-
src/VBox/Devices/Audio/DrvAudio.cpp | 391 +-
src/VBox/Devices/Audio/DrvAudio.h | 22 +-
src/VBox/Devices/Audio/DrvAudioCommon.cpp | 5 -
src/VBox/Devices/Audio/DrvHostALSAAudio.cpp | 52 +-
src/VBox/Devices/Audio/DrvHostCoreAudio.cpp | 178 +-
src/VBox/Devices/Audio/DrvHostDSound.cpp | 497 ++-
src/VBox/Devices/Audio/DrvHostPulseAudio.cpp | 10 +-
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd | Bin 1048576 -> 1048576 bytes
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd | Bin 1048576 -> 1048576 bytes
.../Graphics/BIOS/VBoxVgaBiosAlternative.asm | 6 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative.md5sum | 2 +-
src/VBox/Devices/Graphics/DevVGA-SVGA.cpp | 47 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp | 120 +-
src/VBox/Devices/Graphics/VBoxSVGA3D.def | 2 +
src/VBox/Devices/Graphics/shaderlib/glsl_shader.c | 47 +
src/VBox/Devices/Graphics/shaderlib/shaderapi.c | 47 +-
src/VBox/Devices/Graphics/shaderlib/shaderlib.h | 4 +-
src/VBox/Devices/Input/testcase/Makefile.kmk | 4 +-
src/VBox/Devices/Network/DevEEPROM.cpp | 5 +-
src/VBox/Devices/Network/slirp/tcp_input.c | 10 +-
src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm | 8 +-
.../Devices/PC/BIOS/VBoxBiosAlternative.md5sum | 2 +-
src/VBox/Devices/PC/BIOS/system.c | 4 +-
src/VBox/Devices/PC/DevACPI.cpp | 75 +-
src/VBox/Devices/PC/DevPit-i8254.cpp | 216 +-
src/VBox/Devices/PC/ipxe/iPxeBiosBin.rom | Bin 53248 -> 54272 bytes
src/VBox/Devices/PC/vbox.dsl | 75 +-
src/VBox/Devices/Serial/DrvTCP.cpp | 14 +
.../Devices/testcase/tstDeviceStructSizeRC.cpp | 2 +-
src/VBox/Frontends/Makefile.kmk | 1 +
.../Makefile.kmk | 26 +-
src/VBox/Frontends/VBoxBugReport/VBoxBugReport.cpp | 636 ++++
src/VBox/Frontends/VBoxBugReport/VBoxBugReport.h | 231 ++
.../Frontends/VBoxBugReport/VBoxBugReportWin.cpp | 585 +++
src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp | 2 +-
src/VBox/Frontends/VirtualBox/Makefile.kmk | 3 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_el.ts | 3725 +++++++++-----------
src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts | 10 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sl.ts | 46 +-
src/VBox/Frontends/VirtualBox/nls/qt_el.ts | 126 +-
.../VirtualBox/src/extradata/UIExtraDataDefs.cpp | 1 +
.../VirtualBox/src/extradata/UIExtraDataDefs.h | 2 +
.../src/extradata/UIExtraDataManager.cpp | 59 +-
.../VirtualBox/src/extradata/UIExtraDataManager.h | 7 +
.../VirtualBox/src/globals/UIMessageCenter.cpp | 1 +
.../VirtualBox/src/globals/VBoxGlobal.cpp | 30 +-
.../Frontends/VirtualBox/src/globals/VBoxGlobal.h | 8 +-
src/VBox/Frontends/VirtualBox/src/main.cpp | 12 +-
.../VirtualBox/src/medium/UIMediumEnumerator.cpp | 6 +-
.../platform/darwin/UIAbstractDockIconPreview.cpp | 83 +-
.../platform/darwin/UIAbstractDockIconPreview.h | 5 -
.../VirtualBox/src/runtime/UIActionPoolRuntime.cpp | 24 +-
.../VirtualBox/src/runtime/UIActionPoolRuntime.h | 1 +
.../Frontends/VirtualBox/src/runtime/UIMachine.cpp | 8 +-
.../VirtualBox/src/runtime/UIMachineLogic.cpp | 63 +-
.../VirtualBox/src/runtime/UIMachineLogic.h | 4 +
.../VirtualBox/src/runtime/UIMachineWindow.cpp | 4 +
.../Frontends/VirtualBox/src/runtime/UISession.cpp | 17 +
.../VirtualBox/src/selector/UISelectorWindow.cpp | 4 +
.../settings/machine/UIMachineSettingsSystem.cpp | 6 +
.../settings/machine/UIMachineSettingsSystem.ui | 89 +-
src/VBox/HostDrivers/Support/SUPLibInternal.h | 2 +-
src/VBox/HostDrivers/Support/linux/Makefile | 4 +-
.../Support/win/SUPHardenedVerifyImage-win.cpp | 10 +-
src/VBox/HostDrivers/Support/win/SUPLib-win.cpp | 2 +-
.../Support/win/SUPR3HardenedMain-win.cpp | 8 +-
src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile | 4 +-
.../HostDrivers/VBoxNetAdp/win/VBoxNetAdp-win.cpp | 10 +-
src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile | 4 +-
.../VBoxNetFlt/win/drv/VBoxNetLwf-win.cpp | 164 +-
.../HostDrivers/VBoxNetFlt/win/drv/VBoxNetLwf.inf | 10 +-
src/VBox/HostDrivers/VBoxPci/linux/Makefile | 4 +-
src/VBox/HostServices/SharedFolders/mappings.cpp | 66 +-
src/VBox/HostServices/SharedFolders/mappings.h | 6 +-
src/VBox/HostServices/SharedFolders/service.cpp | 24 +-
src/VBox/HostServices/SharedFolders/vbsf.cpp | 17 +-
src/VBox/Installer/common/vboxapisetup.py | 6 +-
src/VBox/Installer/linux/Makefile.include.footer | 5 +-
src/VBox/Installer/linux/install.sh | 2 +-
src/VBox/Installer/linux/postinst-common.sh | 5 +-
src/VBox/Installer/linux/prerm-common.sh | 5 +-
src/VBox/Installer/linux/routines.sh | 5 +-
src/VBox/Installer/linux/rpm/rules | 1 +
src/VBox/Installer/win/Makefile.kmk | 6 +-
src/VBox/Installer/win/VBoxMergeApp.wxi | 2 +
src/VBox/Main/include/ConsoleImpl.h | 2 -
src/VBox/Main/include/ParallelPortImpl.h | 9 +-
src/VBox/Main/include/SerialPortImpl.h | 31 +-
src/VBox/Main/include/VirtualBoxImpl.h | 1 +
src/VBox/Main/src-client/ConsoleImpl.cpp | 1 +
src/VBox/Main/src-client/ConsoleImpl2.cpp | 158 +-
src/VBox/Main/src-client/DisplayImpl.cpp | 1 +
src/VBox/Main/src-client/DrvAudioVRDE.cpp | 2 +-
src/VBox/Main/src-server/MachineImpl.cpp | 53 +-
src/VBox/Main/src-server/ParallelPortImpl.cpp | 59 +-
src/VBox/Main/src-server/SerialPortImpl.cpp | 103 +-
src/VBox/Main/src-server/VirtualBoxImpl.cpp | 148 +
src/VBox/Main/webservice/Makefile.kmk | 4 +-
src/VBox/Main/webservice/vboxweb.cpp | 168 +-
src/VBox/Main/webservice/vboxweb.h | 11 +-
src/VBox/Main/webservice/websrv-python.xsl | 13 +-
src/VBox/Main/xml/VirtualBox-settings.xsd | 6 +-
src/VBox/Runtime/common/crypto/pkcs7-sanity.cpp | 2 -
src/VBox/Runtime/r3/win/VBoxRT-openssl.def | 33 +-
src/VBox/Runtime/r3/win/process-win.cpp | 342 +-
src/VBox/Runtime/win/RTErrConvertFromWin32.cpp | 5 +-
src/VBox/VMM/VMMAll/GIMAllHv.cpp | 18 +-
src/VBox/VMM/VMMR0/HMSVMR0.cpp | 1 +
src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp | 2 +-
src/VBox/VMM/VMMR3/PDMDevHlp.cpp | 6 +-
src/libs/Makefile.kmk | 6 +-
137 files changed, 6849 insertions(+), 3500 deletions(-)
copy src/VBox/Frontends/{VBoxBalloonCtrl => VBoxBugReport}/Makefile.kmk (62%)
create mode 100644 src/VBox/Frontends/VBoxBugReport/VBoxBugReport.cpp
create mode 100644 src/VBox/Frontends/VBoxBugReport/VBoxBugReport.h
create mode 100644 src/VBox/Frontends/VBoxBugReport/VBoxBugReportWin.cpp
mode change 100644 => 100755 src/VBox/Installer/linux/postinst-common.sh
mode change 100644 => 100755 src/VBox/Installer/linux/prerm-common.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/virtualbox.git
More information about the Pkg-virtualbox-commits
mailing list