firejail: update to 0.9.68.
This commit is contained in:
parent
1abee3c5b7
commit
b770010ac1
|
@ -1,21 +0,0 @@
|
||||||
--- firejail-0.9.66/src/firejail/main.c.orig
|
|
||||||
+++ firejail-0.9.66/src/firejail/main.c
|
|
||||||
@@ -32,7 +32,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>
|
|
||||||
--- firejail-0.9.66/src/firejail/env.c.orig
|
|
||||||
+++ firejail-0.9.66/src/firejail/env.c
|
|
||||||
@@ -22,6 +22,7 @@
|
|
||||||
#include <sys/stat.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <dirent.h>
|
|
||||||
+#include <limits.h>
|
|
||||||
|
|
||||||
typedef struct env_t {
|
|
||||||
struct env_t *next;
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'firejail'
|
# Template file for 'firejail'
|
||||||
pkgname=firejail
|
pkgname=firejail
|
||||||
version=0.9.66
|
version=0.9.68
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-apparmor"
|
configure_args="--enable-apparmor"
|
||||||
|
@ -12,7 +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=4307d8c0df19ead97b85361abc458353382dfb700ced9d43ea38227a843079ca
|
checksum=3c5715de0a3858e3421120aee0129e527d7b636a8a0d06ba2cb170918ecc85dc
|
||||||
conf_files="/etc/firejail/* /etc/apparmor.d/local/firejail-default"
|
conf_files="/etc/firejail/* /etc/apparmor.d/local/firejail-default"
|
||||||
|
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
Loading…
Reference in New Issue