firejail: update to 0.9.54.
Closes #14479. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
60cefc3c80
commit
990515deb3
2 changed files with 6 additions and 20 deletions
|
@ -1,10 +0,0 @@
|
||||||
--- src/libtrace/libtrace.c
|
|
||||||
+++ src/libtrace/libtrace.c
|
|
||||||
@@ -23,6 +23,7 @@
|
|
||||||
#include <string.h>
|
|
||||||
#include <dlfcn.h>
|
|
||||||
#include <sys/types.h>
|
|
||||||
+#include <limits.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <sys/socket.h>
|
|
||||||
#include <netinet/in.h>
|
|
|
@ -1,21 +1,17 @@
|
||||||
# Template file for 'firejail'
|
# Template file for 'firejail'
|
||||||
pkgname=firejail
|
pkgname=firejail
|
||||||
version=0.9.52
|
version=0.9.54
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake"
|
|
||||||
conf_files="/etc/firejail/*"
|
|
||||||
short_desc="SUID security sandbox program"
|
short_desc="SUID security sandbox program"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://firejail.wordpress.com"
|
homepage="https://firejail.wordpress.com"
|
||||||
|
#changelog="https://raw.githubusercontent.com/netblue30/firejail/master/RELNOTES"
|
||||||
distfiles="https://github.com/netblue30/firejail/archive/${version}.tar.gz"
|
distfiles="https://github.com/netblue30/firejail/archive/${version}.tar.gz"
|
||||||
checksum=e9e63ec8a740b0021eea8ff5b7c95d34605b439d7d2afa7699f3767745ac2ba4
|
checksum=a487f6a1420337f07157cdf0dd8a8bdf08a922b9aef591e7c9a6b8bad4662bcf
|
||||||
|
conf_files="/etc/firejail/*"
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" --disable-seccomp"
|
configure_args+=" --disable-seccomp"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -fi
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue