summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-02-21 20:58:54 +0100
committerNicolas Iooss2021-02-21 20:58:54 +0100
commitfa2f574af4e2c2fe4fc6625adc37a110056dc549 (patch)
tree47a9435218037c5a720659bebc55d27e3751e652
parenta4b2896119e3a519d3e380d13216b75f5542fe22 (diff)
downloadaur-fa2f574af4e2c2fe4fc6625adc37a110056dc549.tar.gz
selinux-refpolicy-src 20210203-1 update
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf445b9cca4a..a00d9446bd2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = selinux-refpolicy-src
pkgdesc = SELinux reference policy sources
- pkgver = 20200818
+ pkgver = 20210203
pkgrel = 1
url = https://github.com/SELinuxProject/refpolicy/wiki
arch = any
@@ -8,13 +8,13 @@ pkgbase = selinux-refpolicy-src
groups = selinux-policies
license = GPL
makedepends = python
- makedepends = checkpolicy>=2.8
- makedepends = policycoreutils>=2.8
- makedepends = libsepol>=2.8
- makedepends = libsemanage>=2.8
+ makedepends = checkpolicy>=3.0
+ makedepends = policycoreutils>=3.0
+ makedepends = libsepol>=3.0
+ makedepends = libsemanage>=3.0
optdepends = linux-hardened: Linux kernel with SELinux support
- source = https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20200818/refpolicy-2.20200818.tar.bz2
- sha256sums = 1488f9b94060de28addbcb29fb8437ee0d75cba15e11280dd9dfa3e09986f57b
+ source = https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20210203/refpolicy-2.20210203.tar.bz2
+ sha256sums = 48cbf2c63ff9003bef05e03c8d3cdddb4e8f63fef2a072ae51c987301f0b874d
pkgname = selinux-refpolicy-src
diff --git a/PKGBUILD b/PKGBUILD
index 14fbc05403d5..35c08387fff9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=selinux-refpolicy-src
_origname=refpolicy
-pkgver=20200818
+pkgver=20210203
pkgrel=1
pkgdesc="SELinux reference policy sources"
arch=('any')
@@ -15,10 +15,10 @@ url="https://github.com/SELinuxProject/refpolicy/wiki"
license=('GPL')
groups=('selinux' 'selinux-policies')
optdepends=('linux-hardened: Linux kernel with SELinux support')
-makedepends=('python' 'checkpolicy>=2.8' 'policycoreutils>=2.8'
- 'libsepol>=2.8' 'libsemanage>=2.8')
+makedepends=('python' 'checkpolicy>=3.0' 'policycoreutils>=3.0'
+ 'libsepol>=3.0' 'libsemanage>=3.0')
source=("https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_${pkgver}/${_origname}-2.${pkgver}.tar.bz2")
-sha256sums=('1488f9b94060de28addbcb29fb8437ee0d75cba15e11280dd9dfa3e09986f57b')
+sha256sums=('48cbf2c63ff9003bef05e03c8d3cdddb4e8f63fef2a072ae51c987301f0b874d')
package() {
cd "${srcdir}/${_origname}"