summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-03-15 19:39:06 +0100
committerNicolas Iooss2023-03-15 19:39:06 +0100
commitab077e4472f6eb971d2c96698dab53391a5ca7b8 (patch)
treece2bdbf3a6047f1db2f8b72678a6b7fa0b688746
parent830e573322760b59a4aab8250b696c1b8efaa24a (diff)
downloadaur-ab077e4472f6eb971d2c96698dab53391a5ca7b8.tar.gz
checkpolicy 3.5-1 update
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD11
2 files changed, 14 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5392b0f7cbcf..ec980185eaab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = checkpolicy
pkgdesc = SELinux policy compiler
- pkgver = 3.4
+ pkgver = 3.5
pkgrel = 1
url = https://github.com/SELinuxProject/selinux
arch = i686
@@ -8,13 +8,14 @@ pkgbase = checkpolicy
arch = aarch64
groups = selinux
license = GPL2
- makedepends = libsepol>=3.4
- provides = selinux-usr-checkpolicy=3.4-1
+ makedepends = libsepol>=3.5
+ provides = selinux-usr-checkpolicy=3.5-1
conflicts = selinux-usr-checkpolicy
- source = https://github.com/SELinuxProject/selinux/releases/download/3.4/checkpolicy-3.4.tar.gz
- source = https://github.com/SELinuxProject/selinux/releases/download/3.4/checkpolicy-3.4.tar.gz.asc
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.5/checkpolicy-3.5.tar.gz
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.5/checkpolicy-3.5.tar.gz.asc
+ validpgpkeys = 63191CE94183098689CAB8DB7EF137EC935B0EAF
validpgpkeys = E853C1848B0185CF42864DF363A8AD4B982C4373
- sha256sums = 293851b97642cbdb1040b801a2ca6edd9f7e462031ceb472c97c2e095b9572d7
+ sha256sums = 7aa48ab2222a0b9881111d6d7f70c3014d3d9338827d9e02df105a68c0df5dbc
sha256sums = SKIP
pkgname = checkpolicy
diff --git a/PKGBUILD b/PKGBUILD
index 7df74fad89aa..769bbe96e400 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,19 +7,22 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=checkpolicy
-pkgver=3.4
+pkgver=3.5
pkgrel=1
pkgdesc="SELinux policy compiler"
arch=('i686' 'x86_64' 'aarch64')
url='https://github.com/SELinuxProject/selinux'
license=('GPL2')
groups=('selinux')
-makedepends=('libsepol>=3.4')
+makedepends=('libsepol>=3.5')
conflicts=("selinux-usr-${pkgname}")
provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
-validpgpkeys=('E853C1848B0185CF42864DF363A8AD4B982C4373') # Petr Lautrbach <plautrba@redhat.com>
+validpgpkeys=(
+ '63191CE94183098689CAB8DB7EF137EC935B0EAF' # Jason Zaman <perfinion@gentoo.org>
+ 'E853C1848B0185CF42864DF363A8AD4B982C4373' # Petr Lautrbach <plautrba@redhat.com>
+)
source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('293851b97642cbdb1040b801a2ca6edd9f7e462031ceb472c97c2e095b9572d7'
+sha256sums=('7aa48ab2222a0b9881111d6d7f70c3014d3d9338827d9e02df105a68c0df5dbc'
'SKIP')
build() {