Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bwbar for openSUSE:Factory checked 
in at 2021-08-27 21:44:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bwbar (Old)
 and      /work/SRC/openSUSE:Factory/.bwbar.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bwbar"

Fri Aug 27 21:44:08 2021 rev:6 rq:914587 version:1.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/bwbar/bwbar.changes      2017-11-24 
10:54:24.476422242 +0100
+++ /work/SRC/openSUSE:Factory/.bwbar.new.1899/bwbar.changes    2021-08-27 
21:45:18.910069706 +0200
@@ -1,0 +2,6 @@
+Wed Aug 25 11:42:40 UTC 2021 - Johannes Segitz <jseg...@suse.com>
+
+- Added hardening to systemd service(s). Modified:
+  * bwbar.service
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bwbar.spec ++++++
--- /var/tmp/diff_new_pack.jrNOWq/_old  2021-08-27 21:45:19.378070264 +0200
+++ /var/tmp/diff_new_pack.jrNOWq/_new  2021-08-27 21:45:19.378070264 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bwbar
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,9 +24,9 @@
 Name:           bwbar
 BuildRequires:  gcc-c++
 BuildRequires:  libpng-devel
-Url:            http://www.kernel.org/pub/software/web/bwbar/
+URL:            http://www.kernel.org/pub/software/web/bwbar/
 Summary:        Bandwidth usage bar
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Other
 Version:        1.2.3 
 Release:        0

++++++ bwbar.service ++++++
--- /var/tmp/diff_new_pack.jrNOWq/_old  2021-08-27 21:45:19.462070364 +0200
+++ /var/tmp/diff_new_pack.jrNOWq/_new  2021-08-27 21:45:19.466070369 +0200
@@ -3,6 +3,19 @@
 After=network.target
 
 [Service]
+# added automatically, for details please see
+# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
+ProtectSystem=full
+ProtectHome=true
+PrivateDevices=true
+ProtectHostname=true
+ProtectClock=true
+ProtectKernelTunables=true
+ProtectKernelModules=true
+ProtectKernelLogs=true
+ProtectControlGroups=true
+RestrictRealtime=true
+# end of automatic additions 
 EnvironmentFile=/etc/sysconfig/bwbar
 ExecStart=/usr/bin/bwbar \
        --${BWBAR_MEASURE} \

Reply via email to