firejail: update to 0.9.62.4.

Fixes #24257
This commit is contained in:
Duncaen 2020-08-14 14:20:43 +02:00
parent 6ba65abb4b
commit 3f9d8fdeb9
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,6 +1,6 @@
# Template file for 'firejail'
pkgname=firejail
version=0.9.62.2
version=0.9.62.4
revision=1
build_style=gnu-configure
configure_args="--enable-apparmor"
@ -12,13 +12,9 @@ license="GPL-2.0-or-later"
homepage="https://firejail.wordpress.com"
changelog="https://github.com/netblue30/firejail/raw/master/RELNOTES"
distfiles="https://github.com/netblue30/firejail/archive/${version}.tar.gz"
checksum=acf7248b4a496cf35d3648998e4d030f39ee722ef7e3e6fde29da708a1b1ed24
conf_files="/etc/firejail/* /etc/apparmor.d/local/firejail-local"
checksum=e165b61d80957846cf18c0ae169e626a1056bafee3214972534a33c97ea492ae
conf_files="/etc/firejail/* /etc/apparmor.d/local/firejail-default"
if [ "$CROSS_BUILD" ]; then
configure_args+=" --disable-seccomp"
fi
post_install() {
vinstall etc/firejail-local 644 etc/apparmor.d/local
}