Github messages for voidlinux
 help / color / mirror / Atom feed
From: PaperMountainStudio <PaperMountainStudio@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] firejail: add patch to fix firefox under firejail
Date: Wed, 08 Jul 2020 11:10:40 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23465@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 376 bytes --]

There is a new pull request by PaperMountainStudio against master on the void-packages repository

https://github.com/PaperMountainStudio/void-packages fix-firejail
https://github.com/void-linux/void-packages/pull/23465

firejail: add patch to fix firefox under firejail
Close: #20226

A patch file from https://github.com/void-linux/void-packages/pull/23465.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix-firejail-23465.patch --]
[-- Type: text/x-diff, Size: 2181 bytes --]

From ec7a5f74204f80e28b68702bc44398726a7dad4d Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Wed, 8 Jul 2020 11:05:49 +0200
Subject: [PATCH] firejail: add patch to fix firefox under firejail

Close: #20226
---
 srcpkgs/firejail/patches/fix-firefox.patch | 21 +++++++++++++++++++++
 srcpkgs/firejail/template                  |  3 ++-
 2 files changed, 23 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/firejail/patches/fix-firefox.patch

diff --git a/srcpkgs/firejail/patches/fix-firefox.patch b/srcpkgs/firejail/patches/fix-firefox.patch
new file mode 100644
index 00000000000..e6e66f221b1
--- /dev/null
+++ b/srcpkgs/firejail/patches/fix-firefox.patch
@@ -0,0 +1,21 @@
+From f62c62c436748b0e45886bef9425748000a11135 Mon Sep 17 00:00:00 2001
+From: Antz <antzz@protonmail.ch>
+Date: Mon, 20 Jan 2020 16:30:44 +0100
+Subject: [PATCH] Fix firefox (#3171)
+
+---
+ etc/whitelist-usr-share-common.inc | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/etc/whitelist-usr-share-common.inc b/etc/whitelist-usr-share-common.inc
+index 322bdefe9..78b947750 100644
+--- a/etc/whitelist-usr-share-common.inc
++++ b/etc/whitelist-usr-share-common.inc
+@@ -27,6 +27,7 @@ whitelist /usr/share/hunspell
+ whitelist /usr/share/hwdata
+ whitelist /usr/share/icons
+ whitelist /usr/share/knotifications5
++whitelist /usr/share/icu
+ whitelist /usr/share/kservices5
+ whitelist /usr/share/Kvantum
+ whitelist /usr/share/kxmlgui5
diff --git a/srcpkgs/firejail/template b/srcpkgs/firejail/template
index ad59f175933..c2daaf4e4a2 100644
--- a/srcpkgs/firejail/template
+++ b/srcpkgs/firejail/template
@@ -1,7 +1,7 @@
 # Template file for 'firejail'
 pkgname=firejail
 version=0.9.62
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-apparmor"
 hostmakedepends="pkg-config"
@@ -14,6 +14,7 @@ homepage="https://firejail.wordpress.com"
 distfiles="https://github.com/netblue30/firejail/archive/${version}.tar.gz"
 checksum=fcdc73f9a329394d3d38cab0f3724ccb08d165682a4451e9798d41882a7c031b
 conf_files="/etc/firejail/* /etc/apparmor.d/local/firejail-local"
+patch_args="-Np1"
 
 if [ "$CROSS_BUILD" ]; then
 	configure_args+=" --disable-seccomp"

             reply	other threads:[~2020-07-08  9:10 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-08  9:10 PaperMountainStudio [this message]
2020-07-29  8:08 ` PaperMountainStudio
2020-07-29 14:30 ` ericonr
2020-07-29 14:37 ` PaperMountainStudio
2020-07-29 14:40 ` ericonr
2020-07-29 14:40 ` ericonr
2020-07-29 17:00 ` [PR PATCH] [Merged]: " Duncaen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23465@inbox.vuxu.org \
    --to=papermountainstudio@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).