Your message dated Sat, 6 Feb 2021 16:25:27 +0100
with message-id <[email protected]>
and subject line Re: #951857: php7.4: disable apparmor support on !linux archs
has caused the Debian Bug report #951857,
regarding php7.4: disable apparmor support on !linux archs
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
951857: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951857
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: php7.4
Version: 7.4.3-3
Severity: minor
Tags: patch
Hi,
AppArmor is a Linux Security Manager, and as such it is specific for
Linux. Hence, enable the AppArmor support only on Linux, as it is
useless on non-Linux architectures.
Thanks,
--
Pino
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: apache2-dev (>= 2.4),
firebird-dev [!hurd-any !m68k !hppa !ppc64] | firebird2.5-dev
[!hurd-any !m68k !hppa !ppc64] | firebird2.1-dev [!hurd-any !m68k !hppa !ppc64],
flex,
freetds-dev,
- libapparmor-dev,
+ libapparmor-dev [linux-any],
libapr1-dev (>= 1.2.7-8),
libargon2-dev | libargon2-0-dev,
libbz2-dev,
--- a/debian/control.in
+++ b/debian/control.in
@@ -18,7 +18,7 @@ Build-Depends: apache2-dev (>= 2.4),
firebird-dev [!hurd-any !m68k !hppa !ppc64] | firebird2.5-dev
[!hurd-any !m68k !hppa !ppc64] | firebird2.1-dev [!hurd-any !m68k !hppa !ppc64],
flex,
freetds-dev,
- libapparmor-dev,
+ libapparmor-dev [linux-any],
libapr1-dev (>= 1.2.7-8),
libargon2-dev | libargon2-0-dev,
libbz2-dev,
--- End Message ---
--- Begin Message ---
Version: 7.4.11-3
[ Pino Toscano ]
* Disable AppArmor support on non-Linux archs (Closes: #951857)
--- End Message ---