summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-03-16 20:59:03 +0100
committerNicolas Iooss2021-03-16 20:59:03 +0100
commit8d07a069b5dd8eab3f17c0b57095135b921e942f (patch)
treef83e5d941e69adeacb3a56f8505e7cf3690e2ee6
parentc31ac39630f9b777cd300a2be43f2559f61b6100 (diff)
downloadaur-8d07a069b5dd8eab3f17c0b57095135b921e942f.tar.gz
sudo-selinux 1.9.6.p1-1 update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90cfe7c63a02..4b4abf4d2153 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.5.p2
+ pkgver = 1.9.6.p1
pkgrel = 1
url = https://www.sudo.ws/sudo/
install = sudo.install
@@ -13,20 +13,20 @@ pkgbase = sudo-selinux
depends = libldap
depends = zlib
depends = libselinux
- provides = sudo=1.9.5.p2-1
- provides = selinux-sudo=1.9.5.p2-1
+ provides = sudo=1.9.6.p1-1
+ provides = selinux-sudo=1.9.6.p1-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.5p2.tar.gz
- source = https://www.sudo.ws/sudo/dist/sudo-1.9.5p2.tar.gz.sig
+ source = https://www.sudo.ws/sudo/dist/sudo-1.9.6p1.tar.gz
+ source = https://www.sudo.ws/sudo/dist/sudo-1.9.6p1.tar.gz.sig
source = sudo_logsrvd.service
source = sudo.pam
validpgpkeys = 59D1E9CCBA2B376704FDD35BA9F4C021CEA470FB
- sha256sums = 539e2ef43c8a55026697fb0474ab6a925a11206b5aa58710cb42a0e1c81f0978
+ sha256sums = a9e9cdc058fafeb9cd3ebfb864c81755e524d98aa022152763f25bce8ca3ca90
sha256sums = SKIP
sha256sums = 8b91733b73171827c360a3e01f4692772b78e62ceca0cf0fd4b770aba35081a1
sha256sums = d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2
diff --git a/PKGBUILD b/PKGBUILD
index 906cc612cd67..0c005143097b 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.5p2
+_sudover=1.9.6p1
pkgrel=1
pkgver=${_sudover/p/.p}
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=('539e2ef43c8a55026697fb0474ab6a925a11206b5aa58710cb42a0e1c81f0978'
+sha256sums=('a9e9cdc058fafeb9cd3ebfb864c81755e524d98aa022152763f25bce8ca3ca90'
'SKIP'
'8b91733b73171827c360a3e01f4692772b78e62ceca0cf0fd4b770aba35081a1'
'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')