[arch-commits] Commit in virtualbox/trunk (2 files)
Christian Hesse
eworm at archlinux.org
Mon Jul 2 19:45:24 UTC 2018
Date: Monday, July 2, 2018 @ 19:45:24
Author: eworm
Revision: 350210
upgpkg: virtualbox 5.2.14-1
new upstream release
Modified:
virtualbox/trunk/PKGBUILD
Deleted:
virtualbox/trunk/011-fix-building-with-recent-acpica.patch
-------------------------------------------+
011-fix-building-with-recent-acpica.patch | 33 ----------------------------
PKGBUILD | 11 ++++-----
2 files changed, 5 insertions(+), 39 deletions(-)
Deleted: 011-fix-building-with-recent-acpica.patch
===================================================================
--- 011-fix-building-with-recent-acpica.patch 2018-07-02 19:24:21 UTC (rev 350209)
+++ 011-fix-building-with-recent-acpica.patch 2018-07-02 19:45:24 UTC (rev 350210)
@@ -1,33 +0,0 @@
---- a/src/VBox/Devices/Makefile.kmk.orig 2018-04-13 16:36:12 UTC
-+++ b/src/VBox/Devices/Makefile.kmk
-@@ -828,7 +828,12 @@ if !defined(VBOX_ONLY_EXTPACKS) # Goes on almo
-
- $$(VBoxDD_0_OUTDIR)/vboxaml.hex: $(PATH_SUB_CURRENT)/PC/vbox.dsl | $$(dir $$@)
- $(call MSG_TOOL,iasl,VBoxDD,$<,$@)
-+ $(QUIET)$(RM) -f $@ $@.tmp
- $(QUIET)$(VBOX_IASLCMD) -tc -vs -p $@ $<
-+ $(QUIET)$(MV) -f $@ $@.tmp
-+ $(QUIET)$(SED) -e "s/vboxaml_aml_code/AmlCode/g" \
-+ --output $@ $@.tmp
-+ $(QUIET)$(RM) -f $@.tmp
-
- vboxaml.hex:: $$(VBoxDD_0_OUTDIR)/vboxaml.hex
-
-@@ -838,6 +843,8 @@ if !defined(VBOX_ONLY_EXTPACKS) # Goes on almo
- $(QUIET)$(VBOX_IASLCMD) -tc -vs -p $@ $<
- $(QUIET)$(MV) -f $@ $@.tmp
- $(QUIET)$(SED) -e "s/AmlCode/AmlCodeSsdtStandard/g" \
-+ -e "s/__VBOXSSDT-STANDARD_HEX__/__VBOXSSDT_STANDARD_HEX__/g" \
-+ -e "s/vboxssdt-standard_aml_code/AmlCodeSsdtStandard/g" \
- --output $@ $@.tmp
- $(QUIET)$(RM) -f $@.tmp
-
-@@ -853,6 +860,8 @@ if !defined(VBOX_ONLY_EXTPACKS) # Goes on almo
- $(QUIET)$(VBOX_IASLCMD) -tc -vs -p $@ $@.pre1
- $(QUIET)$(MV) -f $@ $@.tmp
- $(QUIET)$(SED) -e "s/AmlCode/AmlCodeSsdtCpuHotPlug/g" \
-+ -e "s/__VBOXSSDT-CPUHOTPLUG_HEX__/__VBOXSSDT_CPUHOTPLUG_HEX__/g" \
-+ -e "s/vboxssdt-cpuhotplug_aml_code/AmlCodeSsdtCpuHotPlug/g" \
- --output $@ $@.tmp
- $(QUIET)$(RM) -f $@.tmp $@.pre $@.pre1
-
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-02 19:24:21 UTC (rev 350209)
+++ PKGBUILD 2018-07-02 19:45:24 UTC (rev 350210)
@@ -10,8 +10,8 @@
'virtualbox-guest-utils'
'virtualbox-guest-utils-nox'
'virtualbox-ext-vnc')
-pkgver=5.2.12
-pkgrel=2
+pkgver=5.2.14
+pkgrel=1
_vboxsf_commit='6a782003ad95a383c8b19b570a532271f090ad35'
arch=('x86_64')
url='http://virtualbox.org'
@@ -76,11 +76,11 @@
'008-no-vboxvideo.patch'
'009-include-path.patch'
'010-qt-5.11.patch'
- '011-fix-building-with-recent-acpica.patch'
# The following patch and mount.vboxsf wrapper should be removed
# once support for mainline-style options string gets upstreamed
- '012-vboxsf-automount.patch' 'mount.vboxsf')
-sha256sums=('da60028c56708522fd89c000e8984d2105d275a3fd105a0bc698fc49d18d3458'
+ '012-vboxsf-automount.patch'
+ 'mount.vboxsf')
+sha256sums=('ee3af129a581ec4c1a3e777e98247f8943e976ce6edd24962bcaa5c53ed1f644'
'SKIP'
'deb03efa7ad0376aa55a087f2e882afe00935f10b0e7aa853ba9147090d341ec'
'c328376b05183d269f98319ec660f54c55e298f77d229977606862b064651a7c'
@@ -101,7 +101,6 @@
'8b7f241107863f82a5b0ae336aead0b3366a40103ff72dbebf33f54b512a0cbc'
'1acc7014bcb3d9ca6da29eed813c3d6e91a688c43f9d93802fd4e3814f67ace4'
'c6ef35e6893d557c7c2269ff79bc299fe9058cfb2c933a7efdc7a8a7b6d9c5da'
- '07ca23463147ef2c7680f3d3a92d69f35c111fa6185520f71a0139295ebafb0e'
'a784f3cc24652a16385cc63abac6c5178932ca5f3861be7650631b7dafa753a4'
'f3ed6741f8977f40900c8aa372fa082df1f8723d497d4fff445153c543bc8947')
More information about the arch-commits
mailing list