mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/apparmor: upgrade to 2.13.3
This commit is contained in:
parent
74d1673eba
commit
79920a27ab
@ -1,8 +1,8 @@
|
||||
# Contributor: Allan Garret <allan.garret@gmail.com>
|
||||
# Maintainer: Allan Garret <allan.garret@gmail.com>
|
||||
pkgname=apparmor
|
||||
pkgver=2.13.2
|
||||
pkgrel=3
|
||||
pkgver=2.13.3
|
||||
pkgrel=0
|
||||
pkgdesc="Linux application security framework - mandatory access control for programs"
|
||||
url="https://gitlab.com/apparmor/apparmor/wikis/home"
|
||||
arch="all"
|
||||
@ -82,7 +82,7 @@ check() {
|
||||
cd "$builddir"
|
||||
make -C parser check
|
||||
make -C binutils check
|
||||
make -e PYFLAKES=pyflakes-3 -C utils check
|
||||
make -j1 -e PYFLAKES=pyflakes-3 -C utils check
|
||||
}
|
||||
|
||||
package() {
|
||||
@ -189,7 +189,7 @@ _apparmor_profiles() {
|
||||
|
||||
_apparmor_pam() {
|
||||
pkgdesc="AppArmor PAM library"
|
||||
depends="libapparmor pam"
|
||||
depends="libapparmor linux-pam"
|
||||
|
||||
cd "$builddir"
|
||||
make -C changehat/pam_apparmor install DESTDIR="$subpkgdir"/usr
|
||||
@ -215,7 +215,7 @@ _apparmor_vim() {
|
||||
|
||||
|
||||
|
||||
sha512sums="8d29511a4dc4d9734e915620c2ef0da17aff017a4b2171aa36b607afed6e9d899d9fdf3711ce5ba0421b70190188b2c88b53e6517883c2b096f3444ad3dca534 apparmor-v2.13.2.tar.gz
|
||||
sha512sums="2f070e84ac3e59dcb1c7835cd2afbdafd10834656391a4f9b86c3cd2cd9a335c40f232328424644732bdc2c926e5db6c2638faf004f12a2612cc1c461ef08410 apparmor-v2.13.3.tar.gz
|
||||
1a57cc577ba3aedfbe10ef6148c1e8f5d0bbf65c99e60eec80c52409c9dab59ae002024500c6e4fd0e01e8c7aeb0c85e3e6b41cacee08c17fdd869d31bca614e apparmor.initd
|
||||
e94f44427ed3c6f64462170939ffc92ce9ac1a58c61c7c7c3483fe16fe8e1c419daade9d56cdd342132e4d823dcac1963a86ad889f10bf71fd52b7f54c4694ed 0001-Fix-linking-against-gettext-on-musl-libc.patch
|
||||
20817633590c40eb5f6132c11396cf0bbd532b6e436aa90b6ccc61d7c914794d868ec981b91406f6c11f550102aa25a32982610445cc8e5e703ee90697233263 0002-utils-remove-vim-from-the-default-build.patch
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user