Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package apparmor for openSUSE:Factory checked in at 2021-12-20 21:06:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apparmor (Old) and /work/SRC/openSUSE:Factory/.apparmor.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apparmor" Mon Dec 20 21:06:09 2021 rev:160 rq:941547 version:3.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes 2021-11-12 15:58:58.062556784 +0100 +++ /work/SRC/openSUSE:Factory/.apparmor.new.2520/apparmor.changes 2021-12-20 21:06:11.754930194 +0100 @@ -1,0 +2,7 @@ +Sun Dec 19 21:42:54 UTC 2021 - Christian Boltz <suse-b...@cboltz.de> + +- add openssl-engdef-mr818.diff: Allow reading /etc/ssl/engdef.d/ and + /etc/ssl/engines.d/ in abstractions/openssl which were introduced + with the latest openssl update + +------------------------------------------------------------------- New: ---- openssl-engdef-mr818.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apparmor.spec ++++++ --- /var/tmp/diff_new_pack.Rr0lID/_old 2021-12-20 21:06:12.474930716 +0100 +++ /var/tmp/diff_new_pack.Rr0lID/_new 2021-12-20 21:06:12.478930719 +0100 @@ -87,6 +87,9 @@ # aa-notify: Add support for reading s390x and aarch64 wtmp file (boo#1181155) (merged upstream 2021-11-08 in master and 3.0 branch - https://gitlab.com/apparmor/apparmor/-/merge_requests/809) Patch9: aa-notify-more-arch-mr809.diff +# allow reading /etc/ssl/engdef.d/ and /etc/ssl/engines.d/ in abstractions/openssl (submitted upstream 2021-12-19 - https://gitlab.com/apparmor/apparmor/-/merge_requests/818) +Patch10: openssl-engdef-mr818.diff + PreReq: sed BuildRoot: %{_tmppath}/%{name}-%{version}-build %define apparmor_bin_prefix %{?usrmerged:/usr}/lib/apparmor @@ -352,6 +355,7 @@ %patch7 -p1 %patch8 -p1 %patch9 -p1 +%patch10 -p1 %build %define _lto_cflags %{nil} ++++++ openssl-engdef-mr818.diff ++++++ (context lines adjusted to match 3.0 branch) >From e58dd798f09c1df6f8de42f64d07221d34adfc87 Mon Sep 17 00:00:00 2001 From: Christian Boltz <appar...@cboltz.de> Date: Sun, 19 Dec 2021 22:36:05 +0100 Subject: [PATCH] abstractions/openssl: allow /etc/ssl/{engdef,engines}.d/ These directories were introduced in openssl in https://patchwork.ozlabs.org/project/openwrt/patch/20210429153530.10020-2-cotequei...@gmail.com/ --- profiles/apparmor.d/abstractions/openssl | 2 ++ 1 file changed, 2 insertions(+) Index: profiles/apparmor.d/abstractions/openssl =================================================================== --- a/profiles/apparmor.d/abstractions/openssl.orig 2021-12-19 22:51:13.837139097 +0100 +++ b/profiles/apparmor.d/abstractions/openssl 2021-12-19 22:52:05.845049787 +0100 @@ -12,6 +12,8 @@ /etc/ssl/openssl.cnf r, /usr/share/ssl/openssl.cnf r, + /etc/ssl/{engdef,engines}.d/ r, + /etc/ssl/{engdef,engines}.d/*.cnf r, @{PROC}/sys/crypto/fips_enabled r,