summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2015-07-23 20:06:38 +0800
committerNicolas Iooss2015-07-23 20:06:38 +0800
commit81262fe3edbccf168e213ac270f6cd5803386bb9 (patch)
tree3965095c4ff69f073ad5d2321b219fd2b4c61179 /PKGBUILD
parent81be567b58d2b22c433ffdb96b021cbae2083438 (diff)
downloadaur-81262fe3edbccf168e213ac270f6cd5803386bb9.tar.gz
sudo-selinux 1.8.14.p3-2 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53f03c49f381..6723969075f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@
# SELinux Contributor: Nicky726 <Nicky726@gmail.com>
pkgname=sudo-selinux
-_sudover=1.8.13
+_sudover=1.8.14p3
pkgver=${_sudover/p/.p}
-pkgrel=1
+pkgrel=2
pkgdesc="Give certain users the ability to run some commands as root - SELinux support"
arch=('i686' 'x86_64')
url="http://www.sudo.ws/sudo/"
@@ -22,11 +22,9 @@ provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}"
backup=('etc/sudoers' 'etc/pam.d/sudo')
install=${pkgname/-selinux}.install
source=(http://www.sudo.ws/sudo/dist/${pkgname/-selinux}-$_sudover.tar.gz{,.sig}
- sudo.tmpfiles.conf
sudo.pam)
-sha256sums=('e374e5edf2c11c00d6916a9f51cb0ad15e51c7b028370fa15169b07e61e05a25'
+sha256sums=('a8a697cbb113859058944850d098464618254804cf97961dee926429f00a1237'
'SKIP'
- 'c1de59f1895373ecb39451372abf9a852518ed6eb3401da864e76a1baf2f20ce'
'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
validpgpkeys=('CCB24BE9E9481B15D34159535A89DFA27EE470C4')
@@ -40,7 +38,9 @@ build() {
--with-rundir=/run/sudo \
--with-vardir=/var/db/sudo \
--with-logfac=auth \
+ --enable-tmpfiles.d \
--with-pam \
+ --with-sssd \
--with-ldap \
--with-ldap-conf-file=/etc/openldap/ldap.conf \
--with-env-editor \
@@ -63,10 +63,6 @@ package() {
rmdir "$pkgdir/run/sudo"
rmdir "$pkgdir/run"
- # http://bugzilla.sudo.ws/show_bug.cgi?id=689
- install -Dm644 "$srcdir/sudo.tmpfiles.conf" \
- "$pkgdir/usr/lib/tmpfiles.d/sudo.conf"
-
install -Dm644 "$srcdir/sudo.pam" "$pkgdir/etc/pam.d/sudo"
install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/sudo-selinux/LICENSE"