summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2020-12-05 10:24:26 +0100
committerNicolas Iooss2020-12-05 10:24:26 +0100
commitdc2c3dbffdc9d13babfe98055984346e4fa426df (patch)
tree579ba6c44e51795cfa57c651ed07348e204aa42d
parent3e55a8652180fe9baf0556fd057f6ebe1ca10e38 (diff)
downloadaur-dc2c3dbffdc9d13babfe98055984346e4fa426df.tar.gz
sudo-selinux 1.9.4-1 update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD5
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d1fbef19eb1..46a34582ca77 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.9.3.p1
+ pkgver = 1.9.4
pkgrel = 1
url = https://www.sudo.ws/sudo/
install = sudo.install
@@ -12,20 +12,20 @@ pkgbase = sudo-selinux
depends = pam-selinux
depends = libldap
depends = libselinux
- provides = sudo=1.9.3.p1-1
- provides = selinux-sudo=1.9.3.p1-1
+ provides = sudo=1.9.4-1
+ provides = selinux-sudo=1.9.4-1
conflicts = sudo
conflicts = selinux-sudo
backup = etc/pam.d/sudo
backup = etc/sudo.conf
backup = etc/sudo_logsrvd.conf
backup = etc/sudoers
- source = https://www.sudo.ws/sudo/dist/sudo-1.9.3p1.tar.gz
- source = https://www.sudo.ws/sudo/dist/sudo-1.9.3p1.tar.gz.sig
+ source = https://www.sudo.ws/sudo/dist/sudo-1.9.4.tar.gz
+ source = https://www.sudo.ws/sudo/dist/sudo-1.9.4.tar.gz.sig
source = sudo_logsrvd.service
source = sudo.pam
validpgpkeys = 59D1E9CCBA2B376704FDD35BA9F4C021CEA470FB
- sha256sums = dcb9de53e45e1c39042074b847f5e0d8ae1890725dd6a9d9101a81569e6eb49e
+ sha256sums = 8b91bd2cc73af18a06a01406e38d154b837107be759f72e89cefeaa94e1103f0
sha256sums = SKIP
sha256sums = 8b91733b73171827c360a3e01f4692772b78e62ceca0cf0fd4b770aba35081a1
sha256sums = d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2
diff --git a/PKGBUILD b/PKGBUILD
index 7d10daa6318f..cfbd5a92f161 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.9.3p1
+_sudover=1.9.4
pkgver=${_sudover/p/.p}
pkgrel=1
pkgdesc="Give certain users the ability to run some commands as root - SELinux support"
@@ -29,7 +29,7 @@ install=${pkgname/-selinux}.install
source=(https://www.sudo.ws/sudo/dist/${pkgname/-selinux}-$_sudover.tar.gz{,.sig}
sudo_logsrvd.service
sudo.pam)
-sha256sums=('dcb9de53e45e1c39042074b847f5e0d8ae1890725dd6a9d9101a81569e6eb49e'
+sha256sums=('8b91bd2cc73af18a06a01406e38d154b837107be759f72e89cefeaa94e1103f0'
'SKIP'
'8b91733b73171827c360a3e01f4692772b78e62ceca0cf0fd4b770aba35081a1'
'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
@@ -57,6 +57,7 @@ build() {
--with-ldap-conf-file=/etc/openldap/ldap.conf \
--with-env-editor \
--with-passprompt="[sudo] password for %p: " \
+ --with-sendmail=/usr/bin/sendmail \
--with-all-insults \
--with-selinux
make