firejail: update to 0.9.68.

This commit is contained in:
Duncaen 2022-02-15 14:45:49 +01:00
parent 1abee3c5b7
commit b770010ac1
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35
2 changed files with 2 additions and 23 deletions

View file

@ -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;

View file

@ -1,6 +1,6 @@
# Template file for 'firejail'
pkgname=firejail
version=0.9.66
version=0.9.68
revision=1
build_style=gnu-configure
configure_args="--enable-apparmor"
@ -12,7 +12,7 @@ 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=4307d8c0df19ead97b85361abc458353382dfb700ced9d43ea38227a843079ca
checksum=3c5715de0a3858e3421120aee0129e527d7b636a8a0d06ba2cb170918ecc85dc
conf_files="/etc/firejail/* /etc/apparmor.d/local/firejail-default"
nocross=yes