[Pkg-virtualbox-commits] [virtualbox] branch upstream updated (0e8ceef -> 049ea57)

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Wed Jan 20 09:16:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

locutusofborg-guest pushed a change to branch upstream
in repository virtualbox.

      from  0e8ceef   Imported Upstream version 5.0.12-dfsg
      adds  049ea57   Imported Upstream version 5.0.14-dfsg

No new revisions were added by this update.

Summary of changes:
 Config.kmk                                         |   17 +-
 Makefile.kmk                                       |    8 +-
 configure                                          |   10 +-
 doc/manual/en_US/user_VBoxManage.xml               |    5 +-
 doc/manual/user_ChangeLogImpl.xml                  |   71 +-
 include/VBox/err.h                                 |   12 +
 include/VBox/err.mac                               |   15 +-
 include/VBox/shflsvc.h                             |    2 +-
 include/VBox/vmm/pdmaudioifs.h                     |   20 +-
 include/VBox/vmm/pdmdev.h                          |   28 +-
 include/iprt/err.mac                               |   23 +
 include/iprt/initterm.h                            |    3 +
 include/iprt/x86.mac                               |    1 +
 .../VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp       |    2 +
 src/VBox/Additions/linux/installer/autorun.sh      |   17 +-
 src/VBox/Additions/linux/sharedfolders/lnkops.c    |   50 +-
 src/VBox/Devices/Audio/AudioMixer.cpp              |   13 +-
 src/VBox/Devices/Audio/AudioMixer.h                |    3 +-
 src/VBox/Devices/Audio/DevIchAc97.cpp              |  223 +-
 src/VBox/Devices/Audio/DevIchHda.cpp               |  945 +++--
 src/VBox/Devices/Audio/DevIchHdaCodec.cpp          |   49 +-
 src/VBox/Devices/Audio/DevIchHdaCodec.h            |   21 +-
 src/VBox/Devices/Audio/DevSB16.cpp                 |  290 +-
 src/VBox/Devices/Audio/DrvAudio.cpp                |   20 +-
 src/VBox/Devices/Audio/DrvHostALSAAudio.cpp        |   37 +-
 src/VBox/Devices/Audio/DrvHostCoreAudio.cpp        |  126 +-
 src/VBox/Devices/Audio/DrvHostDSound.cpp           |   79 +-
 src/VBox/Devices/Audio/DrvHostNullAudio.cpp        |   10 +-
 src/VBox/Devices/Audio/DrvHostPulseAudio.cpp       |   12 +-
 .../Graphics/BIOS/VBoxVgaBiosAlternative.asm       |    6 +-
 .../Graphics/BIOS/VBoxVgaBiosAlternative.md5sum    |    2 +-
 src/VBox/Devices/Graphics/BIOS/ose_logo.bmp        |  Bin 630 -> 630 bytes
 src/VBox/Devices/Graphics/DevVGA.cpp               |    2 +-
 src/VBox/Devices/Graphics/DevVGA_VBVA.cpp          |    2 +-
 src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm   |    4 +-
 .../Devices/PC/BIOS/VBoxBiosAlternative.md5sum     |    2 +-
 src/VBox/Devices/PC/DevPcBios.cpp                  |    2 +-
 .../Devices/testcase/tstDeviceStructSizeRC.cpp     |    8 +-
 src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp   |   36 +-
 src/VBox/Frontends/VBoxManage/VBoxManage.cpp       |    2 +
 .../Frontends/VBoxManage/VBoxManageGuestCtrl.cpp   |    2 +
 src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp   |   14 +-
 src/VBox/Frontends/VBoxManage/VBoxManageList.cpp   |    8 +-
 src/VBox/Frontends/VirtualBox/Makefile.kmk         |    2 +-
 src/VBox/Frontends/VirtualBox/VBoxUI.pro           |    1 +
 .../Frontends/VirtualBox/nls/ApprovedLanguages.kmk |    2 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts |   24 +-
 .../nls/{VirtualBox_zh_TW.ts => VirtualBox_sl.ts}  | 3729 ++++++++++----------
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_uk.ts | 1866 +++++-----
 .../VirtualBox/nls/{qt_id.ts => qt_sl.ts}          | 2347 ++++++------
 .../VirtualBox/src/globals/VBoxGlobal.cpp          |   10 +-
 .../VirtualBox/src/net/UINetworkReply.cpp          |    1 +
 .../VirtualBox/src/net/tstSSLCertDownloads.cpp     |   10 +-
 .../HostDrivers/Support/freebsd/SUPDrv-freebsd.c   |    2 +-
 src/VBox/HostDrivers/VBoxUSB/darwin/VBoxUSB.cpp    |    1 +
 src/VBox/Installer/linux/postinst-common.sh        |    2 +-
 src/VBox/Installer/linux/prerm-common.sh           |    2 +-
 src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec  |    4 +
 src/VBox/Installer/win/Stub/Makefile.kmk           |   42 +-
 src/VBox/Installer/win/Stub/VBoxStub.cpp           |   25 +-
 .../win/Stub/crypt32.def}                          |   25 +-
 .../win/Stub/msi.def}                              |   18 +-
 .../win/Stub/shell32.def}                          |   17 +-
 .../win/Stub/user32.def}                           |   18 +-
 .../win/Stub/ws2_32.def}                           |   17 +-
 src/VBox/Main/idl/VirtualBox.xidl                  |   14 +-
 src/VBox/Main/include/ExtPackManagerImpl.h         |    4 +-
 src/VBox/Main/include/HostUSBDeviceImpl.h          |    2 +-
 src/VBox/Main/include/RemoteUSBDeviceImpl.h        |    1 +
 src/VBox/Main/include/USBDeviceImpl.h              |    1 +
 src/VBox/Main/src-all/ExtPackManagerImpl.cpp       |  200 +-
 src/VBox/Main/src-client/ConsoleImpl2.cpp          |   37 +-
 src/VBox/Main/src-client/KeyboardImpl.cpp          |    2 +-
 src/VBox/Main/src-client/RemoteUSBDeviceImpl.cpp   |   10 +
 src/VBox/Main/src-client/USBDeviceImpl.cpp         |   10 +
 src/VBox/Main/src-server/ApplianceImpl.cpp         |    6 +-
 src/VBox/Main/src-server/HostUSBDeviceImpl.cpp     |   41 +-
 src/VBox/Main/src-server/darwin/iokit.cpp          |  245 +-
 src/VBox/Runtime/Makefile.kmk                      |    1 -
 src/VBox/Runtime/r3/darwin/mp-darwin.cpp           |    6 +
 src/VBox/Runtime/r3/init.cpp                       |   11 +-
 src/VBox/Runtime/r3/init.h                         |    2 +-
 src/VBox/Runtime/r3/win/init-win.cpp               |   26 +-
 src/VBox/Runtime/r3/win/internal-r3-win.h          |    3 +-
 src/VBox/Runtime/r3/win/ldrNative-win.cpp          |    6 +
 src/VBox/Storage/testcase/vbox-img.cpp             |    2 +-
 src/VBox/VMM/VMMAll/PGMAllGst.h                    |    8 +-
 src/VBox/VMM/VMMR3/PDMAsyncCompletion.cpp          |  173 +-
 src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp      |    4 +-
 src/VBox/VMM/VMMR3/PDMDevHlp.cpp                   |   22 +-
 src/VBox/VMM/include/PDMAsyncCompletionInternal.h  |    5 +-
 src/bldprogs/Makefile.kmk                          |    3 +
 src/bldprogs/VBoxCheckImports.cpp                  |  371 ++
 src/bldprogs/VBoxDef2LazyLoad.cpp                  |  419 ++-
 94 files changed, 6854 insertions(+), 5148 deletions(-)
 copy src/VBox/Frontends/VirtualBox/nls/{VirtualBox_zh_TW.ts => VirtualBox_sl.ts} (58%)
 copy src/VBox/Frontends/VirtualBox/nls/{qt_id.ts => qt_sl.ts} (60%)
 copy src/VBox/{Main/src-client/win/VBoxClient-x86.def => Installer/win/Stub/crypt32.def} (62%)
 copy src/VBox/{VMM/testcase/Instructions/env-iprt-r3-64.mac => Installer/win/Stub/msi.def} (69%)
 copy src/VBox/{VMM/testcase/Instructions/env-iprt-r3-64.mac => Installer/win/Stub/shell32.def} (70%)
 copy src/VBox/{VMM/testcase/Instructions/env-iprt-r3-64.mac => Installer/win/Stub/user32.def} (69%)
 copy src/VBox/{VMM/testcase/Instructions/env-iprt-r3-32.mac => Installer/win/Stub/ws2_32.def} (71%)
 create mode 100644 src/bldprogs/VBoxCheckImports.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