summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2018-08-01 21:09:55 +0200
committerNicolas Iooss2018-08-01 21:16:51 +0200
commit198471109f052c94a8cf042b3f1ac2125486c7c1 (patch)
tree7725f7f1a5ae44a8160920e736dfa25b56bbe47a
parent8cefdecae389182e27a5cb04f1661d41b6c5245b (diff)
downloadaur-198471109f052c94a8cf042b3f1ac2125486c7c1.tar.gz
selinux-refpolicy-src 20180701-1 update
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD15
2 files changed, 17 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 482e00d7ebb3..b7831c54e6c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = selinux-refpolicy-src
pkgdesc = SELinux reference policy sources
- pkgver = 20180114
+ pkgver = 20180701
pkgrel = 1
- url = https://github.com/TresysTechnology/refpolicy/wiki
+ url = https://github.com/SELinuxProject/refpolicy/wiki
arch = any
groups = selinux
groups = selinux-policies
license = GPL
makedepends = python
- makedepends = checkpolicy>=2.6
- makedepends = policycoreutils>=2.6
- makedepends = libsepol>=2.7
- makedepends = libsemanage>=2.6
+ makedepends = checkpolicy>=2.8
+ makedepends = policycoreutils>=2.8
+ makedepends = libsepol>=2.8
+ makedepends = libsemanage>=2.8
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.20180114.tar.bz2
- sha256sums = e826f7d7f899a548e538964487e9fc1bc67ca94756ebdce0bfb6532b4eb0d06b
+ source = https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20180701/refpolicy-2.20180701.tar.bz2
+ sha256sums = dca99ee829b41f216474170c0e38aae99b01a0406a841bdc7347b49aa24f6c7d
pkgname = selinux-refpolicy-src
diff --git a/PKGBUILD b/PKGBUILD
index 902b40338d31..e5e7aad8e2b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,25 @@
# Maintainer: Nicolas Iooss (nicolas <dot> iooss <at> m4x <dot> org)
# Contributor: Nicky726 (Nicky726 <at> gmail <dot> com)
# Contributor: Sergej Pupykin (pupykin <dot> s+arch <at> gmail <dot> com)
+#
+# This PKGBUILD is maintained on https://github.com/archlinuxhardened/selinux.
+# If you want to help keep it up to date, please open a Pull Request there.
pkgname=selinux-refpolicy-src
_origname=refpolicy
-pkgver=20180114
+pkgver=20180701
pkgrel=1
pkgdesc="SELinux reference policy sources"
arch=('any')
-url="https://github.com/TresysTechnology/refpolicy/wiki"
+url="https://github.com/SELinuxProject/refpolicy/wiki"
license=('GPL')
groups=('selinux' 'selinux-policies')
optdepends=('linux-hardened: Linux kernel with SELinux support'
'linux-selinux: Linux kernel with SELinux support')
-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=('e826f7d7f899a548e538964487e9fc1bc67ca94756ebdce0bfb6532b4eb0d06b')
+makedepends=('python' 'checkpolicy>=2.8' 'policycoreutils>=2.8'
+ 'libsepol>=2.8' 'libsemanage>=2.8')
+source=("https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_${pkgver}/${_origname}-2.${pkgver}.tar.bz2")
+sha256sums=('dca99ee829b41f216474170c0e38aae99b01a0406a841bdc7347b49aa24f6c7d')
package() {
cd "${srcdir}/${_origname}"