summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2020-02-06 23:29:37 +0100
committerNicolas Iooss2020-02-06 23:29:37 +0100
commita890a7233dddbf52334abe1d5db1aa894a6a1346 (patch)
tree465c9de9fe340291a0467999f26312cc2b372fc1
parente80dfdd16ca19276873d6213ea0e402e72d95cc4 (diff)
downloadaur-a890a7233dddbf52334abe1d5db1aa894a6a1346.tar.gz
sudo-selinux 1.8.31-1 update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e83cb46e3f3a..151bee51bed5 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.30
+ pkgver = 1.8.31
pkgrel = 1
url = https://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.30-1
- provides = selinux-sudo=1.8.30-1
+ provides = sudo=1.8.31-1
+ provides = selinux-sudo=1.8.31-1
conflicts = sudo
conflicts = selinux-sudo
backup = etc/sudoers
backup = etc/pam.d/sudo
- source = https://www.sudo.ws/sudo/dist/sudo-1.8.30.tar.gz
- source = https://www.sudo.ws/sudo/dist/sudo-1.8.30.tar.gz.sig
+ source = https://www.sudo.ws/sudo/dist/sudo-1.8.31.tar.gz
+ source = https://www.sudo.ws/sudo/dist/sudo-1.8.31.tar.gz.sig
source = sudo.pam
validpgpkeys = 59D1E9CCBA2B376704FDD35BA9F4C021CEA470FB
- sha256sums = a35ad3ddc7465703e04190d3ff0b8d78ded9246749becf9a014dcb9c31c579e7
+ sha256sums = 7ea8d97a3cee4c844e0887ea7a1bd80eb54cc98fd77966776cb1a80653ad454f
sha256sums = SKIP
sha256sums = d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2
diff --git a/PKGBUILD b/PKGBUILD
index cbfa98111207..f77e57338e1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=sudo-selinux
-_sudover=1.8.30
+_sudover=1.8.31
pkgver=${_sudover/p/.p}
pkgrel=1
pkgdesc="Give certain users the ability to run some commands as root - SELinux support"
@@ -25,7 +25,7 @@ backup=('etc/sudoers' 'etc/pam.d/sudo')
install=${pkgname/-selinux}.install
source=(https://www.sudo.ws/sudo/dist/${pkgname/-selinux}-$_sudover.tar.gz{,.sig}
sudo.pam)
-sha256sums=('a35ad3ddc7465703e04190d3ff0b8d78ded9246749becf9a014dcb9c31c579e7'
+sha256sums=('7ea8d97a3cee4c844e0887ea7a1bd80eb54cc98fd77966776cb1a80653ad454f'
'SKIP'
'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
validpgpkeys=('59D1E9CCBA2B376704FDD35BA9F4C021CEA470FB')