summaryrefslogtreecommitdiff
path: root/repo/system
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-18 15:15:31 +0000
committerdavidovski <david@davidovski.xyz>2022-01-18 15:15:31 +0000
commit77511c89f1c191215b250a1d8f8db75b0f8268fb (patch)
tree08922a6d30ea91db0936a49a6dc5a30dedc1fe4c /repo/system
parent7cba274993b84784e623c095abad15beb0d99c94 (diff)
updated shadow to 1.11updated shadow to 1.11updated shadow to 1.11
Diffstat (limited to 'repo/system')
-rw-r--r--repo/system/shadow.xibuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/repo/system/shadow.xibuild b/repo/system/shadow.xibuild
index cb53b59..534707a 100644
--- a/repo/system/shadow.xibuild
+++ b/repo/system/shadow.xibuild
@@ -2,17 +2,13 @@
DEPS=(pam acl audit libcap libxcrypt)
-PKG_VER=4.10
+PKG_VER=4.11.1
SOURCE=https://github.com/shadow-maint/shadow/releases/download/v$PKG_VER/shadow-$PKG_VER.tar.xz
DESC="Password and account management tool suite with support for shadow files and PAM"
prepare () {
- curl https://www.linuxfromscratch.org/patches/lfs/development/shadow-$PKG_VER-useradd_segfault-1.patch > shadow-$PKG_VER-useradd_segfault-1.patch
- patch -Np1 -i shadow-$PKG_VER-useradd_segfault-1.patch
-
-
sed -i 's/groups$(EXEEXT) //' src/Makefile.in
find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;
find man -name Makefile.in -exec sed -i 's/getspnam\.3 / /' {} \;