David Runge pushed to branch main at Arch Linux / Packaging / Packages / apparmor
Commits: ba9670ae by David Runge at 2024-02-07T09:38:46+01:00 upgpkg: 3.1.7-1 Switch to (hopefully more) correct SPDX license identifiers for projects. - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,43 @@ +pkgbase = apparmor + pkgdesc = Mandatory Access Control (MAC) using Linux Security Module (LSM) + pkgver = 3.1.7 + pkgrel = 1 + url = https://gitlab.com/apparmor/apparmor + arch = x86_64 + license = GPL-2.0-only + license = LGPL-2.0-only + license = LGPL-2.1-only + checkdepends = dejagnu + checkdepends = perl-locale-gettext + checkdepends = python-notify2 + checkdepends = python-psutil + makedepends = apache + makedepends = libxcrypt + makedepends = python-setuptools + makedepends = ruby + makedepends = swig + depends = audit + depends = bash + depends = gcc-libs + depends = glibc + depends = pam + depends = python + optdepends = perl: for perl bindings + optdepends = python-notify2: for aa-notify + optdepends = python-psutil: for aa-notify + optdepends = ruby: for ruby bindings + provides = libapparmor.so + backup = etc/apparmor/easyprof.conf + backup = etc/apparmor/logprof.conf + backup = etc/apparmor/notify.conf + backup = etc/apparmor/parser.conf + backup = etc/apparmor/severity.db + source = https://launchpad.net/apparmor/3.1/3.1.7/+download/apparmor-3.1.7.tar.gz + source = https://launchpad.net/apparmor/3.1/3.1.7/+download/apparmor-3.1.7.tar.gz.asc + validpgpkeys = 3ECDCBA5FB34D254961CC53F6689E64E3D3664BB + sha512sums = 7984a3cfd251f82c08604eb3c584ea5a84600c5fbe3a25834ba550c7a1bebb8b1b0216092a9a497eac2ba32a3f880495d024acf641212bce0041698ac5ff8552 + sha512sums = SKIP + b2sums = 81e22d1e8b6432329e818d22f337704ad145e4a0c2d256e61a2918f864208dc1f1d9e94bf0db530829ba232a742e9430c2c104cefdb4d54cfb8bcdd677767837 + b2sums = SKIP + +pkgname = apparmor ===================================== PKGBUILD ===================================== @@ -1,12 +1,16 @@ # Maintainer: David Runge <[email protected]> pkgname=apparmor -pkgver=3.1.6 -pkgrel=2 +pkgver=3.1.7 +pkgrel=1 pkgdesc="Mandatory Access Control (MAC) using Linux Security Module (LSM)" arch=(x86_64) url="https://gitlab.com/apparmor/apparmor" -license=(GPL2 LGPL2.1) +license=( + GPL-2.0-only + LGPL-2.0-only + LGPL-2.1-only +) depends=( audit bash @@ -43,9 +47,9 @@ backup=( etc/apparmor/severity.db ) source=(https://launchpad.net/$pkgname/${pkgver%.[0-9]}/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc}) -sha512sums=('b89a547a8eda6f16d2f0543fdff693e79fdd5530f5e48ce78cdc42b9dc99b2fa8e95ba01753a0cc2ee7e3c03fe47917cb19e044bab4c4aa1a85ec5d87ef64281' +sha512sums=('7984a3cfd251f82c08604eb3c584ea5a84600c5fbe3a25834ba550c7a1bebb8b1b0216092a9a497eac2ba32a3f880495d024acf641212bce0041698ac5ff8552' 'SKIP') -b2sums=('5dab02218ad55e24d6b0f01cbebedabeb4042fac7c56659a2072504049d9c8d7411a4ecee5bb764abcc0619f7b5b22a290014803626e9adb74a4205ba2d4b797' +b2sums=('81e22d1e8b6432329e818d22f337704ad145e4a0c2d256e61a2918f864208dc1f1d9e94bf0db530829ba232a742e9430c2c104cefdb4d54cfb8bcdd677767837' 'SKIP') validpgpkeys=('3ECDCBA5FB34D254961CC53F6689E64E3D3664BB') # AppArmor Development Team (AppArmor signing key) <[email protected]> _core_perl="/usr/bin/core_perl" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/apparmor/-/commit/ba9670ae9f8b73ef6b872ed6b64df6c84b5c6b77 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/apparmor/-/commit/ba9670ae9f8b73ef6b872ed6b64df6c84b5c6b77 You're receiving this email because of your account on gitlab.archlinux.org.
