summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2017-05-08 10:25:00 +0200
committerNicolas Iooss2017-05-08 10:25:00 +0200
commitdf8545af00fe5b0ed99c5a5099f3e98d55bdb7cd (patch)
treee55bfec741848de855c41117755f98fde766bd88
parent1044e7e9b79c27805885f040d2a5adb4b3b4d601 (diff)
downloadaur-df8545af00fe5b0ed99c5a5099f3e98d55bdb7cd.tar.gz
coreutils-selinux 8.27-1 update
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58259ce8c672..0e97d6327ea4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = coreutils-selinux
pkgdesc = The basic file, shell and text manipulation utilities of the GNU operating system with SELinux support
- pkgver = 8.26
+ pkgver = 8.27
pkgrel = 1
url = https://www.gnu.org/software/coreutils/
arch = i686
@@ -14,17 +14,15 @@ pkgbase = coreutils-selinux
depends = libcap
depends = openssl
depends = libselinux
- provides = coreutils=8.26-1
- provides = selinux-coreutils=8.26-1
+ provides = coreutils=8.27-1
+ provides = selinux-coreutils=8.27-1
conflicts = coreutils
conflicts = selinux-coreutils
- source = https://ftp.gnu.org/gnu/coreutils/coreutils-8.26.tar.xz
- source = https://ftp.gnu.org/gnu/coreutils/coreutils-8.26.tar.xz.sig
- source = 0001-tests-support-non-MLS-enabled-SELinux-systems.patch
+ source = https://ftp.gnu.org/gnu/coreutils/coreutils-8.27.tar.xz
+ source = https://ftp.gnu.org/gnu/coreutils/coreutils-8.27.tar.xz.sig
validpgpkeys = 6C37DC12121A5006BC1DB804DF6FD971306037D9
- md5sums = d5aa2072f662d4118b9f4c63b94601a6
+ md5sums = 502795792c212932365e077946d353ae
md5sums = SKIP
- md5sums = 9c1011aaf8c9109d5e7de1cea087befa
pkgname = coreutils-selinux
diff --git a/PKGBUILD b/PKGBUILD
index bb07794b336b..d8a5ea61cca8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# SELinux Contributor: Nicky726 (Nicky726 <at> gmail <dot> com)
pkgname=coreutils-selinux
-pkgver=8.26
+pkgver=8.27
pkgrel=1
pkgdesc='The basic file, shell and text manipulation utilities of the GNU operating system with SELinux support'
arch=('i686' 'x86_64')
@@ -19,12 +19,10 @@ depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl' 'libselinux')
conflicts=("${pkgname/-selinux}" "selinux-${pkgname/-selinux}")
provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}"
"selinux-${pkgname/-selinux}=${pkgver}-${pkgrel}")
-source=("https://ftp.gnu.org/gnu/${pkgname/-selinux}/${pkgname/-selinux}-$pkgver.tar.xz"{,.sig}
- '0001-tests-support-non-MLS-enabled-SELinux-systems.patch')
+source=("https://ftp.gnu.org/gnu/${pkgname/-selinux}/${pkgname/-selinux}-$pkgver.tar.xz"{,.sig})
validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
-md5sums=('d5aa2072f662d4118b9f4c63b94601a6'
- 'SKIP'
- '9c1011aaf8c9109d5e7de1cea087befa')
+md5sums=('502795792c212932365e077946d353ae'
+ 'SKIP')
prepare() {
cd ${pkgname/-selinux}-$pkgver