update to LFS 12.4 #1

Merged
wyj merged 146 commits from dev into main 2025-12-22 07:15:10 -05:00
Showing only changes of commit 668e9d91b9 - Show all commits
@@ -1,5 +1,5 @@
pkgname=shadow
pkgver=4.17.3
pkgver=4.18.0
pkgdesc="Password and account management tool suite with support for shadow files and PAM"
homepage="https://github.com/shadow-maint/shadow"
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]}"
)
md5sums=("0da190e53ecee76237e4c8f3f39531ed"
md5sums=("30ef46f54363db1d624587be68794ef2"
)
@@ -23,6 +23,10 @@ src_prepare() {
-e 's:/var/spool/mail:/var/mail:' \
-e '/PATH=/{s@/sbin:@@;s@/bin:@@}' \
-i etc/login.defs
if [[ ! -f /usr/bin/passwd ]]; then
touch /usr/bin/passwd
fi
}
src_build() {