forked from pool/virtualbox
Accepting request 242774 from Virtualization
1 OBS-URL: https://build.opensuse.org/request/show/242774 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtualbox?expand=0&rev=86
This commit is contained in:
commit
abeb2b9b10
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d433a63e97c89984c711a447a60eca83ce727acc3f8c3ab86effb33f6c6db53b
|
||||
size 62665743
|
3
VirtualBox-4.3.14-patched.tar.bz2
Normal file
3
VirtualBox-4.3.14-patched.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5d6d82403112dfebfa2f6b90442d8b99d91c03449e3597b7e4a1b361143a8e8
|
||||
size 63370251
|
@ -1,8 +1,8 @@
|
||||
Index: VirtualBox-4.3.6/Config.kmk
|
||||
Index: VirtualBox-4.3.14/Config.kmk
|
||||
===================================================================
|
||||
--- VirtualBox-4.3.6.orig/Config.kmk
|
||||
+++ VirtualBox-4.3.6/Config.kmk
|
||||
@@ -3873,10 +3873,13 @@ TEMPLATE_VBOXR3HARDENEDEXE_LDFLAGS.darwi
|
||||
--- VirtualBox-4.3.14.orig/Config.kmk
|
||||
+++ VirtualBox-4.3.14/Config.kmk
|
||||
@@ -3963,6 +3963,9 @@ TEMPLATE_VBOXR3HARDENEDEXE_LDFLAGS.darwi
|
||||
ifeq ($(KBUILD_TARGET),linux)
|
||||
# not necessary except USE_LIB_PCAP is defined in SUPR3HardenedMain.cpp
|
||||
# TEMPLATE_VBOXR3HARDENEDEXE_LIBS += cap
|
||||
@ -10,7 +10,12 @@ Index: VirtualBox-4.3.6/Config.kmk
|
||||
+ TEMPLATE_VBOXR3HARDENEDEXE_CFLAGS.linux = $(TEMPLATE_VBOXR3EXE_CFLAGS.linux) -fPIE
|
||||
+ TEMPLATE_VBOXR3HARDENEDEXE_LDFLAGS.linux = $(TEMPLATE_VBOXR3EXE_LDFLAGS.linux) -pie
|
||||
endif
|
||||
ifn1of ($(KBUILD_TARGET), win os2)
|
||||
ifeq ($(KBUILD_TARGET),win) # No CRT!
|
||||
TEMPLATE_VBOXR3HARDENEDEXE_SDKS = VBOX_NTDLL $(TEMPLATE_VBOXR3EXE_SDKS)
|
||||
@@ -3981,8 +3984,8 @@ ifeq ($(KBUILD_TARGET),win) # No CRT!
|
||||
TEMPLATE_VBOXR3HARDENEDEXE_LIBS.x86 = $(NOT_SUCH_VARIABLE)
|
||||
TEMPLATE_VBOXR3HARDENEDEXE_LIBS.amd64 = $(NOT_SUCH_VARIABLE)
|
||||
else ifn1of ($(KBUILD_TARGET), os2)
|
||||
- TEMPLATE_VBOXR3HARDENEDEXE_LDFLAGS = $(filter-out '$(VBOX_GCC_RPATH_OPT)%,$(TEMPLATE_VBOXR3EXE_LDFLAGS))
|
||||
- TEMPLATE_VBOXR3HARDENEDEXE_LDFLAGS.linux = $(filter-out $(VBOX_GCC_ORIGIN_OPT),$(TEMPLATE_VBOXR3EXE_LDFLAGS.linux))
|
||||
+ TEMPLATE_VBOXR3HARDENEDEXE_LDFLAGS = $(filter-out '$(VBOX_GCC_RPATH_OPT)%,$(TEMPLATE_VBOXR3EXE_LDFLAGS)) -pie
|
||||
|
@ -15,12 +15,12 @@ Index: src/VBox/Runtime/common/string/uniread.cpp
|
||||
===================================================================
|
||||
--- src/VBox/Runtime/common/string/uniread.cpp.orig
|
||||
+++ src/VBox/Runtime/common/string/uniread.cpp
|
||||
@@ -979,7 +979,7 @@ int PrintHeader(const char *argv0)
|
||||
" *\n"
|
||||
@@ -1033,7 +1033,7 @@ int PrintHeader(const char *argv0, const
|
||||
" * IPRT - Unicode Tables.\n"
|
||||
" *\n"
|
||||
- " * Automatically Generated by %s (" __DATE__ " " __TIME__ ")\n"
|
||||
+ " * Automatically Generated by %s\n"
|
||||
" * Automatically Generated from %s\n"
|
||||
- " * by %s (" __DATE__ " " __TIME__ ")\n"
|
||||
+ " * by %s\n"
|
||||
" */\n"
|
||||
"\n"
|
||||
"/*\n"
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c6b8b4d2e80b81bf2eb0f8eb95a6c55fb490d4e2a2818ec3fa16dd83bd6ee06
|
||||
size 6276107
|
3
virtualbox-4.3.14-UserManual.pdf
Normal file
3
virtualbox-4.3.14-UserManual.pdf
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:226069d8997598d0ba8b0aceb5b86139a708932b454d6fc60627cfec950c2c43
|
||||
size 6280423
|
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 21 15:01:28 UTC 2014 - mseben@gmail.com
|
||||
|
||||
- update to version 4.3.14:
|
||||
+ VMM: more fixes for MSR emulation on certain hardware (bugs #12784, #12949, #13034)
|
||||
+ VMM: improve MSI handling under rare circumstances (only relevant for the ICH9 chipset)
|
||||
+ VMM: fixed #UD exception for 64-bit guests with the EFER.SCE bit and the SYSCALL instruction (VT-x only; 4.3 regression; bug #13008)
|
||||
+ VMM: fixed timekeeping after resuming SMP guests
|
||||
+ VMM: properly wake up a halted VCPU on NMI/SMI
|
||||
+ GUI: fixed a potential crash
|
||||
+ GUI: fixed stuck AltGr key on Windows hosts (bug #2537)
|
||||
+ GUI: fixed a potential error during the version check
|
||||
+ GUI: shortcut change should not require Enter/Return (or other trigger) to confirm (bugs #12828, #12847, #12937, #13087)
|
||||
+ GUI: fixed update check which was broken due to changing the location of the root certificates (bug #13096)
|
||||
+ VBoxManage: fixed typo in showvminfo --machinereadable (bug #13176)
|
||||
+ NAT: fixed inbound half-close (bug #13116)
|
||||
+ NAT: fixed slow upload speed under certain conditions (bug #10034)
|
||||
+ NAT Network: fixed potential loss of inbound TCP data
|
||||
+ NAT Network: fixed potential infinite stalls of TCP connections over IPv6
|
||||
+ NAT Network: fixed resets of TCP connections on Windows hosts
|
||||
+ NAT Network: fixed inbound half-close on Mac OS X hosts
|
||||
+ NAT Network: fixed socket leak on Solaris hosts
|
||||
+ NAT Network: fixed ping of mapped host loopback on Mac OS X and Solaris hosts, fixed proxying of IMCP errors on Mac OS X
|
||||
+ Host-Only Network: fixed SNMP ifConnectorPresent value on Windows (bug #13143)
|
||||
+ Storage: fixed a possible crash with CD/DVD passthrough under certain circumstances
|
||||
+ Storage: fixed a crash when trying to open an inaccessible QED or QCOW image (bug #12613)
|
||||
+ Storage: fixed data corruption or read errors under rare circumstances
|
||||
+ AHCI: fixed a crash under rare circumstances
|
||||
+ USB: performance fixes
|
||||
+ ICH9: properly reset MSI capability on reset
|
||||
+ Keyboard: active modifier keys during suspend were stuck after resuming the host
|
||||
+ 3D: fixed misbehavior with huge guests (i.e. guest more than 4GB guest memory
|
||||
+ 3D: several fixes
|
||||
+ API: properly detect the Windows 8.1 guest OS type (bug #13090)
|
||||
+ ExtPack: cleanup of dangling uninstallation directories
|
||||
+ Linux hosts / guests: compile fix for EL7 (bug #12638)
|
||||
+ Linux Additions: made 3D pass-through work with recent versions of Mesa in the guest (bug #12941)
|
||||
+ Linux Additions: Linux 3.16 fixes (bug #13123)
|
||||
+ Mac OS X hosts: when scanning for host CD/DVD devices also consider BlueRay devices
|
||||
+ OS/2 Additions: fixed gengradd.dll library name (bug #12785)
|
||||
+ Solaris Additions: fixed permissions of files and directories located on shared folders
|
||||
+ Windows host installer: fixed the need for rebooting Windows after installation or upgrade, extended logging for NetFlt/NetAdp (un)installation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 27 18:46:58 UTC 2014 - mseben@gmail.com
|
||||
|
||||
|
@ -94,7 +94,7 @@ BuildRequires: xorg-x11-libXt-devel-32bit
|
||||
%endif
|
||||
#
|
||||
ExclusiveArch: %ix86 x86_64
|
||||
Version: 4.3.12
|
||||
Version: 4.3.14
|
||||
Release: 0
|
||||
Summary: VirtualBox is an Emulator
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user