Accepting request 773545 from home:darix:playground
- added firetools-0.9.62-fail_linking.patch: properly link librt/libc for shm_open - update to version 0.9.62: * added fdns support * added stats system tray icon * split network interface stats in a separate window * detect --net=none in network interface stats * support for Firejail LTS versions * bugfixes OBS-URL: https://build.opensuse.org/request/show/773545 OBS-URL: https://build.opensuse.org/package/show/Virtualization/firetools?expand=0&rev=8
This commit is contained in:
parent
ea27abda91
commit
2672013569
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0122e2a45d8f2e871235d81623a352d89874125ee7e2659a0880fcb7227e09a9
|
||||
size 188580
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEE+VEWSZX1xABqc0EeLMs2rfxYSacFAlxK7BEACgkQLMs2rfxY
|
||||
Safi9wgAj9K75FRFTXctShH6NM10Mxz2KMLebX+E8ug7Xdl0GWgZKsbFNbD0fdwP
|
||||
SXjeO1MyySUnQrbc7VTWLFemkEdTplcpno2ZuSVLGYkREUXO2CSE7zfxuOKlUTJA
|
||||
YL4QZxzyyd1582wF8w66FxuFq+E8cS5CebZOqL3GHWHdvd5PSJ7jBtGP+TX403pe
|
||||
xxk22rwm0S/CYM3eC3v/LgMv2fHfen3klTZ4ucrdrqWldd3KdBKOocrsImVFQIlu
|
||||
crUcftbkyUrysoW6i0c1HUh4pO8tpEABkbl1uTBwja9IQECPkKtKNbumbCA++y0x
|
||||
7XpvnjPK1qdU7jRmDCC1GDDrA/CkVw==
|
||||
=ghCo
|
||||
-----END PGP SIGNATURE-----
|
13
firetools-0.9.62-fail_linking.patch
Normal file
13
firetools-0.9.62-fail_linking.patch
Normal file
@ -0,0 +1,13 @@
|
||||
Index: firetools-0.9.62/src/fstats/fstats.pro
|
||||
===================================================================
|
||||
--- firetools-0.9.62.orig/src/fstats/fstats.pro
|
||||
+++ firetools-0.9.62/src/fstats/fstats.pro
|
||||
@@ -1,6 +1,7 @@
|
||||
QMAKE_CXXFLAGS += $$(CXXFLAGS) -fstack-protector-all -D_FORTIFY_SOURCE=2 -fPIE -pie -Wformat -Wformat-security
|
||||
QMAKE_CFLAGS += $$(CFLAGS) -fstack-protector-all -D_FORTIFY_SOURCE=2 -fPIE -pie -Wformat -Wformat-security
|
||||
-QMAKE_LFLAGS += $$(LDFLAGS) -lrt -Wl,-z,relro -Wl,-z,now
|
||||
+QMAKE_LFLAGS += $$(LDFLAGS) -Wl,-z,relro -Wl,-z,now
|
||||
+LIBS= -lrt -lc
|
||||
QT += widgets
|
||||
HEADERS = ../common/utils.h ../common/pid.h ../common/common.h \
|
||||
pid_thread.h db.h dbstorage.h dbpid.h stats_dialog.h graph.h fstats.h
|
3
firetools-0.9.62.tar.xz
Normal file
3
firetools-0.9.62.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f91272b465f590d74bace9c1e9192ec4cf23543d95628cff4ff31b0e5d86db4
|
||||
size 181064
|
11
firetools-0.9.62.tar.xz.asc
Normal file
11
firetools-0.9.62.tar.xz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE+VEWSZX1xABqc0EeLMs2rfxYSacFAl341EcACgkQLMs2rfxY
|
||||
SaflNgf+NH2rfkiYiJbizJ/bfG859tS+sfImIOH/uEm6SqCI7WSVylCt36z22kWB
|
||||
KIrxi66Wtn2dyXw3AzVP13swZJWTV9F0w0nq6SbgX4Pso1FRZGFxGZ9gqpz+OnRJ
|
||||
/WOZWcBHQwsdnfsMU720tE/CyH2MeGd/CsPACE0CHDqGbMpR9C9u9J13gF/Oa45p
|
||||
umqDMP6uvG38CU1N3WW1KuzGqm1EftfWRVHV1Zf57S/lKihIA4arSae04BtPnGVe
|
||||
+IJz7MnLg5/MyHHma68vm8LcmdnKCD8DQ9lMA7ln/ksp1ooO1JBNo5PjS5eNLaXp
|
||||
2hzqhVF6yueSfOR5QY5jcSPzxviuYg==
|
||||
=nlma
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 11 22:58:37 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- added firetools-0.9.62-fail_linking.patch:
|
||||
properly link librt/libc for shm_open
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 11 22:36:00 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- update to version 0.9.62:
|
||||
* added fdns support
|
||||
* added stats system tray icon
|
||||
* split network interface stats in a separate window
|
||||
* detect --net=none in network interface stats
|
||||
* support for Firejail LTS versions
|
||||
* bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 2 16:37:07 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: firetools
|
||||
Version: 0.9.58
|
||||
Version: 0.9.62
|
||||
Release: 0
|
||||
Summary: GUI for Firajail security sandbox
|
||||
License: GPL-2.0
|
||||
@ -25,6 +25,7 @@ Group: Productivity/Security
|
||||
Url: https://firejail.wordpress.com/
|
||||
Source0: https://netix.dl.sourceforge.net/project/firejail/firetools/firetools-%{version}.tar.xz
|
||||
Source1: https://datapacket.dl.sourceforge.net/project/firejail/firetools/firetools-%{version}.tar.xz.asc
|
||||
Patch: firetools-0.9.62-fail_linking.patch
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libqt5-qtbase-devel
|
||||
BuildRequires: automake
|
||||
@ -35,7 +36,7 @@ Requires: firejail >= 0.9.40
|
||||
Firetools is the graphical user interface of Firajail security sandbox.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure --docdir=%{_docdir}/%{name} --with-qmake=`which qmake-qt5`
|
||||
|
Loading…
Reference in New Issue
Block a user