forked from pool/virtualbox
Accepting request 113319 from Virtualization
update vbox to 4.1.12 OBS-URL: https://build.opensuse.org/request/show/113319 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtualbox?expand=0&rev=49
This commit is contained in:
commit
3b7a9c25c8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:17e6944fb737e47b47cd1e81c4f5eba7471a2d67c9d0bd632202b173adbbec99
|
|
||||||
size 5060162
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:45962ee8c9982fcec17bd021ea619399d89db97db597fafd33de941146177c69
|
|
||||||
size 46335892
|
|
3
VirtualBox-4.1.12-UserManual.pdf
Normal file
3
VirtualBox-4.1.12-UserManual.pdf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0912c9dc43c06afd4c95e5ff45d53dba13ec579848fb8da3c61e80de4bba16c6
|
||||||
|
size 5063631
|
3
VirtualBox-4.1.12-patched.tar.bz2
Normal file
3
VirtualBox-4.1.12-patched.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1e974eb385f8bcf91c575e47c7c43a0a63bfbd7a7c277d819f8371ecb7ad655a
|
||||||
|
size 46324408
|
@ -1,13 +0,0 @@
|
|||||||
Index: VirtualBox-4.1.10/configure
|
|
||||||
===================================================================
|
|
||||||
--- VirtualBox-4.1.10.orig/configure
|
|
||||||
+++ VirtualBox-4.1.10/configure
|
|
||||||
@@ -1959,7 +1959,7 @@ check_gsoap()
|
|
||||||
else
|
|
||||||
cnf_append "VBOX_GSOAP_CXX_SOURCES" ""
|
|
||||||
fi
|
|
||||||
- cnf_append "VBOX_GSOAP_CXX_LIBS" "libgsoap++"
|
|
||||||
+ cnf_append "VBOX_GSOAP_CXX_LIBS" "libgsoapssl++ ssl crypto"
|
|
||||||
log_success "found"
|
|
||||||
else
|
|
||||||
log_failure "stlvector.h not found -- disabling webservice"
|
|
@ -1,39 +0,0 @@
|
|||||||
Index: VirtualBox-4.1.8_OSE/src/VBox/Main/webservice/Makefile.kmk
|
|
||||||
===================================================================
|
|
||||||
--- VirtualBox-4.1.8_OSE.orig/src/VBox/Main/webservice/Makefile.kmk
|
|
||||||
+++ VirtualBox-4.1.8_OSE/src/VBox/Main/webservice/Makefile.kmk
|
|
||||||
@@ -194,7 +194,8 @@ ifdef VBOX_GSOAP_INSTALLED
|
|
||||||
# vboxsoap - Library used by both the programs (save build time).
|
|
||||||
#
|
|
||||||
LIBRARIES += vboxsoap
|
|
||||||
- vboxsoap_TEMPLATE = VBOXR3EXE
|
|
||||||
+ vboxsoap_TEMPLATE = VBOXVISIBILITY
|
|
||||||
+
|
|
||||||
ifdef VBOX_USE_VCC80
|
|
||||||
vboxsoap_CXXFLAGS.win += -bigobj
|
|
||||||
endif
|
|
||||||
@@ -410,7 +411,7 @@ $$(VBOX_JWSSRC_JAR): $$(VBOX_JWS_JAR) |
|
|
||||||
# webtest - webservice sample client in C++
|
|
||||||
#
|
|
||||||
PROGRAMS += webtest
|
|
||||||
- webtest_TEMPLATE = VBOXR3EXE
|
|
||||||
+ webtest_TEMPLATE = VBOXVISIBILITY
|
|
||||||
ifdef VBOX_USE_VCC80
|
|
||||||
webtest_CXXFLAGS.win += -bigobj
|
|
||||||
endif
|
|
||||||
Index: VirtualBox-4.1.8_OSE/Config.kmk
|
|
||||||
===================================================================
|
|
||||||
--- VirtualBox-4.1.8_OSE.orig/Config.kmk
|
|
||||||
+++ VirtualBox-4.1.8_OSE/Config.kmk
|
|
||||||
@@ -3211,6 +3211,11 @@ TEMPLATE_VBOXR3EXE_CXXFLAGS.kprofile =
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
+#enable visibility
|
|
||||||
+TEMPLATE_VBOXVISIBILITY = ommit -fvisibility=hidden flag
|
|
||||||
+TEMPLATE_VBOXVISIBILITY_EXTENDS = VBOXR3EXE
|
|
||||||
+TEMPLATE_VBOXVISIBILITY_CXXFLAGS = $(filter-out $(VBOX_GCC_fvisibility-hidden),$(TEMPLATE_VBOXR3EXE_CXXFLAGS))
|
|
||||||
+
|
|
||||||
#
|
|
||||||
# Template for building R3 shared objects / DLLs.
|
|
||||||
# This is mostly identical to the VBOXR3EXE template. (Avoid PIC if possible!)
|
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 4 09:21:39 UTC 2012 - mseben@gmail.com
|
||||||
|
|
||||||
|
- deprecated vbox-visibility.diff and vbox-gsoap_ssl.diff
|
||||||
|
- update to virtualbox 4.1.12 (This is a maintenance release):
|
||||||
|
* VMM: fixed VERR_NOT_SUPPORTED and VERR_RAW_MODE_INVALID_SMP guru meditation due to an invalid reschedule to raw mode (bug #10370)
|
||||||
|
* VMM: fixed PDMCritSectLeave guru meditation under rare circumstances with SMP guests
|
||||||
|
* VMM: proper Math Fault handling with certain legacy guests (bug #9042)
|
||||||
|
* NAT: fixed a socket leak under certain conditions
|
||||||
|
* Storage: better sanity check against reading beyond end-of-file
|
||||||
|
* Audio: fixed a crash in the NUL audio backend (bug #10374; 4.1.10 regression)
|
||||||
|
* HGCM: fixed a crash during savestate under rare circumstances
|
||||||
|
* VBoxSVC: several locking fixes
|
||||||
|
* VBoxManage: return the correct error code if controlvm savestate failed (bug #10134)
|
||||||
|
* Guest Additions: VBoxService should not crash on exit (bug #10326; 4.1.10 regression)
|
||||||
|
* Windows Additions: set the correct time stamp when a file is closed (bug #6473)
|
||||||
|
* Windows Additions: better help if the DirectX backups are not properly installed
|
||||||
|
* Linux Additions: Linux 3.4-rc1 compile fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 1 05:48:40 UTC 2012 - mseben@gmail.com
|
Sun Apr 1 05:48:40 UTC 2012 - mseben@gmail.com
|
||||||
|
|
||||||
|
@ -31,8 +31,8 @@ BuildRequires: glibc-devel-static
|
|||||||
%endif
|
%endif
|
||||||
#gsoap,libopenssl and java needed for building webservice
|
#gsoap,libopenssl and java needed for building webservice
|
||||||
BuildRequires: gsoap-devel
|
BuildRequires: gsoap-devel
|
||||||
BuildRequires: libgsoap-devel
|
|
||||||
BuildRequires: java-1_6_0-openjdk-devel
|
BuildRequires: java-1_6_0-openjdk-devel
|
||||||
|
BuildRequires: libgsoap-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
#
|
#
|
||||||
BuildRequires: LibVNCServer-devel
|
BuildRequires: LibVNCServer-devel
|
||||||
@ -77,7 +77,7 @@ BuildRequires: xorg-x11-libXt-devel-32bit
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
ExclusiveArch: %ix86 x86_64
|
ExclusiveArch: %ix86 x86_64
|
||||||
Version: 4.1.10
|
Version: 4.1.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: VirtualBox is an Emulator
|
Summary: VirtualBox is an Emulator
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -120,11 +120,6 @@ Patch5: vbox-config.diff
|
|||||||
Patch6: vbox-smc-napa.diff
|
Patch6: vbox-smc-napa.diff
|
||||||
#fix build of Python and dev package on openSUSE 11.3
|
#fix build of Python and dev package on openSUSE 11.3
|
||||||
Patch8: vbox-python-detection.diff
|
Patch8: vbox-python-detection.diff
|
||||||
#fix build: we have to ommit gcc flag -fvisibility=hidden for soap related sources
|
|
||||||
Patch9: vbox-visibility.diff
|
|
||||||
#fix building websrv with ssl support
|
|
||||||
#http://www.mail-archive.com/vbox-dev@virtualbox.org/msg04997.html
|
|
||||||
Patch10: vbox-gsoap_ssl.diff
|
|
||||||
#PATCH-FIX-OPENSUSE implement messagebox (VBoxPermissionMessage app), which is displayed, when user
|
#PATCH-FIX-OPENSUSE implement messagebox (VBoxPermissionMessage app), which is displayed, when user
|
||||||
#try to start VirtualBox and is not memeber of vboxusers group
|
#try to start VirtualBox and is not memeber of vboxusers group
|
||||||
Patch99: vbox-permissions_warning.diff
|
Patch99: vbox-permissions_warning.diff
|
||||||
@ -253,8 +248,6 @@ Development file for %{name}
|
|||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%patch8 -p1
|
%patch8 -p1
|
||||||
%patch9 -p1
|
|
||||||
%patch10 -p1
|
|
||||||
%patch99 -p1
|
%patch99 -p1
|
||||||
%patch100
|
%patch100
|
||||||
%patch101
|
%patch101
|
||||||
|
Loading…
Reference in New Issue
Block a user