update to 12.4-systemd: shadow-4.18.0

This commit is contained in:
2025-12-20 23:57:10 -05:00
parent e46779248f
commit 668e9d91b9

View File

@@ -1,5 +1,5 @@
pkgname=shadow pkgname=shadow
pkgver=4.17.3 pkgver=4.18.0
pkgdesc="Password and account management tool suite with support for shadow files and PAM" pkgdesc="Password and account management tool suite with support for shadow files and PAM"
homepage="https://github.com/shadow-maint/shadow" homepage="https://github.com/shadow-maint/shadow"
license=(BSD-3-Clause) license=(BSD-3-Clause)
@@ -7,7 +7,7 @@ sources=("${pkgname}-${pkgver}.tar.xz"
) )
urls=("https://github.com/shadow-maint/shadow/releases/download/${pkgver}/${sources[0]}" urls=("https://github.com/shadow-maint/shadow/releases/download/${pkgver}/${sources[0]}"
) )
md5sums=("0da190e53ecee76237e4c8f3f39531ed" md5sums=("30ef46f54363db1d624587be68794ef2"
) )
@@ -23,6 +23,10 @@ src_prepare() {
-e 's:/var/spool/mail:/var/mail:' \ -e 's:/var/spool/mail:/var/mail:' \
-e '/PATH=/{s@/sbin:@@;s@/bin:@@}' \ -e '/PATH=/{s@/sbin:@@;s@/bin:@@}' \
-i etc/login.defs -i etc/login.defs
if [[ ! -f /usr/bin/passwd ]]; then
touch /usr/bin/passwd
fi
} }
src_build() { src_build() {