summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2022-05-28 11:55:51 +0200
committerNicolas Iooss2022-05-28 11:58:37 +0200
commit7acde2bcdb4eb60e125113534f07c05e92a357c0 (patch)
tree9a3ae5895de20d4c353baf57cd7675c33623be8c
parent2d22ad8a29d1e05180eb29e459684271ac3be2bf (diff)
downloadaur-7acde2bcdb4eb60e125113534f07c05e92a357c0.tar.gz
policycoreutils 3.4-1 update
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5afc7a091b15..430747064bf3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = policycoreutils
pkgdesc = SELinux policy core utilities
- pkgver = 3.3
+ pkgver = 3.4
pkgrel = 1
url = https://github.com/SELinuxProject/selinux
arch = i686
@@ -8,7 +8,7 @@ pkgbase = policycoreutils
arch = aarch64
groups = selinux
license = GPL2
- depends = libsemanage>=3.3
+ depends = libsemanage>=3.4
depends = pam
optdepends = mcstrans: SELinux MCS translation daemon
optdepends = restorecond: SELinux daemon that fixes SELinux file contexts
@@ -17,9 +17,12 @@ pkgbase = policycoreutils
optdepends = selinux-python: Python tools and libraries for SELinux
optdepends = selinux-sandbox: sandboxing tool for SELinux
optdepends = semodule-utils: SELinux module tools
- provides = selinux-usr-policycoreutils=3.3-1
+ provides = selinux-usr-policycoreutils=3.4-1
conflicts = selinux-usr-policycoreutils
- source = https://github.com/SELinuxProject/selinux/releases/download/3.3/policycoreutils-3.3.tar.gz
- sha256sums = 4199040ced8a81f2ddd0522b4faf2aba62fc821473f4051dc8474fb1c4a01078
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.4/policycoreutils-3.4.tar.gz
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.4/policycoreutils-3.4.tar.gz.asc
+ validpgpkeys = E853C1848B0185CF42864DF363A8AD4B982C4373
+ sha256sums = bf049f31a7572a65cb796fa575f56c53327c839027d57782965c1682b33a7108
+ sha256sums = SKIP
pkgname = policycoreutils
diff --git a/PKGBUILD b/PKGBUILD
index 0f22f911d5d7..89f4d77188ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=policycoreutils
-pkgver=3.3
+pkgver=3.4
pkgrel=1
pkgdesc="SELinux policy core utilities"
arch=('i686' 'x86_64' 'aarch64')
url='https://github.com/SELinuxProject/selinux'
license=('GPL2')
groups=('selinux')
-depends=('libsemanage>=3.3' 'pam')
+depends=('libsemanage>=3.4' 'pam')
optdepends=('mcstrans: SELinux MCS translation daemon'
'restorecond: SELinux daemon that fixes SELinux file contexts'
'selinux-dbus-config: D-Bus configuration for SELinux'
@@ -25,8 +25,10 @@ optdepends=('mcstrans: SELinux MCS translation daemon'
'semodule-utils: SELinux module tools')
conflicts=("selinux-usr-${pkgname}")
provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
-source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('4199040ced8a81f2ddd0522b4faf2aba62fc821473f4051dc8474fb1c4a01078')
+validpgpkeys=('E853C1848B0185CF42864DF363A8AD4B982C4373') # Petr Lautrbach <plautrba@redhat.com>
+source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('bf049f31a7572a65cb796fa575f56c53327c839027d57782965c1682b33a7108'
+ 'SKIP')
build() {
cd "${pkgname}-${pkgver}"