Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package polkit for openSUSE:Factory checked 
in at 2026-06-16 13:47:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/polkit (Old)
 and      /work/SRC/openSUSE:Factory/.polkit.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "polkit"

Tue Jun 16 13:47:03 2026 rev:102 rq:1359595 version:127

Changes:
--------
--- /work/SRC/openSUSE:Factory/polkit/polkit.changes    2026-03-31 
15:22:17.556359235 +0200
+++ /work/SRC/openSUSE:Factory/.polkit.new.1981/polkit.changes  2026-06-16 
13:48:39.317282074 +0200
@@ -1,0 +2,6 @@
+Fri Jun 12 13:51:17 UTC 2026 - Marcus Meissner <[email protected]>
+
+- remove memory limits in systemd service, this causes performance loss 
(bsc#1266994)
+  0001-Revert-memory-limits-in-systemd-unit-to-mitigate-mem.patch
+
+-------------------------------------------------------------------

New:
----
  0001-Revert-memory-limits-in-systemd-unit-to-mitigate-mem.patch

----------(New B)----------
  New:- remove memory limits in systemd service, this causes performance loss 
(bsc#1266994)
  0001-Revert-memory-limits-in-systemd-unit-to-mitigate-mem.patch
----------(New E)----------

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

Other differences:
------------------
++++++ polkit.spec ++++++
--- /var/tmp/diff_new_pack.x8i6DA/_old  2026-06-16 13:48:40.833345349 +0200
+++ /var/tmp/diff_new_pack.x8i6DA/_new  2026-06-16 13:48:40.833345349 +0200
@@ -51,6 +51,9 @@
 # PATCH-FIX-UPSTREAM 0001-CVE-2026-4897-getline-string-overflow.patch -- 
bsc#1260859  ... use a limited getline buffer to avoid endless reads
 Patch5:         0001-CVE-2026-4897-getline-string-overflow.patch
 
+# PATCH-FIX-UPSTREAM 
0001-Revert-memory-limits-in-systemd-unit-to-mitigate-mem.patch -- bsc#1266994 
... enabling this causes quite some performance drop
+Patch6:         0001-Revert-memory-limits-in-systemd-unit-to-mitigate-mem.patch
+
 BuildRequires:  gcc-c++
 BuildRequires:  gettext-devel
 BuildRequires:  gtk-doc

++++++ 0001-Revert-memory-limits-in-systemd-unit-to-mitigate-mem.patch ++++++
>From 44365bbd482377dae6e115c5751c3b57b9558ab3 Mon Sep 17 00:00:00 2001
From: Luca Boccassi <[email protected]>
Date: Fri, 24 Apr 2026 14:19:31 +0100
Subject: [PATCH] Revert "memory limits in systemd unit to mitigate memory
 leaks"

This causes breakages when running with system-wide sanitizers,
and it's a poor band-aid anyway. If there are any memory leaks,
they need to be found with profiling and fixed.

This reverts commit 7d9c06c58a957ee3f2a4383ade6f207b05207e3e.
---
 data/polkit.service.in | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/data/polkit.service.in b/data/polkit.service.in
index 22b7b95..f1b6d91 100644
--- a/data/polkit.service.in
+++ b/data/polkit.service.in
@@ -33,9 +33,3 @@ RestrictSUIDSGID=yes
 SystemCallArchitectures=native
 SystemCallFilter=@system-service
 UMask=0077
-
-# Mitigate memory leaks
-MemoryMax=32M
-MemorySwapMax=32M
-OOMPolicy=stop
-Restart=on-failure
-- 
2.51.0

Reply via email to