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
|
@ -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'
|
||||
pkgname=firejail
|
||||
version=0.9.52
|
||||
revision=2
|
||||
version=0.9.54
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake"
|
||||
conf_files="/etc/firejail/*"
|
||||
short_desc="SUID security sandbox program"
|
||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://firejail.wordpress.com"
|
||||
#changelog="https://raw.githubusercontent.com/netblue30/firejail/master/RELNOTES"
|
||||
distfiles="https://github.com/netblue30/firejail/archive/${version}.tar.gz"
|
||||
checksum=e9e63ec8a740b0021eea8ff5b7c95d34605b439d7d2afa7699f3767745ac2ba4
|
||||
checksum=a487f6a1420337f07157cdf0dd8a8bdf08a922b9aef591e7c9a6b8bad4662bcf
|
||||
conf_files="/etc/firejail/*"
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
configure_args+=" --disable-seccomp"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue