diff options
author | Gennady Feldman <gena01@gmail.com> | 2017-08-09 07:36:23 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-08-25 23:38:51 +0000 |
commit | 92b64279e573eb24f99f4c5381ecd50a87866ca1 (patch) | |
tree | 6e3004f2c93f354e7994d6d0f40383902b22129a /community | |
parent | 62697f601602c55677ca3de1d35d7521a0af02fe (diff) | |
download | aports-92b64279e573eb24f99f4c5381ecd50a87866ca1.tar.bz2 aports-92b64279e573eb24f99f4c5381ecd50a87866ca1.tar.xz |
Upgrade VirtualBox Additions to 5.1.26
community/virtualbox-guest-additions: Upgrade to 5.1.26
community/virtualbox-guest-modules-hardened: Upgrade to 5.1.26
testing/virtualbox-additions-hardened: Upgrade to 5.1.26
Diffstat (limited to 'community')
-rw-r--r-- | community/virtualbox-guest-additions/APKBUILD | 8 | ||||
-rw-r--r-- | community/virtualbox-guest-modules-hardened/APKBUILD | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/community/virtualbox-guest-additions/APKBUILD b/community/virtualbox-guest-additions/APKBUILD index 38f94fd327..74559c6c74 100644 --- a/community/virtualbox-guest-additions/APKBUILD +++ b/community/virtualbox-guest-additions/APKBUILD @@ -2,9 +2,9 @@ # Contributor: Ben Allen <bensallen@me.com> pkgname=virtualbox-guest-additions -pkgver=5.1.22 +pkgver=5.1.26 -pkgrel=2 +pkgrel=0 pkgdesc="VirtualBox Addtions userland components" arch='x86 x86_64' url='http://virtualbox.org' @@ -48,7 +48,7 @@ build() { --disable-alsa \ --disable-kmods \ --build-headless - source env.sh + source ./env.sh # Build Guest Additions kmk KBUILD_VERBOSE=2 } @@ -61,7 +61,7 @@ package() { install -v -Dm755 "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname } -sha512sums="e48457371c9139fc04477c82fbd18974378fde08af2a6f9058a0eafa6e522987bd129b8d87c9f381789c4e817aded752fde6ea7fcb2ade471997373802e09348 VirtualBox-5.1.22.tar.bz2 +sha512sums="680e9646a51a0a5923b3ded10007ee1c1e2a41c6d8a961d2b2540db6578bed2847154f4cac87e3cfe1118a62595b47c7df99da854f6c340e173b9eb8cacf2add VirtualBox-5.1.26.tar.bz2 1da850bc30399ecde501eba5403ef1add1ae108d38394b01cd7f5cdf0462b855793d564d3adc1f770983b36529d77f3f7b0269fb65152468084a0a44c38e1638 futimens.patch 0169a620d62aa3de8124e0084f4b747b602fbdcab7892fe075606459e0200d412321c86da4c5d98309f4d7479ae1b5267ed28bea6c6e64fd8be88cab74f8e94c musl-fix-headers.patch b1c47cb910ac751df7bd4bc10c5501e91d88a9b3e4fe181b02755d433df8e89a160a38422912266f0cc51ba0c09854dad513ba6f2634fc76c59cee7989b259eb musl-no-glibc.patch diff --git a/community/virtualbox-guest-modules-hardened/APKBUILD b/community/virtualbox-guest-modules-hardened/APKBUILD index 4a86c00404..a69a8a4a41 100644 --- a/community/virtualbox-guest-modules-hardened/APKBUILD +++ b/community/virtualbox-guest-modules-hardened/APKBUILD @@ -7,8 +7,8 @@ _kver=4.9.44 _kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel -_ver=5.1.22 -_mypkgrel=0 +_ver=5.1.26 +_mypkgrel=1 _name=virtualbox-guest-modules _kpkgver="$_kver-r$_kpkgrel" @@ -18,7 +18,7 @@ _abi_release_virthardened=${_kver}-${_kpkgrel}-virthardened pkgname=${_name}-${_flavor} pkgver=$_kver pkgrel=$(($_kpkgrel + $_mypkgrel)) -pkgdesc="VirtualBox Additions kernel modules for $_flavor" +pkgdesc="VirtualBox Additions guest kernel modules for $_flavor" arch='x86 x86_64' url='http://virtualbox.org' license="GPL custom" @@ -90,6 +90,6 @@ _virthardened() { "$subpkgdir"/lib/modules/ } -sha512sums="e48457371c9139fc04477c82fbd18974378fde08af2a6f9058a0eafa6e522987bd129b8d87c9f381789c4e817aded752fde6ea7fcb2ade471997373802e09348 VirtualBox-5.1.22.tar.bz2 +sha512sums="680e9646a51a0a5923b3ded10007ee1c1e2a41c6d8a961d2b2540db6578bed2847154f4cac87e3cfe1118a62595b47c7df99da854f6c340e173b9eb8cacf2add VirtualBox-5.1.26.tar.bz2 bd934e9ed3d2324ef66e2539d2f3f6fab35a8858d670bba817b9cabfe66e85fe13a8594b35f4a8e639841f72fb0b8d12af38518ba25638da5ef338b259ab600b vboxguest-log-use-c99.patch d069876f93e431833800c1d26ea77ae1dec40c840bb549cf519ceea93ee1ca89bcb262a13b00001503d19e596965d74a71a7f49be232ea892a82114d3ea4337c const-struct-kernel_param.patch" |