[Pkg-virtualbox-commits] [virtualbox] branch jessie updated (9e8c88d -> 1a92dbb)

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Tue Jan 26 10:12:50 UTC 2016


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

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

      from  9e8c88d   Update changelog
       new  2a79299   Imported Upstream version 4.3.36-dfsg
       new  390b160   Merge tag 'upstream/4.3.36-dfsg' into jessie
       new  1a92dbb   New upstream security 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                                         |   9 +-
 debian/changelog                                   |   8 +
 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 +-
 doc/manual/user_ChangeLogImpl.xml                  |  63 +++-
 include/iprt/initterm.h                            |   3 +
 src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp  |   2 +
 src/VBox/Additions/linux/drm/vboxvideo_drm.c       |  24 +-
 src/VBox/Additions/linux/installer/autorun.sh      |  17 +-
 src/VBox/Additions/linux/sharedfolders/lnkops.c    |  50 ++-
 src/VBox/Additions/x11/undefined_xorg              |   1 +
 src/VBox/Additions/x11/vboxvideo/Makefile.kmk      |  18 +-
 .../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/PC/BIOS/VBoxBiosAlternative.asm   |   4 +-
 .../Devices/PC/BIOS/VBoxBiosAlternative.md5sum     |   2 +-
 .../Frontends/VBoxManage/VBoxInternalManage.cpp    |   2 +-
 .../Frontends/VirtualBox/src/runtime/UISession.cpp | 172 ++++++---
 .../OpenGL/state_tracker/state_framebuffer.c       |  18 +-
 src/VBox/GuestHost/OpenGL/util/vboxhgcm.c          |   7 +
 .../Support/win/SUPHardenedVerifyImage-win.cpp     |  16 +
 .../Support/win/SUPR3HardenedMain-win.cpp          |  26 +-
 .../VBoxNetFlt/linux/VBoxNetFlt-linux.c            |  25 +-
 src/VBox/HostServices/GuestProperties/service.cpp  |   5 +-
 src/VBox/Installer/common/virtualbox.desktop.in    |   4 +-
 src/VBox/Installer/linux/rpm/rules                 |   2 +-
 src/VBox/Installer/win/Stub/Makefile.kmk           |  42 ++-
 src/VBox/Installer/win/Stub/VBoxStub.cpp           |  25 +-
 .../win/Stub/crypt32.def}                          |  26 +-
 .../win/Stub/msi.def}                              |  18 +-
 .../win/Stub/shell32.def}                          |  17 +-
 .../win/Stub/user32.def}                           |  18 +-
 .../win/Stub/ws2_32.def}                           |  17 +-
 src/VBox/Main/src-all/ExtPackManagerImpl.cpp       |  21 ++
 src/VBox/Main/src-client/ConsoleImpl2.cpp          |   6 +-
 src/VBox/Runtime/Makefile.kmk                      |   4 +-
 src/VBox/Runtime/common/ldr/ldrEx.cpp              |  23 ++
 src/VBox/Runtime/common/ldr/ldrPE.cpp              |  19 +-
 src/VBox/Runtime/generic/critsectrw-generic.cpp    |  55 ++-
 src/VBox/Runtime/include/internal/ldr.h            |   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/linux/sched-linux.cpp          |   2 +-
 src/VBox/Runtime/r3/posix/sched-posix.cpp          |   2 +-
 .../Runtime/r3/win/RTSystemQueryOSInfo-win.cpp     |   4 +
 src/VBox/Runtime/r3/win/init-win.cpp               |  54 ++-
 src/VBox/Runtime/r3/win/internal-r3-win.h          |  26 +-
 src/VBox/Runtime/r3/win/ldrNative-win.cpp          |   6 +
 src/VBox/Storage/testcase/vbox-img.cpp             |   2 +-
 src/VBox/VMM/VMMR0/GVMMR0.cpp                      | 223 ++++++-----
 src/VBox/VMM/VMMR3/VMReq.cpp                       |   4 +-
 src/bldprogs/Makefile.kmk                          |   3 +
 src/bldprogs/VBoxCheckImports.cpp                  | 371 ++++++++++++++++++
 src/bldprogs/VBoxDef2LazyLoad.cpp                  | 419 +++++++++++++++------
 src/libs/Makefile.kmk                              |   6 +-
 .../xptcall/src/md/unix/xptcstubs_gcc_x86_unix.cpp |   2 +
 59 files changed, 1517 insertions(+), 410 deletions(-)
 copy src/VBox/{VMM/testcase/tstMicroRC.def => Installer/win/Stub/crypt32.def} (62%)
 copy src/VBox/{VMM/testcase/Instructions/env-iprt-r3-32.mac => Installer/win/Stub/msi.def} (69%)
 copy src/VBox/{VMM/testcase/Instructions/env-iprt-r3-32.mac => Installer/win/Stub/shell32.def} (70%)
 copy src/VBox/{VMM/testcase/Instructions/env-iprt-r3-32.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