Skip to content

Commit 18e493c

Browse files
committed
sudo-selinux 1.9.17.p1-1 update
1 parent dd351a7 commit 18e493c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.SRCINFO

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = sudo-selinux
22
pkgdesc = Give certain users the ability to run some commands as root - SELinux support
3-
pkgver = 1.9.16.p2
3+
pkgver = 1.9.17.p1
44
pkgrel = 1
55
url = https://www.sudo.ws/sudo/
66
install = sudo.install
@@ -14,20 +14,20 @@ pkgbase = sudo-selinux
1414
depends = libldap
1515
depends = zlib
1616
depends = libselinux
17-
provides = sudo=1.9.16.p2-1
18-
provides = selinux-sudo=1.9.16.p2-1
17+
provides = sudo=1.9.17.p1-1
18+
provides = selinux-sudo=1.9.17.p1-1
1919
conflicts = sudo
2020
conflicts = selinux-sudo
2121
backup = etc/pam.d/sudo
2222
backup = etc/sudo.conf
2323
backup = etc/sudo_logsrvd.conf
2424
backup = etc/sudoers
25-
source = https://www.sudo.ws/sudo/dist/sudo-1.9.16p2.tar.gz
26-
source = https://www.sudo.ws/sudo/dist/sudo-1.9.16p2.tar.gz.sig
25+
source = https://www.sudo.ws/sudo/dist/sudo-1.9.17p1.tar.gz
26+
source = https://www.sudo.ws/sudo/dist/sudo-1.9.17p1.tar.gz.sig
2727
source = sudo_logsrvd.service
2828
source = sudo.pam
2929
validpgpkeys = 59D1E9CCBA2B376704FDD35BA9F4C021CEA470FB
30-
sha256sums = 976aa56d3e3b2a75593307864288addb748c9c136e25d95a9cc699aafa77239c
30+
sha256sums = ff607ea717072197738a78f778692cd6df9a7e3e404565f51de063ca27455d32
3131
sha256sums = SKIP
3232
sha256sums = bd4bc2f5d85cbe14d7e7acc5008cb4fe62c38de7d42dc6876c87bfaa273c0a6e
3333
sha256sums = d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# If you want to help keep it up to date, please open a Pull Request there.
1010

1111
pkgname=sudo-selinux
12-
_sudover=1.9.16p2
12+
_sudover=1.9.17p1
1313
pkgrel=1
1414
pkgver=${_sudover/p/.p}
1515
pkgdesc="Give certain users the ability to run some commands as root - SELinux support"
@@ -29,7 +29,7 @@ install=${pkgname/-selinux}.install
2929
source=(https://www.sudo.ws/sudo/dist/${pkgname/-selinux}-$_sudover.tar.gz{,.sig}
3030
sudo_logsrvd.service
3131
sudo.pam)
32-
sha256sums=('976aa56d3e3b2a75593307864288addb748c9c136e25d95a9cc699aafa77239c'
32+
sha256sums=('ff607ea717072197738a78f778692cd6df9a7e3e404565f51de063ca27455d32'
3333
'SKIP'
3434
'bd4bc2f5d85cbe14d7e7acc5008cb4fe62c38de7d42dc6876c87bfaa273c0a6e'
3535
'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')

0 commit comments

Comments
 (0)