[Pkg-virtualbox-commits] [virtualbox] branch jessie updated (03b077d -> 32f7486)

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Mon Oct 26 10:44:56 UTC 2015


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

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

      from  03b077d   Fix dependencies
      adds  456e39d   Imported Upstream version 4.3.32-dfsg
       new  607c540   Merge tag 'upstream/4.3.32-dfsg' into jessie
       new  07a00f6   Update to security again
       new  32f7486   Update packaging

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                                         |   14 +-
 debian/changelog                                   |    8 +-
 debian/control                                     |   11 +-
 debian/copyright                                   |    2 +-
 doc/manual/en_US/user_BasicConcepts.xml            |    3 +-
 doc/manual/en_US/user_GuestAdditions.xml           |   14 +-
 doc/manual/en_US/user_Security.xml                 |   13 +-
 doc/manual/en_US/user_Storage.xml                  |   12 +-
 doc/manual/en_US/user_Troubleshooting.xml          |   20 +
 doc/manual/en_US/user_VBoxManage.xml               |    4 +-
 doc/manual/user_ChangeLogImpl.xml                  |   92 +
 include/VBox/err.h                                 |    4 +
 include/VBox/sup.h                                 |   26 +-
 include/VBox/vmm/pdmifs.h                          |   13 +-
 include/iprt/asm-amd64-x86.h                       |  178 ++
 include/iprt/asm.h                                 |    2 +-
 include/iprt/asn1.h                                |    6 +-
 include/iprt/cdefs.h                               |    1 +
 include/iprt/crypto/digest.h                       |    4 +-
 include/iprt/crypto/pem.h                          |   36 +-
 include/iprt/crypto/store.h                        |  240 ++
 include/iprt/crypto/x509.h                         |    2 +-
 include/iprt/dir.h                                 |    2 +-
 include/iprt/err.h                                 |   52 +-
 include/iprt/file.h                                |   14 +
 include/iprt/fs.h                                  |   13 +
 include/iprt/http.h                                |  162 +-
 include/iprt/log.h                                 |    6 +-
 include/iprt/mangling.h                            |   41 +-
 include/iprt/mp.h                                  |   46 +
 include/iprt/path.h                                |   83 +-
 include/iprt/sha.h                                 |   45 +
 include/iprt/string.h                              |   25 +
 include/iprt/types.h                               |   15 +
 include/iprt/uri.h                                 |  246 +-
 .../Additions/common/VBoxGuest/VBoxGuest-solaris.c |    8 +-
 .../common/VBoxService/VBoxServiceVMInfo.cpp       |   53 +-
 src/VBox/Additions/common/crOpenGL/DD_glc.py       |    0
 src/VBox/Additions/common/crOpenGL/DD_glh.py       |    0
 src/VBox/Additions/common/crOpenGL/NULLfuncs.py    |    0
 src/VBox/Additions/common/crOpenGL/cr_gl.py        |    0
 src/VBox/Additions/common/crOpenGL/entrypoints.py  |    0
 .../Additions/common/crOpenGL/feedback/feedback.py |    0
 .../common/crOpenGL/feedback/feedback_funcs.py     |    0
 .../common/crOpenGL/feedback/feedback_state.py     |    0
 .../common/crOpenGL/feedback/feedbackspu_proto.py  |    0
 .../Additions/common/crOpenGL/getprocaddress.py    |    0
 src/VBox/Additions/common/crOpenGL/pack/pack.py    |    0
 .../common/crOpenGL/pack/packspu_beginend.py       |    0
 .../common/crOpenGL/pack/packspu_flush.py          |    0
 .../common/crOpenGL/pack/packspu_proto.py          |    0
 .../common/crOpenGL/passthrough/passthrough.py     |    0
 src/VBox/Additions/common/crOpenGL/tsfuncs.py      |    0
 .../common/crOpenGL/windows_getprocaddress.py      |    0
 src/VBox/Additions/linux/installer/vboxadd.sh      |    8 +-
 src/VBox/Additions/linux/sharedfolders/dirops.c    |   34 +-
 src/VBox/Additions/linux/sharedfolders/lnkops.c    |   14 +
 src/VBox/Additions/solaris/DRM/vboxvideo_drm.c     |    3 +-
 src/VBox/Additions/solaris/Mouse/vboxms.c          |    3 +-
 src/VBox/Additions/x11/vboxvideo/vboxvideo.c       |   13 +-
 src/VBox/Debugger/DBGCTcp.cpp                      |    4 +-
 src/VBox/Debugger/DBGConsole.cpp                   |   12 +-
 .../BaseTools/Source/Python/BPDG/StringTable.py    |    0
 .../Source/Python/Common/FdfParserLite.py          |    0
 .../Source/Python/Common/Identification.py         |    0
 .../BaseTools/Source/Python/Common/VpdInfoFile.py  |    0
 .../Source/Python/CommonDataClass/CommonClass.py   |    0
 .../Source/Python/CommonDataClass/FdfClass.py      |    0
 .../BaseTools/Source/Python/Ecc/CodeFragment.py    |    0
 .../BaseTools/Source/Python/Ecc/ParserWarning.py   |    0
 .../BaseTools/Source/Python/Ecc/Xml/XmlRoutines.py |    0
 .../BaseTools/Source/Python/Ecc/Xml/__init__.py    |    0
 .../BaseTools/Source/Python/Eot/CodeFragment.py    |    0
 .../BaseTools/Source/Python/Eot/ParserWarning.py   |    0
 .../Firmware/BaseTools/Source/Python/Eot/Report.py |    0
 .../BaseTools/Source/Python/GenFds/Attribute.py    |    0
 .../BaseTools/Source/Python/Table/Table.py         |    0
 .../BaseTools/Source/Python/UPT/BuildVersion.py    |    0
 .../BaseTools/Source/Python/UPT/Core/__init__.py   |    0
 .../Source/Python/UPT/GenMetaFile/GenXmlFile.py    |    0
 .../Source/Python/UPT/GenMetaFile/__init__.py      |    0
 .../Source/Python/UPT/Library/DataType.py          |    0
 .../Source/Python/UPT/Library/GlobalData.py        |    0
 .../Source/Python/UPT/Library/Xml/__init__.py      |    0
 .../Source/Python/UPT/Library/__init__.py          |    0
 .../Source/Python/UPT/Logger/StringTable.py        |    0
 .../BaseTools/Source/Python/UPT/Logger/__init__.py |    0
 .../Source/Python/UPT/Object/POM/__init__.py       |    0
 .../Python/UPT/Object/Parser/InfCommonObject.py    |    0
 .../Python/UPT/Object/Parser/InfHeaderObject.py    |    0
 .../Source/Python/UPT/Object/Parser/__init__.py    |    0
 .../BaseTools/Source/Python/UPT/Object/__init__.py |    0
 .../BaseTools/Source/Python/UPT/Parser/__init__.py |    0
 .../Source/Python/UPT/PomAdapter/__init__.py       |    0
 .../BaseTools/Source/Python/UPT/Xml/__init__.py    |    0
 .../Firmware/UefiCpuPkg/ResetVector/Vtf0/Build.py  |    0
 .../ResetVector/Vtf0/Tools/FixupForRawSection.py   |    0
 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          |  799 ++++--
 src/VBox/Devices/Graphics/DevVGA-SVGA.h            |    9 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.h    |    7 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.m    |  527 +++-
 src/VBox/Devices/Graphics/DevVGA-SVGA3d-info.cpp   | 1953 ++++++++++++++
 src/VBox/Devices/Graphics/DevVGA-SVGA3d-internal.h | 1062 ++++++++
 src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp    | 2725 ++++++--------------
 ...VGA3d-shared.h => DevVGA-SVGA3d-savedstate.cpp} |  446 ++--
 src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.cpp |  202 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp    | 1654 ++++--------
 src/VBox/Devices/Graphics/DevVGA-SVGA3d.cpp        |  568 ++++
 src/VBox/Devices/Graphics/DevVGA-SVGA3d.h          |  144 +-
 src/VBox/Devices/Graphics/DevVGA.cpp               |   14 +-
 src/VBox/Devices/Graphics/DevVGA.h                 |   64 +-
 src/VBox/Devices/Graphics/DevVGA_VBVA.cpp          |    2 +-
 src/VBox/Devices/Graphics/VBoxSVGA3D.def           |    2 +-
 src/VBox/Devices/Graphics/VBoxSVGA3DObjC.def       |   14 +-
 src/VBox/Devices/Graphics/testcase/dump-vmwgfx.c   |   34 +-
 src/VBox/Devices/Makefile.kmk                      |   14 +-
 src/VBox/Devices/Network/SrvIntNetR0.cpp           |   16 +-
 src/VBox/Devices/Network/slirp/slirp.c             |    3 +
 src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm   |    4 +-
 .../Devices/PC/BIOS/VBoxBiosAlternative.md5sum     |    2 +-
 src/VBox/Devices/Storage/DevATA.cpp                |  110 +-
 src/VBox/Devices/VMMDev/VMMDev.cpp                 |   76 +-
 .../Devices/testcase/tstDeviceStructSizeRC.cpp     |    2 +-
 src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp   |  267 +-
 src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp   |    4 +-
 src/VBox/Frontends/VirtualBox/Makefile.kmk         |   63 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts | 1842 +++----------
 src/VBox/Frontends/VirtualBox/src/main.cpp         |   80 +-
 .../VirtualBox/src/net/UINetworkReply.cpp          | 1026 ++++----
 .../VirtualBox/src/net/UINetworkRequestWidget.cpp  |    4 +
 .../VirtualBox/src/net/tstSSLCertDownloads.cpp     |  165 ++
 .../VirtualBox/src/widgets/UIFilmContainer.cpp     |    0
 src/VBox/GuestHost/OpenGL/error/error.py           |    0
 src/VBox/GuestHost/OpenGL/glapi_parser/apiutil.py  |    0
 src/VBox/GuestHost/OpenGL/packer/pack_header.py    |    0
 src/VBox/GuestHost/OpenGL/packer/packer_bbox.py    |    0
 src/VBox/GuestHost/OpenGL/spu_loader/dispatch.py   |    0
 .../GuestHost/OpenGL/spu_loader/dispatchheader.py  |    0
 src/VBox/GuestHost/OpenGL/spu_loader/glloader.py   |    0
 src/VBox/GuestHost/OpenGL/spu_loader/spuchange.py  |    0
 src/VBox/GuestHost/OpenGL/spu_loader/spucopy.py    |    0
 .../GuestHost/OpenGL/state_tracker/state_defs.py   |    0
 .../GuestHost/OpenGL/state_tracker/state_funcs.py  |    0
 .../GuestHost/OpenGL/state_tracker/state_glsl.c    |    9 +-
 .../OpenGL/state_tracker/state_isenabled.py        |    0
 src/VBox/GuestHost/OpenGL/util/debug_opcodes.py    |    0
 src/VBox/HostDrivers/Support/Makefile.kmk          |   13 +-
 src/VBox/HostDrivers/Support/SUPDrv.c              |  105 +
 src/VBox/HostDrivers/Support/SUPDrvIOC.h           |    4 +-
 src/VBox/HostDrivers/Support/SUPDrvInternal.h      |    4 +
 src/VBox/HostDrivers/Support/SUPLib.cpp            |    2 +-
 src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp |    2 +-
 .../HostDrivers/Support/darwin/SUPDrv-darwin.cpp   |  105 +-
 .../HostDrivers/Support/freebsd/SUPDrv-freebsd.c   |    3 -
 src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c  |   93 +-
 src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp    |    3 -
 .../HostDrivers/Support/solaris/SUPDrv-solaris.c   |    3 -
 src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp    |  181 +-
 .../Support/win/SUPHardenedVerifyImage-win.cpp     |   26 +-
 .../Support/win/SUPR3HardenedMain-win.cpp          |   26 +-
 .../Support/win/SUPR3HardenedMainA-win.asm         |   12 +
 .../Support/win/SUPR3HardenedMainImports-win.cpp   |   70 +-
 .../VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp        |   11 +-
 .../VBoxNetAdp/linux/VBoxNetAdp-linux.c            |    7 +-
 .../VBoxNetAdp/solaris/VBoxNetAdp-solaris.c        |    6 +-
 .../VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp        |   13 +-
 .../VBoxNetFlt/linux/VBoxNetFlt-linux.c            |   69 +-
 src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c |    2 +
 src/VBox/HostServices/GuestProperties/service.cpp  |  163 ++
 .../SharedOpenGL/crserverlib/server_dispatch.py    |    0
 .../crserverlib/server_dispatch_header.py          |    0
 .../SharedOpenGL/crserverlib/server_get.py         |    0
 .../SharedOpenGL/crserverlib/server_retval.py      |    0
 .../HostServices/SharedOpenGL/unpacker/unpack.py   |    0
 .../SharedOpenGL/unpacker/unpack_extend.py         |    0
 .../SharedOpenGL/unpacker/unpack_header.py         |    0
 src/VBox/Installer/linux/rpm/rules                 |    2 +-
 src/VBox/Installer/linux/vboxdrv.sh.in             |    4 +-
 src/VBox/Main/glue/constants-python.xsl            |    0
 src/VBox/Main/idl/VirtualBox.xidl                  |    7 +-
 src/VBox/Main/include/ConsoleImpl.h                |    4 +
 src/VBox/Main/include/MachineImpl.h                |    5 +-
 src/VBox/Main/src-client/ConsoleImpl.cpp           |   43 +-
 src/VBox/Main/src-client/DisplayImpl.cpp           |    6 +-
 src/VBox/Main/src-server/ApplianceImplExport.cpp   |    3 +-
 src/VBox/Main/src-server/MachineImpl.cpp           |   53 +-
 src/VBox/Runtime/Makefile.kmk                      |   50 +-
 src/VBox/Runtime/common/checksum/alt-sha1.cpp      |   28 +-
 src/VBox/Runtime/common/checksum/alt-sha256.cpp    |   30 +
 src/VBox/Runtime/common/checksum/alt-sha512.cpp    |   60 +
 src/VBox/Runtime/common/checksum/openssl-sha1.cpp  |   18 +-
 .../Runtime/common/checksum/openssl-sha256.cpp     |   30 +
 .../Runtime/common/checksum/openssl-sha512.cpp     |   30 +
 .../common/crypto/RTCrStoreCertAddFromFile.cpp     |  114 -
 .../crypto/RTCrStoreCertAddFromJavaKeyStore.cpp    |  310 +++
 ...RTCrStoreCertAddWantedFromFishingExpedition.cpp |  247 ++
 .../common/crypto/RTCrStoreCertExportAsPem.cpp     |  137 +
 src/VBox/Runtime/common/crypto/pemfile.cpp         |  248 +-
 .../Runtime/common/crypto/store-cert-add-basic.cpp |  849 ++++++
 src/VBox/Runtime/common/crypto/store-inmem.cpp     |   31 +-
 src/VBox/Runtime/common/crypto/store-internal.h    |    3 +
 src/VBox/Runtime/common/crypto/store.cpp           |   28 +-
 src/VBox/Runtime/common/crypto/tsp-template.h      |    6 +-
 src/VBox/Runtime/common/crypto/x509-core.cpp       |    3 +-
 src/VBox/Runtime/common/ldr/ldrPE.cpp              |   19 +-
 src/VBox/Runtime/common/misc/http.cpp              |  601 -----
 src/VBox/Runtime/common/misc/uri.cpp               |  945 ++++---
 .../path/RTPathEnsureTrailingSeparator.cpp}        |   66 +-
 src/VBox/Runtime/common/path/RTPathGlob.cpp        | 2140 +++++++++++++++
 src/VBox/Runtime/common/string/memrchr.asm         |   90 +
 src/VBox/Runtime/common/vfs/vfsstdfile.cpp         |    3 +
 .../RTCrStoreCreateSnapshotById-generic.cpp        |  148 ++
 src/VBox/Runtime/generic/RTMpOnPair-generic.cpp    |  137 +
 src/VBox/Runtime/generic/createtemp-generic.cpp    |   46 +
 src/VBox/Runtime/generic/fs-stubs-generic.cpp      |   14 +
 src/VBox/Runtime/generic/http-curl.cpp             | 2449 ++++++++++++++++++
 .../darwin/RTLogWriteDebugger-r0drv-darwin.cpp     |    3 +-
 .../r0drv/darwin/RTLogWriteStdOut-r0drv-darwin.cpp |    3 +-
 .../Runtime/r0drv/darwin/alloc-r0drv-darwin.cpp    |   22 +-
 .../Runtime/r0drv/darwin/assert-r0drv-darwin.cpp   |    4 +
 .../r0drv/darwin/dbgkrnlinfo-r0drv-darwin.cpp      |   12 +
 .../Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp |    7 +
 .../Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp   |   56 +-
 .../r0drv/darwin/memuserkernel-r0drv-darwin.cpp    |    4 +
 src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp  |   23 +
 .../Runtime/r0drv/darwin/semevent-r0drv-darwin.cpp |   13 +
 .../r0drv/darwin/semeventmulti-r0drv-darwin.cpp    |   16 +
 .../r0drv/darwin/semfastmutex-r0drv-darwin.cpp     |   11 +
 .../Runtime/r0drv/darwin/semmutex-r0drv-darwin.cpp |   26 +-
 .../Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp |   51 +-
 src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h  |   17 +-
 .../Runtime/r0drv/darwin/thread-r0drv-darwin.cpp   |    8 +
 .../Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp  |    3 +
 .../r0drv/darwin/threadpreempt-r0drv-darwin.cpp    |   10 +
 .../Runtime/r0drv/generic/RTMpOn-r0drv-generic.cpp |   29 +-
 .../r0drv/linux/RTLogWriteDebugger-r0drv-linux.c   |    2 +
 src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c   |   20 +-
 src/VBox/Runtime/r0drv/linux/assert-r0drv-linux.c  |    4 +
 .../Runtime/r0drv/linux/initterm-r0drv-linux.c     |   20 +-
 src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c  |   96 +-
 .../r0drv/linux/memuserkernel-r0drv-linux.c        |   17 +-
 src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c      |    9 +
 .../r0drv/linux/mpnotification-r0drv-linux.c       |    4 +
 .../Runtime/r0drv/linux/semevent-r0drv-linux.c     |   11 +
 .../r0drv/linux/semeventmulti-r0drv-linux.c        |   11 +
 .../Runtime/r0drv/linux/semfastmutex-r0drv-linux.c |   11 +
 .../Runtime/r0drv/linux/semmutex-r0drv-linux.c     |   51 +-
 .../Runtime/r0drv/linux/spinlock-r0drv-linux.c     |    6 +
 src/VBox/Runtime/r0drv/linux/the-linux-kernel.h    |    6 +-
 src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c  |    8 +-
 src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c |   14 +-
 .../r0drv/linux/threadctxhooks-r0drv-linux.c       |   28 +
 src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c    |    3 +
 src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c   |   37 +-
 src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp           |    3 +-
 src/VBox/Runtime/r0drv/nt/symdbdata.h              |   44 +
 .../darwin/RTCrStoreCreateSnapshotById-darwin.cpp  |  249 ++
 src/VBox/Runtime/r3/nt/fs-nt.cpp                   |    5 +
 src/VBox/Runtime/r3/posix/fs-posix.cpp             |   14 +
 .../r3/win/RTCrStoreCreateSnapshotById-win.cpp     |  169 ++
 src/VBox/Runtime/r3/win/fileio-win.cpp             |   49 +-
 src/VBox/Runtime/r3/win/fs-win.cpp                 |    6 +
 src/VBox/Runtime/r3/xml.cpp                        |   18 +-
 src/VBox/Runtime/testcase/Makefile.kmk             |    4 +
 src/VBox/Runtime/testcase/tstRTBitOperations.cpp   |   13 +-
 src/VBox/Runtime/testcase/tstRTHttp.cpp            |   17 +-
 src/VBox/Runtime/testcase/tstRTPathGlob.cpp        |   82 +
 src/VBox/Runtime/testcase/tstRTUri.cpp             |  555 ++--
 src/VBox/Runtime/tools/Makefile.kmk                |    7 +
 src/VBox/Runtime/tools/RTHttp.cpp                  |  157 ++
 src/VBox/Runtime/tools/RTSignTool.cpp              |    7 +-
 src/VBox/VMM/VMMR0/VMMR0.cpp                       |  276 +-
 src/VBox/VMM/VMMR3/PDMDriver.cpp                   |    7 +-
 src/libs/Makefile.kmk                              |   16 +-
 src/libs/xpcom18a4/python/__init__.py              |    0
 src/libs/xpcom18a4/python/components.py            |    0
 src/libs/xpcom18a4/python/nsError.py               |    0
 src/libs/xpcom18a4/python/tools/tracer_demo.py     |    0
 282 files changed, 19639 insertions(+), 8193 deletions(-)
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/DD_glc.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/DD_glh.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/NULLfuncs.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/cr_gl.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/entrypoints.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/feedback/feedback.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/feedback/feedback_funcs.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/feedback/feedback_state.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/feedback/feedbackspu_proto.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/getprocaddress.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/pack/pack.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/pack/packspu_beginend.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/pack/packspu_flush.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/pack/packspu_proto.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/passthrough/passthrough.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/tsfuncs.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/windows_getprocaddress.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/BPDG/StringTable.py
 mode change 100644 => 100755 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/FdfParserLite.py
 mode change 100644 => 100755 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/Identification.py
 mode change 100644 => 100755 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/VpdInfoFile.py
 mode change 100644 => 100755 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/CommonDataClass/CommonClass.py
 mode change 100644 => 100755 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/CommonDataClass/FdfClass.py
 mode change 100644 => 100755 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/CodeFragment.py
 mode change 100644 => 100755 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/ParserWarning.py
 mode change 100644 => 100755 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/Xml/XmlRoutines.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/Xml/__init__.py
 mode change 100644 => 100755 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/CodeFragment.py
 mode change 100644 => 100755 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/ParserWarning.py
 mode change 100644 => 100755 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/Report.py
 mode change 100644 => 100755 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/Attribute.py
 mode change 100644 => 100755 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/Table.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/BuildVersion.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/__init__.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/GenMetaFile/GenXmlFile.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/GenMetaFile/__init__.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/DataType.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/GlobalData.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/Xml/__init__.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/__init__.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Logger/StringTable.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Logger/__init__.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/POM/__init__.py
 mode change 100644 => 100755 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/InfCommonObject.py
 mode change 100644 => 100755 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/InfHeaderObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/__init__.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/__init__.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/__init__.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/PomAdapter/__init__.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Xml/__init__.py
 mode change 100644 => 100755 src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Build.py
 mode change 100644 => 100755 src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Tools/FixupForRawSection.py
 create mode 100644 src/VBox/Devices/Graphics/DevVGA-SVGA3d-info.cpp
 create mode 100644 src/VBox/Devices/Graphics/DevVGA-SVGA3d-internal.h
 rename src/VBox/Devices/Graphics/{DevVGA-SVGA3d-shared.h => DevVGA-SVGA3d-savedstate.cpp} (72%)
 create mode 100644 src/VBox/Devices/Graphics/DevVGA-SVGA3d.cpp
 create mode 100644 src/VBox/Frontends/VirtualBox/src/net/tstSSLCertDownloads.cpp
 mode change 100644 => 100755 src/VBox/Frontends/VirtualBox/src/widgets/UIFilmContainer.cpp
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/error/error.py
 mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/glapi_parser/apiutil.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/packer/pack_header.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/packer/packer_bbox.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/spu_loader/dispatch.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/spu_loader/dispatchheader.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/spu_loader/glloader.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/spu_loader/spuchange.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/spu_loader/spucopy.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/state_tracker/state_defs.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/state_tracker/state_funcs.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/state_tracker/state_isenabled.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/util/debug_opcodes.py
 mode change 100755 => 100644 src/VBox/HostServices/SharedOpenGL/crserverlib/server_dispatch.py
 mode change 100755 => 100644 src/VBox/HostServices/SharedOpenGL/crserverlib/server_dispatch_header.py
 mode change 100755 => 100644 src/VBox/HostServices/SharedOpenGL/crserverlib/server_get.py
 mode change 100755 => 100644 src/VBox/HostServices/SharedOpenGL/crserverlib/server_retval.py
 mode change 100755 => 100644 src/VBox/HostServices/SharedOpenGL/unpacker/unpack.py
 mode change 100755 => 100644 src/VBox/HostServices/SharedOpenGL/unpacker/unpack_extend.py
 mode change 100755 => 100644 src/VBox/HostServices/SharedOpenGL/unpacker/unpack_header.py
 mode change 100644 => 100755 src/VBox/Main/glue/constants-python.xsl
 delete mode 100644 src/VBox/Runtime/common/crypto/RTCrStoreCertAddFromFile.cpp
 create mode 100644 src/VBox/Runtime/common/crypto/RTCrStoreCertAddFromJavaKeyStore.cpp
 create mode 100644 src/VBox/Runtime/common/crypto/RTCrStoreCertAddWantedFromFishingExpedition.cpp
 create mode 100644 src/VBox/Runtime/common/crypto/RTCrStoreCertExportAsPem.cpp
 create mode 100644 src/VBox/Runtime/common/crypto/store-cert-add-basic.cpp
 delete mode 100644 src/VBox/Runtime/common/misc/http.cpp
 copy src/VBox/Runtime/{r0drv/darwin/assert-r0drv-darwin.cpp => common/path/RTPathEnsureTrailingSeparator.cpp} (54%)
 create mode 100644 src/VBox/Runtime/common/path/RTPathGlob.cpp
 create mode 100644 src/VBox/Runtime/common/string/memrchr.asm
 create mode 100644 src/VBox/Runtime/generic/RTCrStoreCreateSnapshotById-generic.cpp
 create mode 100644 src/VBox/Runtime/generic/RTMpOnPair-generic.cpp
 create mode 100644 src/VBox/Runtime/generic/http-curl.cpp
 create mode 100644 src/VBox/Runtime/r3/darwin/RTCrStoreCreateSnapshotById-darwin.cpp
 create mode 100644 src/VBox/Runtime/r3/win/RTCrStoreCreateSnapshotById-win.cpp
 create mode 100644 src/VBox/Runtime/testcase/tstRTPathGlob.cpp
 create mode 100644 src/VBox/Runtime/tools/RTHttp.cpp
 mode change 100644 => 100755 src/libs/xpcom18a4/python/__init__.py
 mode change 100644 => 100755 src/libs/xpcom18a4/python/components.py
 mode change 100644 => 100755 src/libs/xpcom18a4/python/nsError.py
 mode change 100644 => 100755 src/libs/xpcom18a4/python/tools/tracer_demo.py

-- 
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