apparmor: update to 2.13.2.
This commit is contained in:
parent
ccc0cbb812
commit
5f71981f66
1 changed files with 4 additions and 5 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'apparmor'
|
# Template file for 'apparmor'
|
||||||
pkgname=apparmor
|
pkgname=apparmor
|
||||||
version=2.13.1
|
version=2.13.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
wrksrc="${pkgname}-v${version%.*}"
|
||||||
_short_ver=${version%\.*}
|
|
||||||
wrksrc="${pkgname}-v${_short_ver}"
|
|
||||||
build_wrksrc=libraries/libapparmor
|
build_wrksrc=libraries/libapparmor
|
||||||
|
build_style=gnu-configure
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
hostmakedepends="bison flex autoconf automake libtool swig python3"
|
hostmakedepends="bison flex autoconf automake libtool swig python3"
|
||||||
makedepends="perl python3-devel"
|
makedepends="perl python3-devel"
|
||||||
|
@ -15,7 +14,7 @@ short_desc="Mandatory access control to restrict programs"
|
||||||
maintainer="Olivier Mauras <olivier@mauras.ch>"
|
maintainer="Olivier Mauras <olivier@mauras.ch>"
|
||||||
license="GPL-2.0-only, LGPL-2.1-only"
|
license="GPL-2.0-only, LGPL-2.1-only"
|
||||||
homepage="https://gitlab.com/apparmor/apparmor"
|
homepage="https://gitlab.com/apparmor/apparmor"
|
||||||
distfiles="https://gitlab.com/apparmor/apparmor/-/archive/v${_short_ver}/apparmor-v${_short_ver}.tar.gz"
|
distfiles="https://gitlab.com/apparmor/apparmor/-/archive/v${version%.*}/apparmor-v${version%.*}.tar.gz"
|
||||||
checksum=fdafa0b71cbf574cce76a1ea1542b4540fa1c1040f80d0f0866fc0056ec37747
|
checksum=fdafa0b71cbf574cce76a1ea1542b4540fa1c1040f80d0f0866fc0056ec37747
|
||||||
conf_files="/etc/apparmor.d/local/*"
|
conf_files="/etc/apparmor.d/local/*"
|
||||||
make_dirs="/etc/apparmor.d/disable 0755 root root"
|
make_dirs="/etc/apparmor.d/disable 0755 root root"
|
||||||
|
|
Loading…
Add table
Reference in a new issue