summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-09-25 12:18:45 -0400
committerArmin Kuster <akuster808@gmail.com>2022-09-25 12:18:45 -0400
commit852daaf67b4f548beca959dea10baf6a20ffad6a (patch)
tree62417b1c03b2c1b62f74c096ad4e4618d370f16c
parent014f9dab784972b4d1ec6d14476caa3148a826ab (diff)
downloadmeta-security-852daaf67b4f548beca959dea10baf6a20ffad6a.tar.gz
apparmor: update to 3.0.7
Fix typo in HOMEPAGE Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-mac/AppArmor/apparmor_3.0.7.bb (renamed from recipes-mac/AppArmor/apparmor_3.0.6.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-mac/AppArmor/apparmor_3.0.6.bb b/recipes-mac/AppArmor/apparmor_3.0.7.bb
index 45f19d1..e7d677e 100644
--- a/recipes-mac/AppArmor/apparmor_3.0.6.bb
+++ b/recipes-mac/AppArmor/apparmor_3.0.7.bb
@@ -5,7 +5,7 @@ DESCRIPTION = "user-space parser utility for AppArmor \
5 which is required to convert AppArmor text profiles into machine-readable \ 5 which is required to convert AppArmor text profiles into machine-readable \
6 policies that are loaded into the kernel for use with the AppArmor Linux \ 6 policies that are loaded into the kernel for use with the AppArmor Linux \
7 Security Module." 7 Security Module."
8HOMEAPAGE = "http://apparmor.net/" 8HOMEPAGE = "http://apparmor.net/"
9SECTION = "admin" 9SECTION = "admin"
10 10
11LICENSE = "GPL-2.0-only & GPL-2.0-or-later & BSD-3-Clause & LGPL-2.1-or-later" 11LICENSE = "GPL-2.0-only & GPL-2.0-or-later & BSD-3-Clause & LGPL-2.1-or-later"
@@ -22,7 +22,7 @@ SRC_URI = " \
22 file://0001-rc.apparmor.debian-add-missing-functions.patch \ 22 file://0001-rc.apparmor.debian-add-missing-functions.patch \
23 " 23 "
24 24
25SRCREV = "822db765c6fa7f9de7233c4011254a82d4dafe76" 25SRCREV = "0ead606d9e608801f45e13a34358036135470729"
26S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"
27 27
28PARALLEL_MAKE = "" 28PARALLEL_MAKE = ""