Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2023-01-07 17:16:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemd (Old)
 and      /work/SRC/openSUSE:Factory/.systemd.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemd"

Sat Jan  7 17:16:19 2023 rev:376 rq:1056400 version:252.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemd/systemd.changes  2022-12-20 
20:20:54.986019463 +0100
+++ /work/SRC/openSUSE:Factory/.systemd.new.1563/systemd.changes        
2023-01-07 17:16:46.485103719 +0100
@@ -1,0 +2,29 @@
+Fri Jan  6 10:10:37 UTC 2023 - Franck Bui <f...@suse.com>
+
+- Add 5000-rules-add-missing-line-continuation.patch until commit
+  de8409ac43f6e4596de4cecce8dbbb5f1f2a18b1 is backported to the v252 stable
+  tree.
+
+-------------------------------------------------------------------
+Wed Dec 21 07:31:38 UTC 2022 - Franck Bui <f...@suse.com>
+
+- Import commit 5a506d73bde7ba9261985f8e9ce084044a519432 (merge of v252.4)
+
+  It includes the following fixes:
+
+    9b75a3d050 coredump: do not allow user to access coredumps with changed 
uid/gid/capabilities (bsc#1205000 CVE-2022-4415)
+    
+  For a complete list of changes, visit:
+  
https://github.com/openSUSE/systemd/compare/bf3fef99886bd977a1c7a51d20087bc8977fff44...5a506d73bde7ba9261985f8e9ce084044a519432
+
+  Additionally, it also includes the following backports:
+
+  - 20ca3155c5 localed: reload PID1 configuration after modifying 
/etc/locale.conf
+  - 3538c202fd test: update TEST-73-LOCALE to define several locale settings 
in initial PID1 environment
+
+- Drop 5000-coredump-adjust-whitespace.patch
+       5001-coredump-do-not-allow-user-to-access-coredumps-with-.patch
+
+  They are part of v252.4.
+
+-------------------------------------------------------------------

Old:
----
  5000-coredump-adjust-whitespace.patch
  5001-coredump-do-not-allow-user-to-access-coredumps-with-.patch
  systemd-v252.3+suse.40.gbf3fef9988.tar.xz

New:
----
  5000-rules-add-missing-line-continuation.patch
  systemd-v252.4+suse.44.g5a506d73bd.tar.xz

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

Other differences:
------------------
++++++ systemd.spec ++++++
--- /var/tmp/diff_new_pack.40J6uZ/_old  2023-01-07 17:16:47.465109566 +0100
+++ /var/tmp/diff_new_pack.40J6uZ/_new  2023-01-07 17:16:47.469109590 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %global flavor @BUILD_FLAVOR@%{nil}
 
 %define min_kernel_version 4.5
-%define archive_version +suse.40.gbf3fef9988
+%define archive_version +suse.44.g5a506d73bd
 
 %define _testsuitedir /usr/lib/systemd/tests
 %define xinitconfdir %{?_distconfdir}%{!?_distconfdir:%{_sysconfdir}}/X11/xinit
@@ -72,7 +72,7 @@
 
 Name:           systemd%{?mini}
 URL:            http://www.freedesktop.org/wiki/Software/systemd
-Version:        252.3
+Version:        252.4
 Release:        0
 Summary:        A System and Session Manager
 License:        LGPL-2.1-or-later
@@ -216,8 +216,7 @@
 # very few cases, some stuff might be broken in upstream and need to be fixed
 # quickly. But even in these cases, the patches are temporary and should be
 # removed as soon as a fix is merged by upstream.
-Patch5000:      5000-coredump-adjust-whitespace.patch
-Patch5001:      5001-coredump-do-not-allow-user-to-access-coredumps-with-.patch
+Patch5000:      5000-rules-add-missing-line-continuation.patch
 
 %description
 Systemd is a system and service manager, compatible with SysV and LSB

++++++ 5000-rules-add-missing-line-continuation.patch ++++++
>From de8409ac43f6e4596de4cecce8dbbb5f1f2a18b1 Mon Sep 17 00:00:00 2001
From: Yu Watanabe <watanabe.yu+git...@gmail.com>
Date: Wed, 21 Dec 2022 17:32:56 +0900
Subject: [PATCH 5000/5000] rules: add missing line continuation

Fixes a bug introduced by 953c928c24455744d5534679998d129b947a5e04.

Fixes #25811.
---
 rules.d/60-evdev.rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules.d/60-evdev.rules b/rules.d/60-evdev.rules
index 15483101e7..c97cdecb58 100644
--- a/rules.d/60-evdev.rules
+++ b/rules.d/60-evdev.rules
@@ -6,7 +6,7 @@ KERNEL!="event*", GOTO="evdev_end"
 # Execute the match patterns below, from least-to-most specific.
 
 # Device matching the modalias string (bustype, vendor, product, version, 
other properties)
-IMPORT{builtin}="hwdb --subsystem=input --lookup-prefix=evdev:",
+IMPORT{builtin}="hwdb --subsystem=input --lookup-prefix=evdev:", \
   ENV{.HAVE_HWDB_PROPERTIES}="1"
 
 # AT keyboard matching by the machine's DMI data
-- 
2.35.3


++++++ systemd-v252.3+suse.40.gbf3fef9988.tar.xz -> 
systemd-v252.4+suse.44.g5a506d73bd.tar.xz ++++++
/work/SRC/openSUSE:Factory/systemd/systemd-v252.3+suse.40.gbf3fef9988.tar.xz 
/work/SRC/openSUSE:Factory/.systemd.new.1563/systemd-v252.4+suse.44.g5a506d73bd.tar.xz
 differ: char 26, line 1

Reply via email to