mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
firejail: update to 0.9.32.
This commit is contained in:
parent
0e65a8fda2
commit
bf69fda3dc
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'firejail'
|
||||
pkgname=firejail
|
||||
version=0.9.30
|
||||
version=0.9.32
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_pie=yes
|
||||
|
@ -18,6 +18,7 @@ conf_files="
|
|||
/etc/firejail/dropbox.profile
|
||||
/etc/firejail/empathy.profile
|
||||
/etc/firejail/evince.profile
|
||||
/etc/firejail/fbreader.profile
|
||||
/etc/firejail/filezilla.profile
|
||||
/etc/firejail/firefox.profile
|
||||
/etc/firejail/generic.profile
|
||||
|
@ -33,6 +34,7 @@ conf_files="
|
|||
/etc/firejail/quassel.profile
|
||||
/etc/firejail/rhythmbox.profile
|
||||
/etc/firejail/server.profile
|
||||
/etc/firejail/spotify.profile
|
||||
/etc/firejail/thunderbird.profile
|
||||
/etc/firejail/totem.profile
|
||||
/etc/firejail/transmission-gtk.profile
|
||||
|
@ -44,7 +46,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
|
|||
license="GPL-2"
|
||||
homepage="https://l3net.wordpress.com/projects/firejail/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=9239191492a8d309a8dcb1405bb1614d6d025ec6ab53277c5141cca3800b4fcd
|
||||
checksum=0084728e1b65b87a7564520c2d1e978d4f47ea1bc9d769e0275dfd5bbb865c48
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*)
|
||||
|
@ -53,6 +55,7 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
esac
|
||||
|
||||
pre_configure() {
|
||||
sed -i ${wrksrc}/src/firejail/errno.c -e 's;#ifdef HAVE_SECCOMP;#if 1;'
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) # XXX: dirty hack - very limited stdio.h definitions
|
||||
# to avoid redefinition of intercepted libc functions
|
||||
|
|
Loading…
Add table
Reference in a new issue