Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package apparmor for openSUSE:Factory checked in at 2024-02-18 20:22:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apparmor (Old) and /work/SRC/openSUSE:Factory/.apparmor.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apparmor" Sun Feb 18 20:22:45 2024 rev:201 rq:1147189 version:3.1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes 2024-02-07 18:48:41.699313586 +0100 +++ /work/SRC/openSUSE:Factory/.apparmor.new.1815/apparmor.changes 2024-02-18 20:22:56.193506169 +0100 @@ -1,0 +2,6 @@ +Thu Feb 8 05:20:26 UTC 2024 - David Disseldorp <[email protected]> + +- Add apparmor-abstractions-openssl-allow-version-specific-en.patch to + allow version specific engdef & engines openssl paths (boo#1219571) + +------------------------------------------------------------------- New: ---- apparmor-abstractions-openssl-allow-version-specific-en.patch BETA DEBUG BEGIN: New: - Add apparmor-abstractions-openssl-allow-version-specific-en.patch to allow version specific engdef & engines openssl paths (boo#1219571) BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apparmor.spec ++++++ --- /var/tmp/diff_new_pack.GzFBht/_old 2024-02-18 20:22:56.841529555 +0100 +++ /var/tmp/diff_new_pack.GzFBht/_new 2024-02-18 20:22:56.841529555 +0100 @@ -95,6 +95,9 @@ # allow dovecot-auth to execute unix_chkpwd, and add a profile for unix_chkpwd. This is needed for PAM 1.6 (boo#1219139) Patch9: dovecot-unix_chkpwd.diff +# abstractions/openssl: allow version specific engdef & engines paths (boo#1219571) +Patch10: apparmor-abstractions-openssl-allow-version-specific-en.patch + PreReq: sed BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: bison @@ -363,6 +366,7 @@ %patch7 %endif %patch9 -p1 +%patch10 -p1 %build export SUSE_ASNEEDED=0 ++++++ apparmor-abstractions-openssl-allow-version-specific-en.patch ++++++ >From 00efed1f35e2bb3f01c1914a4968e48562612fd4 Mon Sep 17 00:00:00 2001 From: Christian Boltz <[email protected]> Date: Wed, 7 Feb 2024 08:49:58 +0000 Subject: [PATCH] Merge abstractions/openssl: allow version specific engdef & engines paths Some openssl distributions use version specific engdef and engines paths to support multi-version installations. Fixes: https://bugzilla.opensuse.org/show_bug.cgi?id=1219571 Signed-off-by: David Disseldorp <[email protected]> MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/1147 Approved-by: Christian Boltz <[email protected]> Merged-by: Christian Boltz <[email protected]> (cherry picked from commit 2577fbf0770784e531f9210856208a774ae92af0) 2b8cf1be abstractions/openssl: allow version specific engdef & engines paths --- profiles/apparmor.d/abstractions/openssl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/apparmor.d/abstractions/openssl b/profiles/apparmor.d/abstractions/openssl index 65939ae4..e2c5955c 100644 --- a/profiles/apparmor.d/abstractions/openssl +++ b/profiles/apparmor.d/abstractions/openssl @@ -12,8 +12,8 @@ /etc/ssl/openssl.cnf r, /etc/ssl/openssl-*.cnf r, - /etc/ssl/{engdef,engines}.d/ r, - /etc/ssl/{engdef,engines}.d/*.cnf r, + /etc/ssl/{engdef*,engines*}.d/ r, + /etc/ssl/{engdef*,engines*}.d/*.cnf r, /usr/share/ssl/openssl.cnf r, # Include additions to the abstraction -- 2.35.3
