[Pkg-virtualbox-commits] [virtualbox] branch master updated (dcd5726 -> 06253d1)
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Tue Feb 27 22:34:51 UTC 2018
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a change to branch master
in repository virtualbox.
from dcd5726 Fixup previous upload
new f5dd37b New upstream version 5.2.8-dfsg
new 7e90834 Updated version 5.2.8-dfsg from 'upstream/5.2.8-dfsg'
new 06253d1 Upload to unstable, patch refresh
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 | 57 +-
Makefile.kmk | 8 +-
Version.kmk | 2 +-
debian/changelog | 6 +
debian/patches/16-no-update.patch | 2 +-
debian/patches/27-hide-host-cache-warning.patch | 2 +-
debian/patches/29-fix-ftbfs-as-needed.patch | 2 +-
debian/patches/36-fix-vnc-version-string.patch | 2 +-
debian/patches/3d-fixes.patch | 213 --
debian/patches/kernel-4.15.patch | 114 -
debian/patches/nvidia-3d-fix.patch | 74 -
debian/patches/series | 3 -
doc/manual/en_US/user_Installation.xml | 2 +-
doc/manual/en_US/user_VBoxManage.xml | 7 +
doc/manual/user_ChangeLogImpl.xml | 108 +
include/VBox/disopcode.h | 4 +
include/VBox/err.h | 3 +
include/VBox/settings.h | 2 +
include/VBox/shflsvc.h | 2 +
include/VBox/sup.h | 1 +
include/VBox/vmm/cpum.h | 21 +-
include/VBox/vmm/cpumctx.h | 2 +
include/VBox/vmm/iem.h | 1 +
include/VBox/vmm/pdmstorageifs.h | 22 +-
include/VBox/vscsi.h | 15 +
include/iprt/linux/symvers.h | 58 +
include/iprt/mangling.h | 1 +
include/iprt/time.h | 15 +
include/iprt/x86.h | 20 +-
.../Additions/common/VBoxGuest/VBoxGuest-linux.c | 24 +-
src/VBox/Additions/common/crOpenGL/entrypoints.pyc | Bin 5904 -> 5904 bytes
src/VBox/Additions/linux/drm/vbox_mode.c | 4 +
src/VBox/Additions/linux/installer/install.sh.in | 2 +
src/VBox/Additions/linux/installer/vboxadd-x11.sh | 5 +-
src/VBox/Additions/linux/installer/vboxadd.sh | 59 +-
src/VBox/Additions/linux/sharedfolders/utils.c | 9 +-
src/VBox/Additions/x11/VBoxClient/Makefile.kmk | 15 +
src/VBox/Additions/x11/VBoxClient/chk_stubs.c | 56 +
src/VBox/Devices/Audio/AudioMixBuffer.cpp | 40 +-
src/VBox/Devices/Audio/AudioMixBuffer.h | 7 +-
src/VBox/Devices/Audio/DevHDA.cpp | 375 ++--
src/VBox/Devices/Audio/DevHDA.h | 6 +-
src/VBox/Devices/Audio/DevHDACommon.cpp | 35 +-
src/VBox/Devices/Audio/DevHDACommon.h | 4 +-
src/VBox/Devices/Audio/DevSB16.cpp | 61 +-
src/VBox/Devices/Audio/DrvAudio.cpp | 100 +-
src/VBox/Devices/Audio/DrvAudio.h | 5 +-
src/VBox/Devices/Audio/DrvAudioCommon.cpp | 90 +-
src/VBox/Devices/Audio/DrvHostDSound.cpp | 1254 ++++++-----
src/VBox/Devices/Audio/DrvHostPulseAudio.cpp | 26 +-
src/VBox/Devices/Audio/HDACodec.cpp | 75 -
src/VBox/Devices/Audio/HDAStream.cpp | 253 ++-
src/VBox/Devices/Audio/HDAStream.h | 23 +-
.../Devices/Audio/testcase/tstAudioMixBuffer.cpp | 23 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative286.asm | 6 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative286.md5sum | 2 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative386.asm | 6 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative386.md5sum | 2 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative8086.asm | 6 +-
.../BIOS/VBoxVgaBiosAlternative8086.md5sum | 2 +-
src/VBox/Devices/Network/DevE1000.cpp | 11 +-
.../Devices/PC/BIOS/VBoxBiosAlternative286.asm | 4 +-
.../Devices/PC/BIOS/VBoxBiosAlternative286.md5sum | 2 +-
.../Devices/PC/BIOS/VBoxBiosAlternative386.asm | 4 +-
.../Devices/PC/BIOS/VBoxBiosAlternative386.md5sum | 2 +-
.../Devices/PC/BIOS/VBoxBiosAlternative8086.asm | 4 +-
.../Devices/PC/BIOS/VBoxBiosAlternative8086.md5sum | 2 +-
src/VBox/Devices/PC/DevPcArch.cpp | 64 +-
src/VBox/Devices/Serial/DevSerial.cpp | 8 +-
src/VBox/Devices/Storage/DevAHCI.cpp | 66 +-
src/VBox/Devices/Storage/DevATA.cpp | 4 +-
src/VBox/Devices/Storage/DrvHostDVD.cpp | 30 +-
src/VBox/Devices/Storage/DrvSCSI.cpp | 16 +
src/VBox/Devices/Storage/VSCSI/VSCSIInternal.h | 25 +-
src/VBox/Devices/Storage/VSCSI/VSCSILunMmc.cpp | 13 +-
src/VBox/Devices/Storage/VSCSI/VSCSILunSbc.cpp | 13 +-
src/VBox/Devices/USB/VUSBDevice.cpp | 6 +
src/VBox/Devices/VirtIO/Virtio.cpp | 9 +
.../Devices/testcase/tstDeviceStructSizeRC.cpp | 3 +-
src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp | 1 +
.../Frontends/VBoxManage/VBoxManageModifyVM.cpp | 6 +
src/VBox/Frontends/VirtualBox/Makefile.kmk | 7 -
src/VBox/Frontends/VirtualBox/VirtualBoxMac.qrc | 12 -
src/VBox/Frontends/VirtualBox/VirtualBoxOther.qrc | 10 -
src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts | 10 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_id.ts | 112 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sl.ts | 10 +-
src/VBox/Frontends/VirtualBox/nls/qt_id.ts | 2300 ++++++++++----------
src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.cpp | 2 +-
.../src/extradata/UIExtraDataManager.cpp | 2 +-
.../Frontends/VirtualBox/src/globals/UIDefs.cpp | 3 +-
src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h | 3 +-
.../src/globals/UIDesktopWidgetWatchdog.cpp | 17 +
.../src/globals/UIDesktopWidgetWatchdog.h | 5 +
.../VirtualBox/src/globals/UIIconPool.cpp | 3 +-
.../Frontends/VirtualBox/src/globals/UIVersion.h | 128 ++
.../VirtualBox/src/globals/VBoxGlobal.cpp | 28 +-
.../Frontends/VirtualBox/src/globals/VBoxVersion.h | 80 -
.../Frontends/VirtualBox/src/medium/UIMedium.cpp | 2 +-
.../VirtualBox/src/net/UIDownloaderAdditions.cpp | 30 +-
.../src/net/UIDownloaderExtensionPack.cpp | 21 +-
.../VirtualBox/src/net/UIDownloaderUserManual.cpp | 10 +-
.../VirtualBox/src/net/UINetworkReply.cpp | 21 +-
.../Frontends/VirtualBox/src/net/UINetworkReply.h | 11 +-
.../VirtualBox/src/net/UINetworkRequest.cpp | 100 +-
.../Frontends/VirtualBox/src/net/UIUpdateDefs.cpp | 8 +-
.../Frontends/VirtualBox/src/net/UIUpdateDefs.h | 14 +-
.../VirtualBox/src/net/UIUpdateManager.cpp | 32 +-
.../src/platform/darwin/UICocoaSpecialControls.mm | 2 +-
src/VBox/Frontends/VirtualBox/src/precomp.h | 2 +-
.../VirtualBox/src/runtime/UIMachineLogic.cpp | 4 +-
.../VirtualBox/src/runtime/UIMachineWindow.cpp | 23 +-
.../VirtualBox/src/selector/UISelectorWindow.cpp | 2 +-
.../src/settings/UISettingsSerializer.cpp | 2 +-
.../Frontends/VirtualBox/src/wizards/UIWizard.cpp | 4 +-
src/VBox/GuestHost/OpenGL/Makefile.kmk | 2 -
src/VBox/GuestHost/OpenGL/glapi_parser/apiutil.pyc | Bin 23671 -> 23671 bytes
.../GuestHost/OpenGL/packer/pack_currenttypes.pyc | Bin 2110 -> 2110 bytes
.../GuestHost/OpenGL/state_tracker/convert.pyc | Bin 2087 -> 2087 bytes
.../OpenGL/state_tracker/get_components.pyc | Bin 5791 -> 5791 bytes
src/VBox/HostDrivers/Support/SUPDrv.cpp | 53 +-
src/VBox/HostDrivers/Support/SUPDrvIOC.h | 4 +-
src/VBox/HostDrivers/Support/SUPDrvInternal.h | 1 +
src/VBox/HostDrivers/Support/SUPLib.cpp | 8 +-
src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp | 66 +
.../VBoxNetFlt/win/nobj/VBoxNetFltNobj.cpp | 162 +-
src/VBox/HostServices/GuestProperties/service.cpp | 37 +
.../GuestProperties/testcase/tstGuestPropSvc.cpp | 11 +
src/VBox/HostServices/SharedFolders/vbsf.cpp | 6 +-
.../SharedOpenGL/crserverlib/get_sizes.pyc | Bin 17777 -> 17777 bytes
.../HostServices/SharedOpenGL/render/renderspu.h | 1 +
.../SharedOpenGL/render/renderspu_cocoa_helper.m | 3 -
.../SharedOpenGL/render/renderspu_config.c | 16 +
.../SharedOpenGL/render/renderspu_glx.c | 43 +-
.../SharedOpenGL/render/renderspu_wgl.c | 43 +-
src/VBox/Installer/Config.kmk | 3 +
src/VBox/Installer/linux/routines.sh | 9 +
src/VBox/Installer/win/Makefile.kmk | 27 +-
src/VBox/Installer/win/VirtualBox.wxs | 15 +-
src/VBox/Main/UnattendedTemplates/Makefile.kmk | 3 +
.../Main/UnattendedTemplates/debian_postinstall.sh | 26 +-
.../Main/UnattendedTemplates/redhat_postinstall.sh | 28 +-
src/VBox/Main/UnattendedTemplates/rhel3_ks.cfg | 141 ++
.../{ol_ks.cfg => rhel4_ks.cfg} | 71 +-
.../{redhat67_ks.cfg => rhel5_ks.cfg} | 44 +-
src/VBox/Main/idl/VirtualBox.xidl | 17 +-
src/VBox/Main/include/MachineImpl.h | 2 +
src/VBox/Main/include/UnattendedImpl.h | 9 +
src/VBox/Main/include/UnattendedInstaller.h | 74 +-
src/VBox/Main/src-client/ConsoleImpl2.cpp | 9 +
src/VBox/Main/src-client/EBML_MKV.h | 3 +-
src/VBox/Main/src-client/VideoRec.cpp | 2 +-
src/VBox/Main/src-client/WebMWriter.cpp | 180 +-
src/VBox/Main/src-client/WebMWriter.h | 85 +-
src/VBox/Main/src-server/MachineImpl.cpp | 26 +
src/VBox/Main/src-server/UnattendedImpl.cpp | 400 +++-
src/VBox/Main/src-server/UnattendedInstaller.cpp | 28 +-
src/VBox/Main/xml/Settings.cpp | 18 +-
src/VBox/Runtime/Makefile.kmk | 1 +
src/VBox/Runtime/common/asn1/asn1-ut-time.cpp | 16 +-
src/VBox/Runtime/common/fs/isomakercmd.cpp | 11 +-
src/VBox/Runtime/common/fs/isomakerimport.cpp | 12 +-
src/VBox/Runtime/common/misc/getopt.cpp | 4 +-
src/VBox/Runtime/common/time/time.cpp | 202 ++
src/VBox/Runtime/r3/fileio.cpp | 6 +-
src/VBox/Runtime/testcase/tstRTGetOpt.cpp | 14 +
src/VBox/Storage/QCOW.cpp | 4 +-
src/VBox/Storage/VMDK.cpp | 4 +-
src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp | 78 +
src/VBox/VMM/VMMAll/IEMAll.cpp | 67 +
src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h | 147 +-
.../VMM/VMMAll/IEMAllInstructionsThree0f38.cpp.h | 35 +-
.../VMM/VMMAll/IEMAllInstructionsTwoByte0f.cpp.h | 110 +-
src/VBox/VMM/VMMR0/HMVMXR0.cpp | 43 +-
src/VBox/VMM/VMMR0/VMMR0.cpp | 17 +-
src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp | 172 +-
src/VBox/VMM/VMMR3/HM.cpp | 7 +
src/VBox/VMM/VMMR3/PDMDevice.cpp | 8 +-
src/VBox/VMM/VMMR3/VMM.cpp | 14 +-
src/VBox/VMM/include/HMInternal.h | 4 +-
src/VBox/VMM/testcase/tstIEMCheckMc.cpp | 6 +
181 files changed, 5719 insertions(+), 3596 deletions(-)
delete mode 100644 debian/patches/3d-fixes.patch
delete mode 100644 debian/patches/kernel-4.15.patch
delete mode 100644 debian/patches/nvidia-3d-fix.patch
create mode 100644 include/iprt/linux/symvers.h
create mode 100644 src/VBox/Additions/x11/VBoxClient/chk_stubs.c
delete mode 100644 src/VBox/Frontends/VirtualBox/VirtualBoxMac.qrc
delete mode 100644 src/VBox/Frontends/VirtualBox/VirtualBoxOther.qrc
create mode 100644 src/VBox/Frontends/VirtualBox/src/globals/UIVersion.h
delete mode 100644 src/VBox/Frontends/VirtualBox/src/globals/VBoxVersion.h
create mode 100644 src/VBox/Main/UnattendedTemplates/rhel3_ks.cfg
copy src/VBox/Main/UnattendedTemplates/{ol_ks.cfg => rhel4_ks.cfg} (55%)
copy src/VBox/Main/UnattendedTemplates/{redhat67_ks.cfg => rhel5_ks.cfg} (65%)
--
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