mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
firejail: update to 0.9.64.
This commit is contained in:
parent
fdbff6f8bb
commit
f63f377dcb
2 changed files with 14 additions and 5 deletions
11
srcpkgs/firejail/patches/musl.patch
Normal file
11
srcpkgs/firejail/patches/musl.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- src/firejail/main.c.orig
|
||||||
|
+++ src/firejail/main.c
|
||||||
|
@@ -31,7 +31,7 @@
|
||||||
|
#include <dirent.h>
|
||||||
|
#include <pwd.h>
|
||||||
|
#include <errno.h>
|
||||||
|
-//#include <limits.h>
|
||||||
|
+#include <limits.h>
|
||||||
|
#include <sys/file.h>
|
||||||
|
#include <sys/prctl.h>
|
||||||
|
#include <signal.h>
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'firejail'
|
# Template file for 'firejail'
|
||||||
pkgname=firejail
|
pkgname=firejail
|
||||||
version=0.9.62.4
|
version=0.9.64
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-apparmor"
|
configure_args="--enable-apparmor"
|
||||||
|
@ -12,9 +12,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://firejail.wordpress.com"
|
homepage="https://firejail.wordpress.com"
|
||||||
changelog="https://github.com/netblue30/firejail/raw/master/RELNOTES"
|
changelog="https://github.com/netblue30/firejail/raw/master/RELNOTES"
|
||||||
distfiles="https://github.com/netblue30/firejail/archive/${version}.tar.gz"
|
distfiles="https://github.com/netblue30/firejail/archive/${version}.tar.gz"
|
||||||
checksum=e165b61d80957846cf18c0ae169e626a1056bafee3214972534a33c97ea492ae
|
checksum=b261ccf4b40a8c282db1542cf5f574c1c92b0bdf7cbce09267262dde047286aa
|
||||||
conf_files="/etc/firejail/* /etc/apparmor.d/local/firejail-default"
|
conf_files="/etc/firejail/* /etc/apparmor.d/local/firejail-default"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
nocross=yes
|
||||||
configure_args+=" --disable-seccomp"
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue