- fix bsc#1199148 CVE-2022-31214 by adding patch fix-CVE-2022-31214.patch
using commits from upstream. OBS-URL: https://build.opensuse.org/package/show/Virtualization/firejail?expand=0&rev=45
This commit is contained in:
parent
566ad0a710
commit
b09fab085f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 21:08:03 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
- fix bsc#1199148 CVE-2022-31214 by adding patch fix-CVE-2022-31214.patch
|
||||
using commits from upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 28 19:38:38 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
|
@ -29,6 +29,8 @@ Source1: https://github.com/netblue30/%{name}/releases/download/%{version
|
||||
Source2: %{name}.keyring
|
||||
# PATCH-FIX-UPSTREAM fix-internet-access.patch -- from https://github.com/netblue30/firejail/commit/bb334a8fd4f0911a8dfa1538d02fbd0574b81333.patch
|
||||
Patch0: fix-internet-access.patch
|
||||
# PATCH-FIX-UPSTREAM fix-CVE-2022-31214.patch -- from https://github.com/netblue30/firejail/commit/27cde3d7d1e4e16d4190932347c7151dc2a84c50 and https://github.com/netblue30/firejail/commit/dab835e7a0eb287822016f5ae4e87f46e1d363e7.patch and https://github.com/netblue30/firejail/commit/1884ea22a90d225950d81c804f1771b42ae55f54
|
||||
Patch1: fix-CVE-2022-31214.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libapparmor-devel
|
||||
@ -68,6 +70,7 @@ Optional dependency offering zsh completion for firejail
|
||||
%setup -q
|
||||
sed -i '1s/^#!\/usr\/bin\/env /#!\/usr\/bin\//' contrib/fj-mkdeb.py contrib/fjclip.py contrib/fjdisplay.py contrib/fjresize.py contrib/sort.py contrib/fix_private-bin.py contrib/jail_prober.py
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%configure --docdir=%{_docdir}/%{name} \
|
||||
|
2244
fix-CVE-2022-31214.patch
Normal file
2244
fix-CVE-2022-31214.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user