shadow: new at 4.14.2

split from patch provided by emma
This commit is contained in:
nitori 2024-01-01 21:06:32 +00:00
parent 7f5b307c24
commit 8db82edaa6
Signed by: nitori
GPG Key ID: 5FBB7757BFC813A8
4 changed files with 25 additions and 0 deletions

22
extra/shadow/build Executable file
View File

@ -0,0 +1,22 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/bin \
--libdir=/usr/lib \
--mandir=/usr/share/man \
--sysconfdir=/etc \
--disable-man \
--disable-account-tools-setuid \
--with-group-name-max-length=32 \
--without-audit \
--without-selinux \
--without-libpam
make
make DESTDIR="$1" install
# Fix broken --sbindir.
mv -f "$1/usr/sbin/"* "$1/usr/bin"
rmdir "$1/usr/sbin"

1
extra/shadow/checksums Normal file
View File

@ -0,0 +1 @@
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 shadow-4.14.2.tar.xz

1
extra/shadow/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/shadow-maint/shadow/releases/download/4.14.2/shadow-4.14.2.tar.xz

1
extra/shadow/version Normal file
View File

@ -0,0 +1 @@
4.14.2 2