aboutsummaryrefslogtreecommitdiffstats
path: root/main/paxmark/APKBUILD
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2019-09-30 16:01:39 +0300
committerTimo Teräs <timo.teras@iki.fi>2019-09-30 16:03:12 +0300
commitb6675e264d92ec37140b35ba36ffc75c7bdb9acb (patch)
tree6fe223ddbf01fe17d2ae557b0937fdced0c94381 /main/paxmark/APKBUILD
parentcd93854ae9cb7352a8acec42f8816093d3dcb36c (diff)
downloadaports-b6675e264d92ec37140b35ba36ffc75c7bdb9acb.tar.bz2
aports-b6675e264d92ec37140b35ba36ffc75c7bdb9acb.tar.xz
main/paxmark: don't fail if kernel does not support xattr
If builder does not support xattrs, it's not running hardened kernel, and does not require runtime markings. Treat it as soft error. Ref #10828
Diffstat (limited to 'main/paxmark/APKBUILD')
-rw-r--r--main/paxmark/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/paxmark/APKBUILD b/main/paxmark/APKBUILD
index e1f703a300..0192ef9140 100644
--- a/main/paxmark/APKBUILD
+++ b/main/paxmark/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=paxmark
-pkgver=0.11
-pkgrel=1
+pkgver=0.12
+pkgrel=0
pkgdesc="Manage PaX marking of executables"
url="https://alpinelinux.org"
arch="noarch"
@@ -16,4 +16,4 @@ package() {
ln -s paxmark "$pkgdir"/usr/sbin/paxmark.sh
}
-sha512sums="c43b5a48a8ac14b027114f712820b1fb8b0e209fcfe1a69eb64b4c68289a3bb3f26c3ea40350cbfdaa97329b4a8e1de2582025e5221c3016aff85bb75118e665 paxmark"
+sha512sums="8bbae69e8159a75abd24b461994ad2c1995529fac1457c48845eec43b7f03b4fe50f49992810978ae15b1854bdf97ed86948f1b48209fd26baabb39384384d52 paxmark"