summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2019-10-29 22:29:32 +0100
committerNicolas Iooss2019-10-29 22:29:32 +0100
commit186e6224f0ccb4b76fc6fadb62c1dfb0aef32b76 (patch)
treed7570be229ab350d86a9c788c340cbecb6447459
parent01ab0db3f8ee004ed85ab849cf2f7717109841b7 (diff)
downloadaur-186e6224f0ccb4b76fc6fadb62c1dfb0aef32b76.tar.gz
sudo-selinux 1.8.29-1 update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 474e805a3fc2..938b14d141bc 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.28.p1
+ pkgver = 1.8.29
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.28.p1-1
- provides = selinux-sudo=1.8.28.p1-1
+ provides = sudo=1.8.29-1
+ provides = selinux-sudo=1.8.29-1
conflicts = sudo
conflicts = selinux-sudo
backup = etc/sudoers
backup = etc/pam.d/sudo
- source = https://www.sudo.ws/sudo/dist/sudo-1.8.28p1.tar.gz
- source = https://www.sudo.ws/sudo/dist/sudo-1.8.28p1.tar.gz.sig
+ source = https://www.sudo.ws/sudo/dist/sudo-1.8.29.tar.gz
+ source = https://www.sudo.ws/sudo/dist/sudo-1.8.29.tar.gz.sig
source = sudo.pam
validpgpkeys = 59D1E9CCBA2B376704FDD35BA9F4C021CEA470FB
- sha256sums = 23ba5a84af31e3b5ded58d4be6d3f6939a495a55561fba92c6941b79a6e8b027
+ sha256sums = ce53ffac9604e23321334d8ba8ac59ded2bcf624fdb9dbde097ab2049bf29c7c
sha256sums = SKIP
sha256sums = d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2
diff --git a/PKGBUILD b/PKGBUILD
index 88e7f2bb78e5..ffb0c28fd6a2 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.28p1
+_sudover=1.8.29
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=('23ba5a84af31e3b5ded58d4be6d3f6939a495a55561fba92c6941b79a6e8b027'
+sha256sums=('ce53ffac9604e23321334d8ba8ac59ded2bcf624fdb9dbde097ab2049bf29c7c'
'SKIP'
'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
validpgpkeys=('59D1E9CCBA2B376704FDD35BA9F4C021CEA470FB')