summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-12-15 20:52:46 +0100
committerNicolas Iooss2023-12-15 20:52:46 +0100
commita8ca1a60dbfa80dc87edf50a0b2e95e8776a9497 (patch)
tree2742e6387d9dcc0528f1c41d4c689bba44251cb0
parent69464027e2dcec0360f544b7745ad53b838fc3d9 (diff)
downloadaur-policycoreutils.tar.gz
policycoreutils 3.6-1 update
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e9290b151ad..5f5981ca88b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = policycoreutils
pkgdesc = SELinux policy core utilities
- pkgver = 3.5
+ pkgver = 3.6
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.5
+ depends = libsemanage>=3.6
depends = pam
optdepends = mcstrans: SELinux MCS translation daemon
optdepends = restorecond: SELinux daemon that fixes SELinux file contexts
@@ -17,13 +17,13 @@ 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.5-1
+ provides = selinux-usr-policycoreutils=3.6-1
conflicts = selinux-usr-policycoreutils
- source = https://github.com/SELinuxProject/selinux/releases/download/3.5/policycoreutils-3.5.tar.gz
- source = https://github.com/SELinuxProject/selinux/releases/download/3.5/policycoreutils-3.5.tar.gz.asc
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.6/policycoreutils-3.6.tar.gz
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.6/policycoreutils-3.6.tar.gz.asc
validpgpkeys = 63191CE94183098689CAB8DB7EF137EC935B0EAF
- validpgpkeys = E853C1848B0185CF42864DF363A8AD4B982C4373
- sha256sums = 78453e1529fbbf800e88860094d555e781ce1fba11a7ef77b5aabb43e1173276
+ validpgpkeys = B8682847764DF60DF52D992CBC3905F235179CF1
+ sha256sums = a76ac431ea40a35a83164ce9007909c1c6c12fd1056627f622144e4a705c0a2c
sha256sums = SKIP
pkgname = policycoreutils
diff --git a/PKGBUILD b/PKGBUILD
index dfc80c99a3b0..ebefd2fb3270 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.5
+pkgver=3.6
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.5' 'pam')
+depends=('libsemanage>=3.6' 'pam')
optdepends=('mcstrans: SELinux MCS translation daemon'
'restorecond: SELinux daemon that fixes SELinux file contexts'
'selinux-dbus-config: D-Bus configuration for SELinux'
@@ -27,10 +27,10 @@ conflicts=("selinux-usr-${pkgname}")
provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
validpgpkeys=(
'63191CE94183098689CAB8DB7EF137EC935B0EAF' # Jason Zaman <perfinion@gentoo.org>
- 'E853C1848B0185CF42864DF363A8AD4B982C4373' # Petr Lautrbach <plautrba@redhat.com>
+ 'B8682847764DF60DF52D992CBC3905F235179CF1' # Petr Lautrbach <plautrba@redhat.com>
)
source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('78453e1529fbbf800e88860094d555e781ce1fba11a7ef77b5aabb43e1173276'
+sha256sums=('a76ac431ea40a35a83164ce9007909c1c6c12fd1056627f622144e4a705c0a2c'
'SKIP')
build() {