summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-07-28 11:08:41 +0200
committerNicolas Iooss2023-07-28 11:08:41 +0200
commit24559e93caf7c54aba9f11a96d25b938e9abda72 (patch)
tree3795e121d0825f214f44ef6eaef04f2f16588d83
parent7339aadd47526e7c8590c4143d0653e204462be0 (diff)
downloadaur-24559e93caf7c54aba9f11a96d25b938e9abda72.tar.gz
sudo-selinux 1.9.14.p3-1 update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3abf290c4fb..0b7856ea9d7f 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.14.p2
+ pkgver = 1.9.14.p3
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.14.p2-1
- provides = selinux-sudo=1.9.14.p2-1
+ provides = sudo=1.9.14.p3-1
+ provides = selinux-sudo=1.9.14.p3-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.14p2.tar.gz
- source = https://www.sudo.ws/sudo/dist/sudo-1.9.14p2.tar.gz.sig
+ source = https://www.sudo.ws/sudo/dist/sudo-1.9.14p3.tar.gz
+ source = https://www.sudo.ws/sudo/dist/sudo-1.9.14p3.tar.gz.sig
source = sudo_logsrvd.service
source = sudo.pam
validpgpkeys = 59D1E9CCBA2B376704FDD35BA9F4C021CEA470FB
- sha256sums = 15f6308db0ed4265ec929f2c61e2e13492e551750c203ee001d1fcd8104c9514
+ sha256sums = a08318b1c4bc8582c004d4cd9ae2903abc549e7e46ba815e41fe81d1c0782b62
sha256sums = SKIP
sha256sums = 8b91733b73171827c360a3e01f4692772b78e62ceca0cf0fd4b770aba35081a1
sha256sums = d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2
diff --git a/PKGBUILD b/PKGBUILD
index 7b33a3038712..cdf78c176b11 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.14p2
+_sudover=1.9.14p3
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=('15f6308db0ed4265ec929f2c61e2e13492e551750c203ee001d1fcd8104c9514'
+sha256sums=('a08318b1c4bc8582c004d4cd9ae2903abc549e7e46ba815e41fe81d1c0782b62'
'SKIP'
'8b91733b73171827c360a3e01f4692772b78e62ceca0cf0fd4b770aba35081a1'
'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')