Skip to content

Commit

Permalink
Merge sudo-selinux 1.9.14.p2-1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
fishilico committed Jul 21, 2023
2 parents 9efb0a7 + 7339aad commit 79d5f3f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions sudo-selinux/.SRCINFO
Original file line number Diff line number Diff line change
@@ -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.p1
pkgver = 1.9.14.p2
pkgrel = 1
url = https://www.sudo.ws/sudo/
install = sudo.install
Expand All @@ -14,20 +14,20 @@ pkgbase = sudo-selinux
depends = libldap
depends = zlib
depends = libselinux
provides = sudo=1.9.14.p1-1
provides = selinux-sudo=1.9.14.p1-1
provides = sudo=1.9.14.p2-1
provides = selinux-sudo=1.9.14.p2-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.14p1.tar.gz
source = https://www.sudo.ws/sudo/dist/sudo-1.9.14p1.tar.gz.sig
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 = sudo_logsrvd.service
source = sudo.pam
validpgpkeys = 59D1E9CCBA2B376704FDD35BA9F4C021CEA470FB
sha256sums = e91bf5ef2e09d857ee901c3465cf7ddb37e43c763b65d19fa0862d1dec128faf
sha256sums = 15f6308db0ed4265ec929f2c61e2e13492e551750c203ee001d1fcd8104c9514
sha256sums = SKIP
sha256sums = 8b91733b73171827c360a3e01f4692772b78e62ceca0cf0fd4b770aba35081a1
sha256sums = d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2
Expand Down
6 changes: 3 additions & 3 deletions sudo-selinux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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.14p1
_sudover=1.9.14p2
pkgrel=1
pkgver=${_sudover/p/.p}
pkgdesc="Give certain users the ability to run some commands as root - SELinux support"
Expand All @@ -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=('e91bf5ef2e09d857ee901c3465cf7ddb37e43c763b65d19fa0862d1dec128faf'
sha256sums=('15f6308db0ed4265ec929f2c61e2e13492e551750c203ee001d1fcd8104c9514'
'SKIP'
'8b91733b73171827c360a3e01f4692772b78e62ceca0cf0fd4b770aba35081a1'
'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
Expand Down Expand Up @@ -84,7 +84,7 @@ package() {

install -Dm644 "$srcdir/sudo.pam" "$pkgdir/etc/pam.d/sudo"

install -Dm644 LICENSE.md -t "$pkgdir/usr/share/licenses/sudo-selinux/LICENSE"
install -Dm644 LICENSE.md -t "$pkgdir/usr/share/licenses/sudo-selinux"
}

# vim:set ts=2 sw=2 et:

0 comments on commit 79d5f3f

Please sign in to comment.