summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-07-16 08:16:44 +0200
committerNicolas Iooss2023-07-16 08:16:44 +0200
commit07481402dc96fa52dd55b08443b2534a00094fd5 (patch)
tree76a9ea6dc133796ea6f649aa42d2220a4fcdebab
parent40bb97f16475b2efb6d0642afb0dc3d54bd5b192 (diff)
downloadaur-07481402dc96fa52dd55b08443b2534a00094fd5.tar.gz
sudo-selinux 1.9.14.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 9e8c1c67a576..9ade79c96a78 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.13.p3
+ pkgver = 1.9.14.p1
pkgrel = 1
url = https://www.sudo.ws/sudo/
install = sudo.install
@@ -14,20 +14,20 @@ pkgbase = sudo-selinux
depends = libldap
depends = zlib
depends = libselinux
- provides = sudo=1.9.13.p3-1
- provides = selinux-sudo=1.9.13.p3-1
+ provides = sudo=1.9.14.p1-1
+ provides = selinux-sudo=1.9.14.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.13p3.tar.gz
- source = https://www.sudo.ws/sudo/dist/sudo-1.9.13p3.tar.gz.sig
+ source = https://www.sudo.ws/sudo/dist/sudo-1.9.14p1.tar.gz
+ source = https://www.sudo.ws/sudo/dist/sudo-1.9.14p1.tar.gz.sig
source = sudo_logsrvd.service
source = sudo.pam
validpgpkeys = 59D1E9CCBA2B376704FDD35BA9F4C021CEA470FB
- sha256sums = 92334a12bb93e0c056b09f53e255ccb7d6f67c6350e2813cd9593ceeca78560b
+ sha256sums = e91bf5ef2e09d857ee901c3465cf7ddb37e43c763b65d19fa0862d1dec128faf
sha256sums = SKIP
sha256sums = 8b91733b73171827c360a3e01f4692772b78e62ceca0cf0fd4b770aba35081a1
sha256sums = d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2
diff --git a/PKGBUILD b/PKGBUILD
index 44e713296106..bfa255a64ea7 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.13p3
+_sudover=1.9.14p1
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=('92334a12bb93e0c056b09f53e255ccb7d6f67c6350e2813cd9593ceeca78560b'
+sha256sums=('e91bf5ef2e09d857ee901c3465cf7ddb37e43c763b65d19fa0862d1dec128faf'
'SKIP'
'8b91733b73171827c360a3e01f4692772b78e62ceca0cf0fd4b770aba35081a1'
'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')