[Pkg-virtualbox-commits] [virtualbox] branch master updated (c991316 -> a979d2e)
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Tue Mar 3 13:16:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a change to branch master
in repository virtualbox.
from c991316 Fix build with gcc-4.9 (the good way)
new 7853b92 Imported Upstream version 4.3.24-dfsg
new 5092d43 Merge tag 'upstream/4.3.24-dfsg'
new a979d2e New upstream release
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 | 4 +-
debian/changelog | 3 +-
debian/control | 2 +-
debian/patches/37-fix-build.patch | 189 ---------
debian/patches/series | 1 -
doc/manual/en_US/user_Troubleshooting.xml | 105 ++++-
doc/manual/user_ChangeLogImpl.xml | 76 +++-
include/VBox/VBoxVideo.h | 2 +-
include/VBox/settings.h | 23 +-
include/VBox/shflsvc.h | 12 +-
include/iprt/log.h | 66 ++-
.../Additions/common/VBoxControl/VBoxControl.cpp | 2 +-
src/VBox/Additions/common/VBoxGuest/Makefile.kmk | 2 +-
.../common/VBoxGuest/VBoxGuest-darwin.cpp | 6 +-
.../common/VBoxGuest/VBoxGuest-haiku-stubs.c | 6 +-
.../Additions/common/VBoxGuest/VBoxGuest-haiku.c | 3 +-
.../Additions/common/VBoxGuest/VBoxGuest-haiku.h | 3 +-
.../Additions/common/VBoxGuest/VBoxGuest-os2.cpp | 12 +-
.../Additions/common/VBoxGuest/VBoxGuest-win.cpp | 120 +++---
src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp | 347 +++++++---------
.../Additions/common/VBoxGuest/VBoxGuestInternal.h | 4 -
.../VBoxGuestLib/VBoxGuestR3LibSharedFolders.cpp | 5 +-
src/VBox/Additions/linux/sharedfolders/utils.c | 9 +-
.../Additions/solaris/Installer/postinstall.sh | 22 +-
src/VBox/Additions/x11/Installer/x11config15sol.pl | 30 +-
src/VBox/Additions/x11/VBoxClient/VBoxClient.h | 2 +-
src/VBox/Additions/x11/VBoxClient/display.cpp | 2 +-
src/VBox/Additions/x11/VBoxClient/main.cpp | 3 +-
src/VBox/Additions/x11/vboxmouse/Makefile.kmk | 6 -
src/VBox/Additions/x11/vboxvideo/Makefile.kmk | 36 +-
src/VBox/Additions/x11/vboxvideo/vboxvideo.c | 17 +-
src/VBox/Additions/x11/vboxvideo/vboxvideo.h | 4 +-
src/VBox/Devices/Audio/dsoundaudio.c | 22 +-
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 | 2 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.h | 2 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.m | 28 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp | 6 +
src/VBox/Devices/Network/slirp/slirp.c | 4 +-
src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm | 4 +-
.../Devices/PC/BIOS/VBoxBiosAlternative.md5sum | 2 +-
src/VBox/Devices/PC/BIOS/boot.c | 4 +
src/VBox/ExtPacks/VNC/VBoxVNC.cpp | 30 +-
.../Frontends/VBoxManage/VBoxManageControlVM.cpp | 37 +-
.../Frontends/VBoxManage/VBoxManageDHCPServer.cpp | 21 +-
.../Support/win/SUPHardenedVerify-win.h | 3 +-
.../Support/win/SUPHardenedVerifyProcess-win.cpp | 222 +++++++++-
.../Support/win/SUPR3HardenedMain-win.cpp | 160 +------
.../Support/win/import-template-kernel32.h | 1 +
.../VBoxNetFlt/linux/VBoxNetFlt-linux.c | 5 +
src/VBox/Installer/win/VBoxMergeApp.wxi | 2 +-
src/VBox/Main/include/DHCPServerImpl.h | 30 +-
src/VBox/Main/include/DisplayImpl.h | 5 +
src/VBox/Main/src-client/ConsoleImpl.cpp | 12 +-
src/VBox/Main/src-client/DisplayImpl.cpp | 2 +-
src/VBox/Main/src-client/MouseImpl.cpp | 2 +-
src/VBox/Main/src-server/DHCPServerImpl.cpp | 175 +++++++-
src/VBox/Main/src-server/HostDnsService.cpp | 38 +-
src/VBox/Main/src-server/HostDnsService.h | 1 +
src/VBox/Main/testcase/Makefile.kmk | 29 +-
src/VBox/Main/testcase/tstMouseImpl.cpp | 462 ---------------------
src/VBox/Main/xml/Settings.cpp | 23 +-
src/VBox/NetworkServices/DHCP/Config.cpp | 188 ++++++++-
src/VBox/NetworkServices/DHCP/Config.h | 8 +-
src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp | 33 +-
src/VBox/Runtime/common/asn1/asn1-ut-bitstring.cpp | 2 +-
.../Runtime/common/asn1/asn1-ut-octetstring.cpp | 2 +-
src/VBox/Runtime/common/zip/tarvfs.cpp | 2 +-
src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h | 4 +-
src/VBox/VMM/VMMR0/CPUMR0.cpp | 3 -
src/VBox/VMM/VMMR0/HMR0.cpp | 4 +-
src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp | 3 +-
src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac | 8 +-
src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac | 7 +-
src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac | 8 +-
src/bldprogs/VBoxDef2LazyLoad.cpp | 7 +-
79 files changed, 1388 insertions(+), 1357 deletions(-)
delete mode 100644 debian/patches/37-fix-build.patch
delete mode 100644 src/VBox/Main/testcase/tstMouseImpl.cpp
--
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