summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2017-08-11 14:08:06 +0200
committerNicolas Iooss2017-08-11 14:08:06 +0200
commite8c7efe2d0473e96609ef3da9005b004cf487466 (patch)
tree00ea70d9c9ffc644ce739f72f012990074227a93
parentaae4923a95a61f86a319b33a9ff704346b954c38 (diff)
downloadaur-e8c7efe2d0473e96609ef3da9005b004cf487466.tar.gz
selinux-refpolicy-src 20170805-1 update
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbb57569c86e..98cc61093df6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,21 @@
pkgbase = selinux-refpolicy-src
pkgdesc = SELinux reference policy sources
- pkgver = 20170204
+ pkgver = 20170805
pkgrel = 1
url = https://github.com/TresysTechnology/refpolicy/wiki
arch = any
groups = selinux
groups = selinux-policies
license = GPL
- makedepends = checkpolicy>=2.1.8
- makedepends = policycoreutils>=2.1.10
- makedepends = libsepol>=2.1.4
- makedepends = libsemanage>=2.0.29
+ makedepends = python
+ makedepends = checkpolicy>=2.6
+ makedepends = policycoreutils>=2.6
+ makedepends = libsepol>=2.7
+ makedepends = libsemanage>=2.6
optdepends = linux-hardened: Linux kernel with SELinux support
optdepends = linux-selinux: Linux kernel with SELinux support
- source = https://raw.githubusercontent.com/wiki/TresysTechnology/refpolicy/files/refpolicy-2.20170204.tar.bz2
- sha256sums = 5e4daee61d89dfdc8c7bf369f81c99845931e337916dc6401e301c5de57ea336
+ source = https://raw.githubusercontent.com/wiki/TresysTechnology/refpolicy/files/refpolicy-2.20170805.tar.bz2
+ sha256sums = 045709f5e44199f402149b31c6aab9666bdb1540a5c5ed0312a46c90dedfa52d
pkgname = selinux-refpolicy-src
diff --git a/PKGBUILD b/PKGBUILD
index 3b0f3c013b97..c996dfe9169e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=selinux-refpolicy-src
_origname=refpolicy
-pkgver=20170204
+pkgver=20170805
pkgrel=1
pkgdesc="SELinux reference policy sources"
arch=('any')
@@ -13,10 +13,10 @@ license=('GPL')
groups=('selinux' 'selinux-policies')
optdepends=('linux-hardened: Linux kernel with SELinux support'
'linux-selinux: Linux kernel with SELinux support')
-makedepends=('checkpolicy>=2.1.8' 'policycoreutils>=2.1.10'
- 'libsepol>=2.1.4' 'libsemanage>=2.0.29')
+makedepends=('python' 'checkpolicy>=2.6' 'policycoreutils>=2.6'
+ 'libsepol>=2.7' 'libsemanage>=2.6')
source=("https://raw.githubusercontent.com/wiki/TresysTechnology/${_origname}/files/${_origname}-2.${pkgver}.tar.bz2")
-sha256sums=('5e4daee61d89dfdc8c7bf369f81c99845931e337916dc6401e301c5de57ea336')
+sha256sums=('045709f5e44199f402149b31c6aab9666bdb1540a5c5ed0312a46c90dedfa52d')
package() {
cd "${srcdir}/${_origname}"