Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package apparmor for openSUSE:Factory checked in at 2026-08-02 23:13:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apparmor (Old) and /work/SRC/openSUSE:Factory/.apparmor.new.16738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apparmor" Sun Aug 2 23:13:46 2026 rev:240 rq:1368906 version:5.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes 2026-07-08 17:35:33.219406659 +0200 +++ /work/SRC/openSUSE:Factory/.apparmor.new.16738/apparmor.changes 2026-08-02 23:14:20.016088067 +0200 @@ -1,0 +2,12 @@ +Fri Jul 31 18:15:46 UTC 2026 - Christian Boltz <[email protected]> + +- update to AppArmor 5.0.2 + - several fixes in utils, parser and some profiles + - see https://gitlab.com/apparmor/apparmor/-/wikis/Release_Notes_5.0.2 + for the upstream changelog +- remove upstreamed patches: + - curl.diff + - lsblk-mr2147.diff +- add nslookup.diff to fix nslookup output + +------------------------------------------------------------------- Old: ---- apparmor-v5.0.1.tar.bz2 apparmor-v5.0.1.tar.bz2.asc curl.diff lsblk-mr2147.diff New: ---- apparmor-v5.0.2.tar.bz2 apparmor-v5.0.2.tar.bz2.asc nslookup.diff ----------(Old B)---------- Old:- remove upstreamed patches: - curl.diff - lsblk-mr2147.diff Old: - curl.diff - lsblk-mr2147.diff - add nslookup.diff to fix nslookup output ----------(Old E)---------- ----------(New B)---------- New: - lsblk-mr2147.diff - add nslookup.diff to fix nslookup output ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apparmor.spec ++++++ --- /var/tmp/diff_new_pack.UPhI7B/_old 2026-08-02 23:14:22.944188571 +0200 +++ /var/tmp/diff_new_pack.UPhI7B/_new 2026-08-02 23:14:22.960189121 +0200 @@ -51,11 +51,11 @@ %define CATALINA_HOME /usr/share/tomcat6 %define JAR_FILE changeHatValve.jar -%define tarversion v5.0.1 -%define pyeggversion 5.0.1 +%define tarversion v5.0.2 +%define pyeggversion 5.0.2 Name: apparmor -Version: 5.0.1 +Version: 5.0.2 Release: 0 Summary: AppArmor userlevel parser utility License: GPL-2.0-or-later @@ -86,15 +86,12 @@ # /usr/etc/krb5.conf - boo#1246689 - not submitted upstream yet since https://github.com/krb5/krb5/pull/1437/ is still open Patch11: kerberosclient-usrmerge.diff -# lsblk: fix FSTYPE and UUID - submitted upstream https://gitlab.com/apparmor/apparmor/-/merge_requests/2147 -Patch12: lsblk-mr2147.diff +# fix nslookup profile - submitted upstream 2026-07-31 https://gitlab.com/apparmor/apparmor/-/merge_requests/2185 +Patch12: nslookup.diff # fix wg-quick profile - boo#1265394 - submitted upstream https://gitlab.com/apparmor/apparmor/-/merge_requests/2123 Patch13: wg-quick.diff -# fix curl console output - submitted upstream https://gitlab.com/apparmor/apparmor/-/merge_requests/2161 -Patch14: curl.diff - PreReq: sed BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf @@ -367,7 +364,6 @@ %patch -P 11 -p1 %patch -P 12 -p1 %patch -P 13 -p1 -%patch -P 14 -p1 %build export SUSE_ASNEEDED=0 ++++++ libapparmor.spec ++++++ --- /var/tmp/diff_new_pack.UPhI7B/_old 2026-08-02 23:14:23.300200791 +0200 +++ /var/tmp/diff_new_pack.UPhI7B/_new 2026-08-02 23:14:23.308201066 +0200 @@ -17,10 +17,10 @@ # -%define tarversion v5.0.1 +%define tarversion v5.0.2 Name: libapparmor -Version: 5.0.1 +Version: 5.0.2 Release: 0 Summary: Utility library for AppArmor License: LGPL-2.1-or-later ++++++ apparmor-v5.0.1.tar.bz2 -> apparmor-v5.0.2.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/apparmor/apparmor-v5.0.1.tar.bz2 /work/SRC/openSUSE:Factory/.apparmor.new.16738/apparmor-v5.0.2.tar.bz2 differ: char 11, line 1 ++++++ nslookup.diff ++++++ commit 523b05dfaf9f6845eca6b674f3f1706ed533977a Author: Christian Boltz <[email protected]> Date: Thu Jul 30 20:29:43 2026 +0200 Fix nslookup profile * allow console output - fixes the profile on openSUSE Tumbleweed * allow reading /proc/sys/net/ipv4/ip_local_port_range - fixes https://bugs.launchpad.net/bugs/2162123 diff --git a/profiles/apparmor.d/nslookup b/profiles/apparmor.d/nslookup index c35fcc1b4..bddfee0f6 100644 --- a/profiles/apparmor.d/nslookup +++ b/profiles/apparmor.d/nslookup @@ -16,6 +16,7 @@ include <tunables/global> profile nslookup /usr/bin/nslookup { include <abstractions/base> + include <abstractions/consoles> include <abstractions/nameservice-strict> include <abstractions/terminfo> @@ -30,6 +31,7 @@ profile nslookup /usr/bin/nslookup { # Read access is requested to the following locations during bare `nslookup` /usr/bin/nslookup mr, + /proc/sys/net/ipv4/ip_local_port_range r, /proc/version_signature r, /sys/kernel/mm/transparent_hugepage/enabled r,
