Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qbittorrent for openSUSE:Factory 
checked in at 2021-10-21 23:55:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old)
 and      /work/SRC/openSUSE:Factory/.qbittorrent.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qbittorrent"

Thu Oct 21 23:55:37 2021 rev:95 rq:926762 version:4.3.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes  2021-08-30 
13:55:24.757838139 +0200
+++ /work/SRC/openSUSE:Factory/.qbittorrent.new.1890/qbittorrent.changes        
2021-10-21 23:55:58.632039403 +0200
@@ -1,0 +2,6 @@
+Thu Oct 21 06:42:32 UTC 2021 - Johannes Segitz <[email protected]>
+
+- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
+  * [email protected]
+
+-------------------------------------------------------------------

New:
----
  [email protected]

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qbittorrent.spec ++++++
--- /var/tmp/diff_new_pack.aCiXkW/_old  2021-10-21 23:55:59.084039635 +0200
+++ /var/tmp/diff_new_pack.aCiXkW/_new  2021-10-21 23:55:59.084039635 +0200
@@ -26,6 +26,7 @@
 Source:         https://downloads.sf.net/%{name}/%{name}-%{version}.tar.xz
 Source1:        https://downloads.sf.net/%{name}/%{name}-%{version}.tar.xz.asc
 Source2:        
https://raw.githubusercontent.com/qbittorrent/qBittorrent/release-%{version}/5B7CC9A2.asc#/%{name}.keyring
+Patch0:        [email protected]
 BuildRequires:  cmake >= 3.16
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
@@ -69,6 +70,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 for ui in nox gui; do

++++++ [email protected] ++++++
Index: qbittorrent-4.3.8/dist/unix/systemd/[email protected]
===================================================================
--- qbittorrent-4.3.8.orig/dist/unix/systemd/[email protected]
+++ qbittorrent-4.3.8/dist/unix/systemd/[email protected]
@@ -7,6 +7,18 @@ After=local-fs.target network-online.tar
 [Service]
 Type=simple
 PrivateTmp=false
+# added automatically, for details please see
+# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
+ProtectSystem=full
+PrivateDevices=true
+ProtectHostname=true
+ProtectClock=true
+ProtectKernelTunables=true
+ProtectKernelModules=true
+ProtectKernelLogs=true
+ProtectControlGroups=true
+RestrictRealtime=true
+# end of automatic additions 
 User=%i
 ExecStart=@EXPAND_BINDIR@/qbittorrent-nox
 

Reply via email to