summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2014-10-03 21:27:45 +0200
committerNicolas Iooss2015-06-27 11:44:57 +0800
commit83af689445cdd576eae12b08b20645d3a86af152 (patch)
tree63023c715bf8c1c6858daed81311ef0470de06c6
parent38324ea936a967f7d0adffe940046e8803b038a1 (diff)
downloadaur-83af689445cdd576eae12b08b20645d3a86af152.tar.gz
sudo-selinux 1.8.11-1 update
* New upstream release * Fix custom license directory path * Remove outdated AUR web interface trick
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 753f31bb6be8..4bc4a9e6c765 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sudo-selinux
pkgdesc = Give certain users the ability to run some commands as root - SELinux support
- pkgver = 1.8.10.p3
+ pkgver = 1.8.11
pkgrel = 1
url = http://www.sudo.ws/sudo/
install = sudo.install
@@ -12,17 +12,17 @@ pkgbase = sudo-selinux
depends = pam-selinux
depends = libldap
depends = libselinux
- provides = sudo=1.8.10.p3-1
- provides = selinux-sudo=1.8.10.p3-1
+ provides = sudo=1.8.11-1
+ provides = selinux-sudo=1.8.11-1
conflicts = sudo
conflicts = selinux-sudo
backup = etc/sudoers
backup = etc/pam.d/sudo
- source = http://www.sudo.ws/sudo/dist/sudo-1.8.10p3.tar.gz
- source = http://www.sudo.ws/sudo/dist/sudo-1.8.10p3.tar.gz.sig
+ source = http://www.sudo.ws/sudo/dist/sudo-1.8.11.tar.gz
+ source = http://www.sudo.ws/sudo/dist/sudo-1.8.11.tar.gz.sig
source = sudo.tmpfiles.conf
source = sudo.pam
- sha256sums = 6eda135fa68163108f1c24de6975de5ddb09d75730bb62d6390bda7b04345400
+ sha256sums = a3177de7b5fbebfb43b32fc30aecaaf434762bf23e313de4c4a39e5ff715c845
sha256sums = SKIP
sha256sums = 080dd97111b3149f8d140ffac68c88acd63da9eacc81fbcc7c43591be13b42fe
sha256sums = d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2
diff --git a/PKGBUILD b/PKGBUILD
index 89d002c85900..ff2f8086e7a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# SELinux Contributor: Nicolas Iooss (nicolas <dot> iooss <at> m4x <dot> org)
pkgname=sudo-selinux
-_sudover=1.8.10p3
+_sudover=1.8.11
pkgver=${_sudover/p/.p}
pkgrel=1
pkgdesc="Give certain users the ability to run some commands as root - SELinux support"
@@ -24,7 +24,7 @@ install=${pkgname/-selinux}.install
source=(http://www.sudo.ws/sudo/dist/${pkgname/-selinux}-$_sudover.tar.gz{,.sig}
sudo.tmpfiles.conf
sudo.pam)
-sha256sums=('6eda135fa68163108f1c24de6975de5ddb09d75730bb62d6390bda7b04345400'
+sha256sums=('a3177de7b5fbebfb43b32fc30aecaaf434762bf23e313de4c4a39e5ff715c845'
'SKIP'
'080dd97111b3149f8d140ffac68c88acd63da9eacc81fbcc7c43591be13b42fe'
'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
@@ -67,11 +67,7 @@ package() {
install -Dm644 "$srcdir/sudo.pam" "$pkgdir/etc/pam.d/sudo"
- install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/sudo/LICENSE"
+ install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/sudo-selinux/LICENSE"
}
-workaround_for_the_aur_webinterface='
-pkgver=1.8.10.p3
-'
-
# vim:set ts=2 sw=2 et: