diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-02-08 16:10:05 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-02-08 16:10:05 +0100 |
commit | 1a29fafc8fd88c4a5c16f5653d1920b3b32d95a0 (patch) | |
tree | 359b9ae9f3795f313ff4f345675004d1cfc61201 | |
parent | fea228d86a0b8bac9103c1417b65316acfcac617 (diff) | |
download | aports-1a29fafc8fd88c4a5c16f5653d1920b3b32d95a0.tar.bz2 aports-1a29fafc8fd88c4a5c16f5653d1920b3b32d95a0.tar.xz |
Revert "testing/virtualbox-additions-vanilla: replace the hardened"
This reverts commit 18e4a7f916db048f6a3418e41b757c977cc5d6a5.
This patch is broken (wrong checksums) and couples two unrelated
changes - rename of the abuild and version upgrade.
>>> virtualbox-additions-vanilla: abuild 3.1.0-r4
>>> virtualbox-additions-vanilla: Checking sanity of /home/buildozer/aports/testing/virtualbox-additions-vanilla/APKBUILD...
>>> ERROR: virtualbox-additions-vanilla: vbox-kernel-module-src-5.2.6.tar.xz is missing in checksums
-rw-r--r-- | testing/virtualbox-additions-hardened/APKBUILD (renamed from testing/virtualbox-additions-vanilla/APKBUILD) | 7 | ||||
-rw-r--r-- | testing/virtualbox-additions-hardened/virtualbox-modules-4.1.4-pax-const.patch (renamed from testing/virtualbox-additions-vanilla/virtualbox-modules-4.1.4-pax-const.patch) | 0 |
2 files changed, 4 insertions, 3 deletions
diff --git a/testing/virtualbox-additions-vanilla/APKBUILD b/testing/virtualbox-additions-hardened/APKBUILD index 737241153f..9e3f834538 100644 --- a/testing/virtualbox-additions-vanilla/APKBUILD +++ b/testing/virtualbox-additions-hardened/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> -_flavor=vanilla +_flavor=hardened _kpkg=linux-$_flavor -_kver=4.14.15 +_kver=4.9.73 _kpkgrel=0 # when chaning _ver we *must* bump _mypkgrel -_ver=5.2.6 +_ver=5.1.26 _mypkgrel=0 _name=virtualbox-additions @@ -25,6 +25,7 @@ depends="${_kpkg}=${_kpkgver}" makedepends="linux-${_flavor}-dev" provides="${_name}-grsec=${pkgver}-r${pkgrel}" source="http://dev.gentoo.org/~polynomial-c/virtualbox/vbox-kernel-module-src-$_ver.tar.xz + virtualbox-modules-4.1.4-pax-const.patch " builddir="$srcdir"/ diff --git a/testing/virtualbox-additions-vanilla/virtualbox-modules-4.1.4-pax-const.patch b/testing/virtualbox-additions-hardened/virtualbox-modules-4.1.4-pax-const.patch index 5e89ab43c8..5e89ab43c8 100644 --- a/testing/virtualbox-additions-vanilla/virtualbox-modules-4.1.4-pax-const.patch +++ b/testing/virtualbox-additions-hardened/virtualbox-modules-4.1.4-pax-const.patch |