From 77511c89f1c191215b250a1d8f8db75b0f8268fb Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 18 Jan 2022 15:15:31 +0000 Subject: updated shadow to 1.11updated shadow to 1.11updated shadow to 1.11 --- repo/system/shadow.xibuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'repo/system/shadow.xibuild') 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 / /' {} \; -- cgit v1.2.1