shadow: 4.14.0 -> 4.14.2; new dependency: libbsd, libxcrypt

This commit is contained in:
Tim Biermann 2023-11-19 18:36:11 +01:00
parent ddf98e7cd3
commit 6f29c5b531
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 8 additions and 9 deletions

View File

@ -1,8 +1,8 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqmoECs9W6XdLx2EBkImbCvt0f2VKFySe6nwBoElrfW0zYX2khRdEkD25O1cDP7tCrN0S0pUaQEr8XRWVB+E7Egc=
SHA256 (Pkgfile) = 468ee709320026d68dae1f760f57df00e6245ba4d81cdd235ea0962c03ef761f
RWRJc1FUaeVeqlNkFt74J1zNVDuLOvnmkTFr7wHM0h9NuCimNrGVPEhU9jb+uZh0cDMEFka0nLM9TOWec5o9Y/OpaMTLHxVLBAw=
SHA256 (Pkgfile) = 253c093014e7eaed53df168d288224472365d7dc2ecd40b4371fe1d1608cea7f
SHA256 (.footprint) = deaaa56ac62bd73e5fd07988ca47c33bffe6ba9c3eb2fa5edb12385fa1e8123c
SHA256 (shadow-4.14.0.tar.xz) = 87e1c5cc10109536132f1b4e29b6df6edc99b70f36f71ff042c2783f2fa01d4f
SHA256 (shadow-4.14.2.tar.xz) = 25df30589d2e31aaff14576d03f980bb578e6d446891da6d24de1e5a09a38949
SHA256 (pwck) = c62f1bf5785c2bb93bb269156bfa02b06728a01ff5d6c2e09cf6285701a1fda0
SHA256 (chfn) = b31ef7a14f747e114c970027a57acb5dcefffee439ce0b4a7d55cc2f6b632fcf
SHA256 (chsh) = 20e39e9c738599272a10f46a11338d62d755df32a26db27ce0b5c04a71d66460

View File

@ -1,13 +1,13 @@
# Description: Shadow password file utilities
# URL: https://github.com/shadow-maint/shadow/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: acl linux-pam
# Depends on: acl libbsd libxcrypt linux-pam
name=shadow
version=4.14.0
version=4.14.2
release=1
source=(https://github.com/shadow-maint/$name/releases/download/$version/$name-$version.tar.xz \
pwck chfn chsh login groupadd groupdel \
source=(https://github.com/shadow-maint/$name/releases/download/$version/$name-$version.tar.xz
pwck chfn chsh login groupadd groupdel
groupmems groupmod passwd su useradd userdel usermod)
build() {
@ -22,8 +22,7 @@ build() {
--disable-shadowgrp \
--disable-nls \
--without-selinux \
--without-audit \
--without-libbsd
--without-audit
make
make DESTDIR=$PKG install