mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
testing/sudo-ldap: security upgrade to 1.9.17_p1
https://www.sudo.ws/releases/stable/#1.9.17p1 - CVE-2025-32462 - CVE-2025-32463
This commit is contained in:
parent
8d53ad2390
commit
a7854243fb
1 changed files with 8 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
# Contributor: Łukasz Jendrysik <scadu@yandex.com>
|
||||
# Maintainer:
|
||||
pkgname=sudo-ldap
|
||||
pkgver=1.9.14
|
||||
pkgver=1.9.17_p1
|
||||
_realver=${pkgver/_/}
|
||||
pkgrel=1
|
||||
pkgrel=0
|
||||
pkgdesc="Give certain users the ability to run some commands as root (ldap+pam support)"
|
||||
url="https://www.sudo.ws/sudo/"
|
||||
arch="all"
|
||||
|
@ -22,6 +22,11 @@ provides="sudo-virt"
|
|||
provider_priority=2
|
||||
replaces="sudo"
|
||||
|
||||
# secfixes:
|
||||
# 1.9.17_p1-r0:
|
||||
# - CVE-2025-32462
|
||||
# - CVE-2025-32463
|
||||
|
||||
build() {
|
||||
CFLAGS="$CFLAGS -flto=auto" \
|
||||
./configure \
|
||||
|
@ -70,5 +75,5 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
33d3bc3d66b1c5412b7d579b703d44f246386d2915c1c63be851869569c7bc627211a8897d0bc718d6ebb2bdd938b093c0901f0b7912c8475f8e6fcbbc559a99 sudo-1.9.14.tar.gz
|
||||
1a9fb27a117b54adf5c99443b3375f7e0eaaf3a2d5a3d409f7c7b10c43432eb301d721df93fb1a8a2e45bf4a4957288d4f153359fc018af00973be57f62a1ebc sudo-1.9.17p1.tar.gz
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue