diff --git a/firetools-0.9.58.tar.xz b/firetools-0.9.58.tar.xz deleted file mode 100644 index fb23a53..0000000 --- a/firetools-0.9.58.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0122e2a45d8f2e871235d81623a352d89874125ee7e2659a0880fcb7227e09a9 -size 188580 diff --git a/firetools-0.9.58.tar.xz.asc b/firetools-0.9.58.tar.xz.asc deleted file mode 100644 index 8ad57a0..0000000 --- a/firetools-0.9.58.tar.xz.asc +++ /dev/null @@ -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----- diff --git a/firetools-0.9.62-fail_linking.patch b/firetools-0.9.62-fail_linking.patch new file mode 100644 index 0000000..846db8d --- /dev/null +++ b/firetools-0.9.62-fail_linking.patch @@ -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 diff --git a/firetools-0.9.62.tar.xz b/firetools-0.9.62.tar.xz new file mode 100644 index 0000000..24ae241 --- /dev/null +++ b/firetools-0.9.62.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f91272b465f590d74bace9c1e9192ec4cf23543d95628cff4ff31b0e5d86db4 +size 181064 diff --git a/firetools-0.9.62.tar.xz.asc b/firetools-0.9.62.tar.xz.asc new file mode 100644 index 0000000..da9567a --- /dev/null +++ b/firetools-0.9.62.tar.xz.asc @@ -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----- diff --git a/firetools.changes b/firetools.changes index 5c276ba..4fd6804 100644 --- a/firetools.changes +++ b/firetools.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Feb 11 22:58:37 UTC 2020 - Marcus Rueckert + +- 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 + +- 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 diff --git a/firetools.spec b/firetools.spec index ba5ca74..f6feb46 100644 --- a/firetools.spec +++ b/firetools.spec @@ -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`